diff options
author | TerryMathews <terry@terrymathews.net> | 2016-07-09 16:46:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-09 16:46:00 -0400 |
commit | 4decdd2b180f84c3d7a6e1fa87505591a7b729d6 (patch) | |
tree | 6b13449f4d7169b5391fa266eef9a1b80cff9e45 /keyboards/hhkb/Makefile | |
parent | 979a0d25f0092ecf181f753bac71ed4528dc2be5 (diff) | |
parent | c444f4f702739633b11e548575cdbe8369d0a98b (diff) |
Merge pull request #1 from jackhumbert/master
Catch up with jack's master
Diffstat (limited to 'keyboards/hhkb/Makefile')
-rw-r--r-- | keyboards/hhkb/Makefile | 4 |
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 |