Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
#define TD_CTRL_LANG TD(_TD_CTRL_LANG)
|
||||
#define TD_SCLN_NTILDE TD(_TD_SCLN_NTILDE) //TP with costum keycodes has to be a funtion
|
||||
|
||||
void td_scln_ntilde(qk_tap_dance_state_t *state, void *user_data) {
|
||||
void td_scln_ntilde(tap_dance_state_t *state, void *user_data) {
|
||||
if (state->count == 1) {
|
||||
register_code(KC_SCLN);
|
||||
unregister_code(KC_SCLN);
|
||||
@@ -174,7 +174,7 @@
|
||||
}
|
||||
|
||||
// Tap Dance Definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[_TD_TAB_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_TAB, KC_ESC),
|
||||
[_TD_BSPC_WDEL] = ACTION_TAP_DANCE_DOUBLE(KC_BSPC, LALT(KC_BSPC)),
|
||||
[_TD_SFT_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS),
|
||||
|
Reference in New Issue
Block a user