mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-02 03:53:25 +01:00
Tap Dance: remove qk_ prefix (#19313)
This commit is contained in:
@@ -32,7 +32,7 @@ enum {
|
||||
};
|
||||
|
||||
// Tap dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
[TD_GRV_TILD] = ACTION_TAP_DANCE_DOUBLE(KC_GRV, KC_TILD),
|
||||
};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user