diff options
Diffstat (limited to 'users/d4mation/tap-dance.c')
| -rw-r--r-- | users/d4mation/tap-dance.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/d4mation/tap-dance.c b/users/d4mation/tap-dance.c new file mode 100644 index 000000000..46f2274f5 --- /dev/null +++ b/users/d4mation/tap-dance.c | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #include "tap-dance.h" | ||
| 2 | |||
| 3 | qk_tap_dance_action_t tap_dance_actions[] = { | ||
| 4 | /* Tap once/hold for Shift, tap twice for Caps Lock */ | ||
| 5 | [SHIFT_CAPS] = ACTION_TAP_DANCE_DOUBLE( KC_LSHIFT, KC_CAPS ) | ||
| 6 | }; \ No newline at end of file | ||
