diff options
| author | Ryan | 2022-12-14 21:40:25 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-14 21:40:25 +0100 |
| commit | 1978007faefc0fb3af809ddf0d2ff1274e540570 (patch) | |
| tree | 76e3d5ce69f8f4892602c5cfb6b54374642e7c55 /users/d4mation | |
| parent | 83e8e5845a7136ade68bad82c156c70c071f9bf7 (diff) | |
Tap Dance: remove `qk_` prefix (#19313)
Diffstat (limited to 'users/d4mation')
| -rw-r--r-- | users/d4mation/tap-dance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/d4mation/tap-dance.c b/users/d4mation/tap-dance.c index 77d09962d6..928a932611 100644 --- a/users/d4mation/tap-dance.c +++ b/users/d4mation/tap-dance.c @@ -1,6 +1,6 @@ #include "tap-dance.h" -qk_tap_dance_action_t tap_dance_actions[] = { +tap_dance_action_t tap_dance_actions[] = { /* Tap once/hold for Shift, tap twice for Caps Lock */ [SHIFT_CAPS] = ACTION_TAP_DANCE_DOUBLE( KC_LSFT, KC_CAPS ) };
\ No newline at end of file |