Skip to content

Commit

Permalink
Use the merged info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jul 30, 2021
1 parent cdc32dc commit 010ccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ ifeq ($(strip $(XAP_ENABLE)), yes)

$(KEYMAP_OUTPUT)/src/info_json_gz.h: $(INFO_JSON_FILES)
mkdir -p $(KEYMAP_OUTPUT)/src
cat $(INFO_JSON_FILES) | gzip -c9 > $(KEYMAP_OUTPUT)/src/info.json.gz
$(QMK_BIN) info -f json -kb $(KEYBOARD) -km $(KEYMAP) | gzip -c9 > $(KEYMAP_OUTPUT)/src/info.json.gz
cd $(KEYMAP_OUTPUT)/src >/dev/null 2>&1 \
&& xxd -i info.json.gz info_json_gz.h \
&& cd - >/dev/null 2>&1
Expand Down

0 comments on commit 010ccb6

Please sign in to comment.