summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/Makefile
diff options
context:
space:
mode:
authorJack Humbert2016-07-08 08:35:24 -0400
committerGitHub2016-07-08 08:35:24 -0400
commitb6e47f7a5ffd95078b36cb88167ba12cb9dcff08 (patch)
tree4c988cae2f68951db07223e66ff936fb086895f5 /keyboards/hhkb/Makefile
parenta9979c6f4232f48713b1b2cdbef927c3038d1ad4 (diff)
parent66ffb1cb3a21c670719263f187e3470fd888f42a (diff)
Merge pull request #494 from robbiegill/master
Port 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