Explorar el Código

next_usb: Stop debug print while no keyboard

master
tmk hace 8 años
padre
commit
5a2a781fc9
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

@@ -187,7 +187,7 @@ uint8_t matrix_scan(void)
uint32_t resp = (next_kbd_recv());
if (resp == NEXT_KBD_KMBUS_IDLE)
if (!resp || resp == NEXT_KBD_KMBUS_IDLE)
{
return 0;
}