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, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h index 7b820584a..d457db9b3 100644 --- a/quantum/process_keycode/process_tap_dance.h +++ b/quantum/process_keycode/process_tap_dance.h | |||
| @@ -11,6 +11,8 @@ typedef struct | |||
| 11 | uint8_t count; | 11 | uint8_t count; |
| 12 | uint16_t keycode; | 12 | uint16_t keycode; |
| 13 | uint16_t timer; | 13 | uint16_t timer; |
| 14 | bool active:1; | ||
| 15 | bool pressed:1; | ||
| 14 | } qk_tap_dance_state_t; | 16 | } qk_tap_dance_state_t; |
| 15 | 17 | ||
| 16 | #define TD(n) (QK_TAP_DANCE + n) | 18 | #define TD(n) (QK_TAP_DANCE + n) |
