1
0

Merge branch 'nkro32'

This commit is contained in:
tmk 2016-09-07 11:00:14 +09:00
commit d119bba0b7
4 changed files with 1153 additions and 1120 deletions

View File

@ -1,4 +1,3 @@
TARGET = hhkb_jp TARGET = hhkb_jp
HHKB_JP = yes HHKB_JP = yes
NKRO_ENABLE = no
include Makefile include Makefile

View File

@ -2,5 +2,4 @@ TARGET = hhkb_jp_unimap
HHKB_JP = yes HHKB_JP = yes
UNIMAP_ENABLE = yes UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes KEYMAP_SECTION_ENABLE = yes
NKRO_ENABLE = no
include Makefile include Makefile

File diff suppressed because it is too large Load Diff

View File

@ -155,7 +155,7 @@ typedef struct
#define MOUSE_EPSIZE 8 #define MOUSE_EPSIZE 8
#define EXTRAKEY_EPSIZE 8 #define EXTRAKEY_EPSIZE 8
#define CONSOLE_EPSIZE 32 #define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 16 #define NKRO_EPSIZE 32
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,