mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Linting fix
This commit is contained in:
parent
46823be3c9
commit
2187920fa9
@ -38,9 +38,9 @@ void tap_dance_pair_on_each_tap(tap_dance_state_t *state, void *user_data) {
|
||||
void tap_dance_pair_finished(tap_dance_state_t *state, void *user_data) {
|
||||
tap_dance_pair_t *pair = (tap_dance_pair_t *)user_data;
|
||||
|
||||
#ifdef REPEAT_KEY_ENABLE
|
||||
#ifdef REPEAT_KEY_ENABLE
|
||||
set_last_keycode(pair->kc1);
|
||||
#endif
|
||||
#endif
|
||||
register_code16(pair->kc1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user