diff options
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 182cc6756..81e462ce2 100644 --- a/users/drashna/tap_dances.h +++ b/users/drashna/tap_dances.h | |||
| @@ -35,12 +35,10 @@ extern diablo_timer_t diablo_timer[]; | |||
| 35 | void run_diablo_macro_check(void); | 35 | void run_diablo_macro_check(void); |
| 36 | 36 | ||
| 37 | #ifdef TAP_DANCE_ENABLE | 37 | #ifdef TAP_DANCE_ENABLE |
| 38 | // clang-format off | ||
| 39 | enum { | 38 | enum { |
| 40 | TD_D3_1 = 0, | 39 | TD_D3_1 = 0, |
| 41 | TD_D3_2, | 40 | TD_D3_2, |
| 42 | TD_D3_3, | 41 | TD_D3_3, |
| 43 | TD_D3_4 | 42 | TD_D3_4, |
| 44 | }; | 43 | }; |
| 45 | // clang-format on | 44 | #endif // TAP_DANCE_ENABLE |
| 46 | #endif // TAP_DANCE_ENABLE | ||
