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 @@ +#pragma once + +#include "quantum.h" + +enum tap_dance { + SHIFT_CAPS = 0 +};
\ No newline at end of file |