Explorar el Código

next_usb: Fix for mssing key event

tags/v2.9
tmk hace 8 años
padre
commit
0b14b56006
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      converter/next_usb/matrix.c

+ 1
- 1
converter/next_usb/matrix.c Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar