Rename .basicKeystroke back to .keystroke

This commit is contained in:
László Monda
2017-03-03 22:36:17 +01:00
parent cc2c06f497
commit d2e3d6becf
4 changed files with 144 additions and 144 deletions

View File

@@ -57,7 +57,7 @@ typedef struct {
uint8_t longPressAction;
uint8_t modifiers;
uint8_t scancode;
} __attribute__ ((packed)) basicKeystroke;
} __attribute__ ((packed)) keystroke;
struct {
uint8_t buttonActions;
uint8_t scrollActions;