diff options
| -rw-r--r-- | converter/next_usb/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/next_usb/matrix.c b/converter/next_usb/matrix.c index 506378d90..d91cd2577 100644 --- a/converter/next_usb/matrix.c +++ b/converter/next_usb/matrix.c | |||
| @@ -160,7 +160,7 @@ void matrix_init(void) | |||
| 160 | /* scan all key states on matrix */ | 160 | /* scan all key states on matrix */ |
| 161 | uint8_t matrix_scan(void) | 161 | uint8_t matrix_scan(void) |
| 162 | { | 162 | { |
| 163 | _delay_ms(20); | 163 | _delay_ms(5); |
| 164 | 164 | ||
| 165 | //next_kbd_set_leds(false, false); | 165 | //next_kbd_set_leds(false, false); |
| 166 | NEXT_KBD_LED1_OFF; | 166 | NEXT_KBD_LED1_OFF; |
