|
@@ -241,7 +241,7 @@ endef
|
|
|
|
|
|
|
|
|
define PARSE_ALL_KEYBOARDS
|
|
|
- $$(eval $$(call PARSE_ALL_IN_LIST,PARSE_KEYBOARD,$(shell util/list_keyboards.sh noci | sort -u)))
|
|
|
+ $$(eval $$(call PARSE_ALL_IN_LIST,PARSE_KEYBOARD,$(shell util/list_keyboards.sh | sort -u)))
|
|
|
endef
|
|
|
|
|
|
|