1
0
Fork 0

Fix layer switching from tap dances by redoing the keymap lookup (#17935)

This commit is contained in:
Sergey Vlasov 2022-10-03 12:48:16 +03:00 committed by GitHub
parent 0e6f191436
commit ca0c12847a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 874 additions and 5 deletions

View file

@ -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);