Write a basic keymap sanity checker utility

This commit is contained in:
Josh Klar
2018-09-23 02:38:28 -07:00
parent 3f83e6a85b
commit 94130740c4
19 changed files with 246 additions and 15 deletions

6
bin/micropython.sh Executable file
View File

@@ -0,0 +1,6 @@
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
echo "Run make micropython-build-unix"
exit 1
fi
vendor/micropython/ports/unix/micropython $@