aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_combo.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_combo.h')
-rw-r--r--quantum/process_keycode/process_combo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_combo.h b/quantum/process_keycode/process_combo.h
index a5dbd788a..a5787c9ed 100644
--- a/quantum/process_keycode/process_combo.h
+++ b/quantum/process_keycode/process_combo.h
@@ -33,6 +33,7 @@ typedef struct
33 uint8_t state; 33 uint8_t state;
34#endif 34#endif
35 uint16_t timer; 35 uint16_t timer;
36 bool is_active;
36#ifdef COMBO_ALLOW_ACTION_KEYS 37#ifdef COMBO_ALLOW_ACTION_KEYS
37 keyrecord_t prev_record; 38 keyrecord_t prev_record;
38#else 39#else