diff options
| author | Drashna Jaelre | 2021-07-27 02:59:49 +0200 |
|---|---|---|
| committer | GitHub | 2021-07-27 02:59:49 +0200 |
| commit | eb46c954dcf99d842967cc6095827316ffddd291 (patch) | |
| tree | 69f0a5ade629b63731c246888c0e067312e0970f /users/drashna/tap_dances.h | |
| parent | 368efb5d2b834d995ba24cd23349327bab02918b (diff) | |
[Keymap] Drashna's Defaults cleanup (#13722)
Diffstat (limited to 'users/drashna/tap_dances.h')
| -rw-r--r-- | users/drashna/tap_dances.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/drashna/tap_dances.h b/users/drashna/tap_dances.h index 182cc6756c..81e462ce29 100644 --- a/users/drashna/tap_dances.h +++ b/users/drashna/tap_dances.h @@ -35,12 +35,10 @@ extern diablo_timer_t diablo_timer[]; void run_diablo_macro_check(void); #ifdef TAP_DANCE_ENABLE -// clang-format off enum { TD_D3_1 = 0, TD_D3_2, TD_D3_3, - TD_D3_4 + TD_D3_4, }; -// clang-format on -#endif // TAP_DANCE_ENABLE +#endif // TAP_DANCE_ENABLE |