summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/Makefile
diff options
context:
space:
mode:
authorOlivier <olivier@gid0.org>2016-08-20 18:07:02 +0200
committerOlivier <olivier@gid0.org>2016-08-20 18:07:02 +0200
commit009ab77d3e26bd348e45a9a8102b2737c9367979 (patch)
treeb01491320736c818584098c4b7a6dce8de53f405 /keyboards/hhkb/Makefile
parent4cfb262faab653247f4d66d44bf5f3339d82bd36 (diff)
parenta3f726174c0f8f358f7970767a1bf743fd9ad761 (diff)
downloadqmk_firmware-009ab77d3e26bd348e45a9a8102b2737c9367979.tar.gz
qmk_firmware-009ab77d3e26bd348e45a9a8102b2737c9367979.tar.xz
Merge https://github.com/jackhumbert/qmk_firmware
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