diff options
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h index ca12f4746..00d70cbc5 100644 --- a/quantum/process_keycode/process_tap_dance.h +++ b/quantum/process_keycode/process_tap_dance.h | |||
@@ -34,7 +34,7 @@ typedef struct | |||
34 | bool finished; | 34 | bool finished; |
35 | } qk_tap_dance_state_t; | 35 | } qk_tap_dance_state_t; |
36 | 36 | ||
37 | #define TD(n) (QK_TAP_DANCE + n) | 37 | #define TD(n) (QK_TAP_DANCE | ((n) & 0xFF)) |
38 | 38 | ||
39 | typedef void (*qk_tap_dance_user_fn_t) (qk_tap_dance_state_t *state, void *user_data); | 39 | typedef void (*qk_tap_dance_user_fn_t) (qk_tap_dance_state_t *state, void *user_data); |
40 | 40 | ||