mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 23:22:30 +00:00
h/f: moonlander dynamic macro end bug
This commit is contained in:
@@ -81,9 +81,8 @@ bool dynamic_macro_record_end_kb(int8_t direction) {
|
||||
if (cancel_deferred_exec(dynamic_macro_token)) {
|
||||
dynamic_macro_token = INVALID_DEFERRED_TOKEN;
|
||||
STATUS_LED_3(false);
|
||||
(false);
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user