summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/Makefile
diff options
context:
space:
mode:
authorRobbie Gill <gill.rob@gmail.com>2016-07-07 21:03:20 -0700
committerRobbie Gill <gill.rob@gmail.com>2016-07-07 21:03:20 -0700
commit66ffb1cb3a21c670719263f187e3470fd888f42a (patch)
tree4beeb49a28589ff22845993b2a72d8529a7728ef /keyboards/hhkb/Makefile
parent21e443101f4873a813d33e50486d4e9591e89f4e (diff)
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 53eece3969..6fe973e1eb 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