Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -34,7 +34,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true;
|
||||
};
|
||||
|
||||
void macro_tog_key( qk_tap_dance_state_t *state, void *user_data ) {
|
||||
void macro_tog_key( tap_dance_state_t *state, void *user_data ) {
|
||||
if ( state->count > 3 )
|
||||
return;
|
||||
|
||||
@@ -60,7 +60,7 @@ enum {
|
||||
MCROTOG_ = 0
|
||||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[MCROTOG_] = ACTION_TAP_DANCE_FN( macro_tog_key )
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user