pull/18/head
Jesse Vincent 9 years ago
parent 2f314d5267
commit a14920f0bf

@ -57,7 +57,7 @@ void handle_key_event(byte row, byte col) {
if (mappedKey.flags & SYNTHETIC_KEY) { if (mappedKey.flags & SYNTHETIC_KEY) {
handle_synthetic_key_event(switchState, mappedKey); handle_synthetic_key_event(switchState, mappedKey);
} else if (key_is_pressed(switchState)) { } else if (key_is_pressed(switchState)) {
press_key(mappedKey); press_key(mappedKey);
} }
} }

Loading…
Cancel
Save