1
0
Fork 0

Fix process_combo which assign -1 to uint16_t

This commit is contained in:
Shihpin Tseng 2018-08-20 02:16:06 +08:00
parent 19fdfccca2
commit 1950a145c7
2 changed files with 10 additions and 9 deletions

View file

@ -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