hhkb: Add Makefile.jp for HHKB JP
This commit is contained in:
parent
3dbb762dcc
commit
10a6b2c7d8
3 changed files with 13 additions and 6 deletions
|
@ -121,11 +121,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
|
|||
#HHKB_JP = yes # HHKB JP support
|
||||
|
||||
|
||||
ifdef HHKB_JP
|
||||
OPT_DEFS += -DHHKB_JP
|
||||
endif
|
||||
|
||||
|
||||
#
|
||||
# Keymap file
|
||||
#
|
||||
|
@ -140,6 +135,11 @@ else
|
|||
endif
|
||||
|
||||
|
||||
ifneq (, $(or $(findstring keymap_jp.c, $(SRC)), $(findstring yes, $(HHKB_JP))))
|
||||
OPT_DEFS += -DHHKB_JP
|
||||
endif
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(TARGET_DIR)
|
||||
VPATH += $(TOP_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue