Fix process_combo which assign -1 to uint16_t
This commit is contained in:
@ -33,6 +33,7 @@ typedef struct
|
||||
uint8_t state;
|
||||
#endif
|
||||
uint16_t timer;
|
||||
bool is_active;
|
||||
#ifdef COMBO_ALLOW_ACTION_KEYS
|
||||
keyrecord_t prev_record;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user