]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Variables in Makefile are ignored in rules.mk
authorshela <shela.weblog@gmail.com>
Sat, 10 Sep 2016 17:46:06 +0000 (02:46 +0900)
committershela <shela.weblog@gmail.com>
Sat, 10 Sep 2016 17:46:06 +0000 (02:46 +0900)
keyboards/hhkb/keymaps/jp/Makefile
keyboards/hhkb/keymaps/rdg_jp/Makefile
keyboards/hhkb/rules.mk

index 92986292a233dd6403c6b2f242237021cbbd50fa..a7f700f019c2f3312dc7ca3e58b7bc18cc1f90a9 100644 (file)
@@ -1 +1 @@
-HHKB_JP=yes
+OPT_DEFS += -DHHKB_JP
index 92986292a233dd6403c6b2f242237021cbbd50fa..a7f700f019c2f3312dc7ca3e58b7bc18cc1f90a9 100644 (file)
@@ -1 +1 @@
-HHKB_JP=yes
+OPT_DEFS += -DHHKB_JP
index e6fc7260eed67cb86933d13701d5d4d1ebe0b403..a46271f0234f040438559e5df8f118b3f5914db7 100644 (file)
@@ -72,10 +72,6 @@ CUSTOM_MATRIX ?= yes    # Custom matrix file for the HHKB
 # UNICODE_ENABLE ?= yes    # Unicode
 # BLUETOOTH_ENABLE ?= yes  # Enable Bluetooth with the Adafruit EZ-Key HID
 
-ifneq (, $(findstring yes, $(HHKB_JP)))
-       OPT_DEFS += -DHHKB_JP
-endif
-
 debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
 debug-on: all