diff --git a/KeyboardioFirmware.ino b/KeyboardioFirmware.ino index 95e8b754..d7581318 100644 --- a/KeyboardioFirmware.ino +++ b/KeyboardioFirmware.ino @@ -49,8 +49,6 @@ void loop() { } -// Sending events to the usb host - void handle_synthetic_key_event(byte switchState, Key mappedKey) { if (mappedKey.flags & IS_MOUSE_KEY ) { if (mappedKey.rawKey & MOUSE_WARP) {