Parcourir la source

Fix set LED for NKRO keyboard interface

tags/v1.9
tmk il y a 10 ans
Parent
révision
abe5edcaa7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      protocol/lufa/lufa.c

+ 1
- 0
protocol/lufa/lufa.c Voir le fichier

@@ -272,6 +272,7 @@ void EVENT_USB_Device_ControlRequest(void)
// Interface
switch (USB_ControlRequest.wIndex) {
case KEYBOARD_INTERFACE:
case NKRO_INTERFACE:
Endpoint_ClearSETUP();

while (!(Endpoint_IsOUTReceived())) {

Chargement…
Annuler
Enregistrer