Add json2c script

This commit is contained in:
2021-07-06 10:50:59 +03:00
parent 7592962b00
commit 4a5670c0c7

View File

@@ -0,0 +1,2 @@
#!/bin/sh
qmk json2c josh.json -o keymap.c && sed -i 's/\/\*/#include "unicode.h"\n\n\/\*/' keymap.c