summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/Makefile
diff options
context:
space:
mode:
authorRobbie Gill <gill.rob@gmail.com>2016-07-08 06:03:20 +0200
committerRobbie Gill <gill.rob@gmail.com>2016-07-08 06:03:20 +0200
commit66ffb1cb3a21c670719263f187e3470fd888f42a (patch)
tree4beeb49a28589ff22845993b2a72d8529a7728ef /keyboards/hhkb/Makefile
parent21e443101f4873a813d33e50486d4e9591e89f4e (diff)
downloadqmk_firmware-66ffb1cb3a21c670719263f187e3470fd888f42a.tar.gz
qmk_firmware-66ffb1cb3a21c670719263f187e3470fd888f42a.tar.xz
port missing support for hhkb-jp from tmk
Diffstat (limited to 'keyboards/hhkb/Makefile')
-rw-r--r--keyboards/hhkb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/hhkb/Makefile b/keyboards/hhkb/Makefile
index 53eece396..6fe973e1e 100644
--- a/keyboards/hhkb/Makefile
+++ b/keyboards/hhkb/Makefile
@@ -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