Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -45,7 +45,7 @@ enum tap_dances {
|
||||
TD_CAPS, // ESC on tap, CAPS on double tap
|
||||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[TD_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_CAPS),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user