port missing support for hhkb-jp from tmk

This commit is contained in:
Robbie Gill
2016-07-07 21:03:20 -07:00
parent 21e443101f
commit 66ffb1cb3a
7 changed files with 161 additions and 1 deletions

View File

@@ -78,6 +78,10 @@ ifndef QUANTUM_DIR
include ../../Makefile
endif
ifneq (, $(findstring yes, $(HHKB_JP)))
OPT_DEFS += -DHHKB_JP
endif
debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
debug-on: all