mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix layer switching from tap dances by redoing the keymap lookup (#17935)
This commit is contained in:
@@ -81,7 +81,7 @@ void reset_tap_dance(qk_tap_dance_state_t *state);
|
||||
|
||||
/* To be used internally */
|
||||
|
||||
void preprocess_tap_dance(uint16_t keycode, keyrecord_t *record);
|
||||
bool preprocess_tap_dance(uint16_t keycode, keyrecord_t *record);
|
||||
bool process_tap_dance(uint16_t keycode, keyrecord_t *record);
|
||||
void tap_dance_task(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user