Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -58,7 +58,7 @@ enum {
|
||||
};
|
||||
|
||||
// Tap Dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
// Tap once for Tab, twice for Esc
|
||||
[TD_TAB_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_TAB, KC_ESC),
|
||||
};
|
||||
|
@@ -57,7 +57,7 @@ enum {
|
||||
};
|
||||
|
||||
// Tap Dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
// Tap once for Tab, twice for Esc
|
||||
[TD_TAB_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_TAB, KC_ESC),
|
||||
};
|
||||
|
Reference in New Issue
Block a user