diff options
author | Robbie Gill <gill.rob@gmail.com> | 2016-07-07 21:03:20 -0700 |
---|---|---|
committer | Robbie Gill <gill.rob@gmail.com> | 2016-07-07 21:03:20 -0700 |
commit | 66ffb1cb3a21c670719263f187e3470fd888f42a (patch) | |
tree | 4beeb49a28589ff22845993b2a72d8529a7728ef /keyboards/hhkb/Makefile | |
parent | 21e443101f4873a813d33e50486d4e9591e89f4e (diff) | |
download | qmk_firmware-66ffb1cb3a21c670719263f187e3470fd888f42a.tar.gz qmk_firmware-66ffb1cb3a21c670719263f187e3470fd888f42a.zip |
port missing support for hhkb-jp from tmk
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 |