Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -30,7 +30,7 @@ enum tapdances{
|
||||
TD_ENT = 0,
|
||||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[TD_ENT] = ACTION_TAP_DANCE_DOUBLE(KC_ENT, KC_ENT),
|
||||
};
|
||||
|
||||
|
@@ -31,7 +31,7 @@ enum tapdances{
|
||||
TD_ENT = 0,
|
||||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[TD_ENT] = ACTION_TAP_DANCE_DOUBLE(KC_ENT, KC_ENT),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user