1
0
Fork 0

Rename qmk json-keymap to qmk json2c (#8372)

This commit is contained in:
skullydazed 2020-03-10 13:51:19 -07:00 committed by GitHub
parent 1aa40dde46
commit 2a05d433c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 48 deletions

View file

@ -23,4 +23,4 @@ endif
# Generate the keymap.c
$(KEYBOARD_OUTPUT)/src/keymap.c: $(KEYMAP_JSON)
bin/qmk json-keymap --quiet --output $(KEYMAP_C) $(KEYMAP_JSON)
bin/qmk json2c --quiet --output $(KEYMAP_C) $(KEYMAP_JSON)