mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-30 04:51:43 +01:00
Tap Dance: remove qk_ prefix (#19313)
This commit is contained in:
@@ -114,7 +114,7 @@ void keyboard_post_init_user(void) {
|
||||
}
|
||||
|
||||
// Tap Dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
// Tap once for Escape, twice for Caps Lock
|
||||
[TD_TO_DISCORD] = ACTION_TAP_DANCE_LAYER_MOVE(KC_MUTE, _DISCORD),
|
||||
[TD_TO_PHOTOSHOP] = ACTION_TAP_DANCE_LAYER_MOVE(KC_E, _PHOTOSHOP),
|
||||
|
||||
Reference in New Issue
Block a user