Explorar el Código

Fix consumer key bug

tags/v1.9
tmk hace 10 años
padre
commit
cd86104377
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      keyboard/hhkb_rn42/rn42.c

+ 1
- 1
keyboard/hhkb_rn42/rn42.c Ver fichero

serial_send(0xFD); // Raw report mode serial_send(0xFD); // Raw report mode
serial_send(3); // length serial_send(3); // length
serial_send(3); // descriptor type serial_send(3); // descriptor type
serial_send((bits>>8)&0xFF);
serial_send(bits&0xFF); serial_send(bits&0xFF);
serial_send((bits>>8)&0xFF);
} }





Cargando…
Cancelar
Guardar