next_usb: Fix for mssing key event
This commit is contained in:
parent
c1f36042b4
commit
0b14b56006
@ -160,7 +160,7 @@ void matrix_init(void)
|
|||||||
/* scan all key states on matrix */
|
/* scan all key states on matrix */
|
||||||
uint8_t matrix_scan(void)
|
uint8_t matrix_scan(void)
|
||||||
{
|
{
|
||||||
_delay_ms(20);
|
_delay_ms(5);
|
||||||
|
|
||||||
//next_kbd_set_leds(false, false);
|
//next_kbd_set_leds(false, false);
|
||||||
NEXT_KBD_LED1_OFF;
|
NEXT_KBD_LED1_OFF;
|
||||||
|
Loading…
Reference in New Issue
Block a user