Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -11,7 +11,7 @@ enum
|
||||
TD_DOTCOM = 0
|
||||
};
|
||||
//Tap Dance Definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
//Tap once for Esc, twice for Caps Lock
|
||||
[TD_DOTCOM] = ACTION_TAP_DANCE_DOUBLE(KC_COMMA, KC_DOT)
|
||||
// Other declarations would go here, separated by commas, if you have them
|
||||
|
@@ -13,7 +13,7 @@ enum {
|
||||
};
|
||||
|
||||
//Tap Dance Definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
//Tap once for ;, twice for ' -not using this currently
|
||||
[TD_SEMI_QUOT] = ACTION_TAP_DANCE_DOUBLE(KC_SCLN, KC_QUOT),
|
||||
//Tap once for , twice for -
|
||||
|
Reference in New Issue
Block a user