diff options
Diffstat (limited to 'users/hvp/tap_dances.h')
| -rw-r--r-- | users/hvp/tap_dances.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/hvp/tap_dances.h b/users/hvp/tap_dances.h new file mode 100644 index 000000000..705985faa --- /dev/null +++ b/users/hvp/tap_dances.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #pragma once | ||
| 2 | #include "hvp.h" | ||
| 3 | |||
| 4 | // Tap Dance Declarations | ||
| 5 | enum tapdance_id | ||
| 6 | { | ||
| 7 | TD1 = 0, | ||
| 8 | TD2, | ||
| 9 | TD3 | ||
| 10 | }; | ||
