Limit the number of macros to 255

This commit is contained in:
Eric Tang
2017-08-09 11:13:52 -07:00
parent 558089f856
commit b0b659940d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
uint8_t keymapId;
} __attribute__ ((packed)) switchKeymap;
struct {
uint16_t macroId;
uint8_t macroId;
} __attribute__ ((packed)) playMacro;
struct {
test_action_t testAction;