forked from jappel/VersaMCU
Added Macro functionality, updated readme
This commit is contained in:
parent
b49984b9c0
commit
59b3cb4dd1
9 changed files with 354 additions and 33 deletions
|
|
@ -7,6 +7,7 @@ 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
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) SAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue