diff options
Diffstat (limited to 'users/d4mation/tap-dance.h')
| -rw-r--r-- | users/d4mation/tap-dance.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/d4mation/tap-dance.h b/users/d4mation/tap-dance.h new file mode 100644 index 000000000..0087c4a6e --- /dev/null +++ b/users/d4mation/tap-dance.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | enum tap_dance { | ||
| 6 | SHIFT_CAPS = 0 | ||
| 7 | }; \ No newline at end of file | ||
