FIX: send last report when idle timeouts. (pjrc)
This commit is contained in:
2
adb_usb/matrix.c
Normal file → Executable file
2
adb_usb/matrix.c
Normal file → Executable file
@ -87,7 +87,7 @@ uint8_t matrix_scan(void)
|
||||
_register_key(key1);
|
||||
}
|
||||
|
||||
if (debug_matrix && matrix_is_modified()) {
|
||||
if (debug_enable) {
|
||||
print("adb_host_kbd_recv: "); phex16(codes); print("\n");
|
||||
}
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user