Quellcode durchsuchen

Merge branch 'nkro32'

master
tmk vor 7 Jahren
Ursprung
Commit
d119bba0b7

+ 0
- 1
keyboard/hhkb/Makefile.jp Datei anzeigen

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

+ 0
- 1
keyboard/hhkb/Makefile.unimap.jp Datei anzeigen

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

+ 1152
- 1117
keyboard/hhkb/binary/hhkb_jp_unimap.hex
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1
- 1
tmk_core/protocol/lufa/descriptor.h Datei anzeigen

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

Laden…
Abbrechen
Speichern