Skip to content

Commit

Permalink
Add JSON keymap to prereq list of C keymap
Browse files Browse the repository at this point in the history
This ensures the C keymap is rebuilt when the JSON keymap changes.
  • Loading branch information
ashtneoi authored and skullydazed committed Dec 8, 2019
1 parent 4b11c2b commit 15e5f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_json.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ else ifneq ("$(wildcard $(MAIN_KEYMAP_PATH_1)/keymap.json)","")
endif

# Generate the keymap.c
$(KEYBOARD_OUTPUT)/src/keymap.c:
$(KEYBOARD_OUTPUT)/src/keymap.c: $(KEYMAP_JSON)
bin/qmk json-keymap --quiet --output $(KEYMAP_C) $(KEYMAP_JSON)

0 comments on commit 15e5f57

Please sign in to comment.