forked from jappel/VersaMCU
Semi working profiles and longer macros
This commit is contained in:
parent
7169d3bbba
commit
098a166a9f
9 changed files with 257 additions and 108 deletions
|
|
@ -7,7 +7,8 @@ enum class ActionType : uint8_t
|
|||
HID_KEY, // Standard-Keyboard-Keycode (direkt in Firmware gesendet)
|
||||
HID_CONSUMER, // Consumer-Control-Keycode (Volume, Media, …)
|
||||
HOST_COMMAND, // Command-ID → Windows-App führt aus (URL, Programm, …)
|
||||
MACRO, // Makro-Slot (data = Slot-Index 0–31) → bis zu 4 HID-Keys sequenziell
|
||||
MACRO, // Makro-Slot (data = Slot-Index 0–31) → bis zu 8 HID-Keys sequenziell
|
||||
PROFILE_SWITCH, // Profil wechseln (data = Profil-Index 0–2); speichert in NVM
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) SAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue