瀏覽代碼

core: Change lufa NKRO report size 16 to 32 bytes

master
tmk 7 年之前
父節點
當前提交
61cad24a87
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      tmk_core/protocol/lufa/descriptor.h

+ 1
- 1
tmk_core/protocol/lufa/descriptor.h 查看文件

@@ -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,

Loading…
取消
儲存