Ver código fonte

Fix consumer key bug

tags/v1.9
tmk 10 anos atrás
pai
commit
cd86104377
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      keyboard/hhkb_rn42/rn42.c

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

@@ -139,8 +139,8 @@ static void send_consumer(uint16_t data)
serial_send(0xFD); // Raw report mode
serial_send(3); // length
serial_send(3); // descriptor type
serial_send((bits>>8)&0xFF);
serial_send(bits&0xFF);
serial_send((bits>>8)&0xFF);
}



Carregando…
Cancelar
Salvar