Skip to content

Commit

Permalink
next_usb: Fix for mssing key event
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Sep 20, 2015
1 parent c1f3604 commit 0b14b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/next_usb/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void matrix_init(void)
/* scan all key states on matrix */
uint8_t matrix_scan(void)
{
_delay_ms(20);
_delay_ms(5);

//next_kbd_set_leds(false, false);
NEXT_KBD_LED1_OFF;
Expand Down

0 comments on commit 0b14b56

Please sign in to comment.