X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=e67e2fa0931e26f95f7a854d0c80cbd33a187883;hb=bd642d08aba2a0ad7e9eefdf3406578830c90158;hp=73112bd0b410f49cfce05d61f218b972c8cfee62;hpb=7f2882832e48509718c888d6f2da7294d0d81db0;p=qmk_firmware.git 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)))