Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -22,7 +22,7 @@ enum {
|
||||
};
|
||||
|
||||
// Tap Dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
//tap once for home, twice for end
|
||||
[TD_HOME_END] = ACTION_TAP_DANCE_DOUBLE(KC_HOME, KC_END)
|
||||
};
|
||||
|
Reference in New Issue
Block a user