|
|
|
@ -200,7 +200,7 @@ void send_key_events(int layer) {
|
|
|
|
|
if (key_toggled_on (switchState)) {
|
|
|
|
|
Mouse.press(mappedKey.rawKey);
|
|
|
|
|
} else if (key_is_pressed(switchState)) {
|
|
|
|
|
} else if (Mouse.isPressed(mappedKey.rawKey) ){
|
|
|
|
|
} else if (Mouse.isPressed(mappedKey.rawKey) ) {
|
|
|
|
|
Mouse.release(mappedKey.rawKey);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|