aboutsummaryrefslogtreecommitdiff
path: root/converter/adb_usb/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/adb_usb/matrix.c')
-rw-r--r--converter/adb_usb/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/adb_usb/matrix.c b/converter/adb_usb/matrix.c
index 566592c93..7e5856971 100644
--- a/converter/adb_usb/matrix.c
+++ b/converter/adb_usb/matrix.c
@@ -85,7 +85,7 @@ uint8_t matrix_scan(void)
85 uint8_t key0, key1; 85 uint8_t key0, key1;
86 86
87 is_modified = false; 87 is_modified = false;
88 _delay_ms(16); // delay for preventing overload of poor ADB keyboard controller 88 _delay_ms(12); // delay for preventing overload of poor ADB keyboard controller
89 codes = adb_host_kbd_recv(); 89 codes = adb_host_kbd_recv();
90 key0 = codes>>8; 90 key0 = codes>>8;
91 key1 = codes&0xFF; 91 key1 = codes&0xFF;