Parcourir la source

core: Change lufa NKRO report size 16 to 32 bytes

master
tmk il y a 7 ans
Parent
révision
61cad24a87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      tmk_core/protocol/lufa/descriptor.h

+ 1
- 1
tmk_core/protocol/lufa/descriptor.h Voir le fichier

@@ -155,7 +155,7 @@ typedef struct
#define MOUSE_EPSIZE 8
#define EXTRAKEY_EPSIZE 8
#define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 16
#define NKRO_EPSIZE 32


uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,

Chargement…
Annuler
Enregistrer