diff options
| author | ridingqwerty | 2020-02-04 20:17:10 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-04 20:17:10 +0100 |
| commit | 964ed177165072572112abfbdbba3317ed13170c (patch) | |
| tree | 676b31e86c0daa5dc64eed2c50241b84d43c904e /users/ridingqwerty/tapdances.h | |
| parent | 50554ca270ae4c58dfa156ae4960e06a7ec6ef31 (diff) | |
ridingqwerty: userspace update (#8076)
* Userspace overhaul
* Remove testing directory
* Minorca keymap tweaks
Diffstat (limited to 'users/ridingqwerty/tapdances.h')
| -rw-r--r-- | users/ridingqwerty/tapdances.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ridingqwerty/tapdances.h b/users/ridingqwerty/tapdances.h new file mode 100644 index 0000000000..6eba0e2cbc --- /dev/null +++ b/users/ridingqwerty/tapdances.h @@ -0,0 +1,9 @@ +#pragma once + +#include "quantum.h" + +#define TD_BRC TD(TD_BRACES) + +enum tapdance_id { + TD_BRACES = 0 +}; |