Use consumer keycodes for media keys so they work across platforms and not only on Linux.
This commit is contained in:
@@ -62,7 +62,7 @@ typedef struct {
|
||||
keystroke_type_t keystrokeType;
|
||||
uint8_t longPressAction;
|
||||
uint8_t modifiers;
|
||||
uint8_t scancode;
|
||||
uint16_t scancode;
|
||||
} __attribute__ ((packed)) keystroke;
|
||||
struct {
|
||||
uint8_t buttonActions;
|
||||
|
||||
Reference in New Issue
Block a user