Fix process_combo which assign -1 to uint16_t
This commit is contained in:
parent
19fdfccca2
commit
1950a145c7
2 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue