summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-10-15 22:54:06 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-15 22:54:06 +0200
commitbd642d08aba2a0ad7e9eefdf3406578830c90158 (patch)
tree55afd917f6a07fdcc99938d3e1965d5f098e60e3 /Makefile
parent7f2882832e48509718c888d6f2da7294d0d81db0 (diff)
downloadqmk_firmware-bd642d08aba2a0ad7e9eefdf3406578830c90158.tar.gz
qmk_firmware-bd642d08aba2a0ad7e9eefdf3406578830c90158.tar.xz
add note to makefile for future use
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73112bd0b..e67e2fa09 100644
--- a/Makefile
+++ b/Makefile
@@ -304,6 +304,7 @@ define PARSE_KEYBOARD
KEYMAPS += $$(notdir $$(patsubst %/.,%,$$(wildcard $(ROOT_DIR)/keyboards/$$(KEYBOARD_FOLDER_PATH_3)/keymaps/*/.)))
KEYMAPS += $$(notdir $$(patsubst %/.,%,$$(wildcard $(ROOT_DIR)/keyboards/$$(KEYBOARD_FOLDER_PATH_4)/keymaps/*/.)))
KEYMAPS += $$(notdir $$(patsubst %/.,%,$$(wildcard $(ROOT_DIR)/keyboards/$$(KEYBOARD_FOLDER_PATH_5)/keymaps/*/.)))
+ # this might be needed, but in a different form
#KEYMAPS := $$(sort $$(filter-out $$(KEYBOARD_FOLDER_1) $$(KEYBOARD_FOLDER_2) \
$$(KEYBOARD_FOLDER_3) $$(KEYBOARD_FOLDER_4) $$(KEYBOARD_FOLDER_5), $$(KEYMAPS)))