Mr. George

Results 6 comments of Mr. George

what i did to get custom themes: go to your extensions folder C:\Users\Your User\ .vscode\extensions\tonybaloney.vscode-pets Modify the file /media/main-bundle.js and /out/panel/main.js add this in function calculateFloor(size, theme) { ``` case...

i'm having problems with the Consumer Keyboard Keycodes, do you need a modifier in the first byte? or i'm missing something?

> > * `Ctrl`+`Alt`+`Del` → `0x054c` > > Could you explains how you get `0x054c` ? > > I want to send this: `Ctrl` + `Win` + `l` but I...

Also i Modified the code for a different project: [Macropad 8 Keys](https://github.com/MrGeorgeK55/Macropad-8-keys) based on CH552g, working with Keyboard keys. Consumer keys and macros up to 10 keys. im working to...

Came with a proof of concept of macros up to 19 consecutive keys (without any modifier by now), also with more documentation. [Macropad-3-Keys-1-Knob](https://github.com/MrGeorgeK55/Macropad-3-keys-1-knob)

> Owner no worries, feel free to adapt them as you want