|
|
@ -68,7 +68,7 @@ void handle_synthetic_key_event(byte switchState, Key mappedKey) {
|
|
|
|
} else if (mappedKey.flags & IS_INTERNAL) {
|
|
|
|
} else if (mappedKey.flags & IS_INTERNAL) {
|
|
|
|
if (key_toggled_on (switchState)) {
|
|
|
|
if (key_toggled_on (switchState)) {
|
|
|
|
if (mappedKey.rawKey == LED_TOGGLE) {
|
|
|
|
if (mappedKey.rawKey == LED_TOGGLE) {
|
|
|
|
LEDs.next_led_mode();
|
|
|
|
LEDs.next_mode();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (mappedKey.flags & IS_SYSCTL) {
|
|
|
|
} else if (mappedKey.flags & IS_SYSCTL) {
|
|
|
|