Bigger combo index (#9318)

* Add change log

* Change combo index from uint8_t to uint16_t
This commit is contained in:
Pete Sevander
2020-07-16 15:39:01 +03:00
committed by James Young
parent 93e7a8f74c
commit b0335b2731
16 changed files with 28 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}
void process_combo_event(uint8_t combo_index, bool pressed) {
void process_combo_event(uint16_t combo_index, bool pressed) {
switch(combo_index) {
case SCR_LCK:
if (pressed) {