diff --git a/right/src/macros.c b/right/src/macros.c index b30bad8..2a4201d 100644 --- a/right/src/macros.c +++ b/right/src/macros.c @@ -218,7 +218,7 @@ void deleteSystemScancode(uint8_t scancode) } } -void addScancode(uint16_t scancode, macro_sub_action_t type) +void addScancode(uint16_t scancode, keystroke_type_t type) { switch (type) { case KeystrokeType_Basic: @@ -233,7 +233,7 @@ void addScancode(uint16_t scancode, macro_sub_action_t type) } } -void deleteScancode(uint16_t scancode, macro_sub_action_t type) +void deleteScancode(uint16_t scancode, keystroke_type_t type) { switch (type) { case KeystrokeType_Basic: