moved hid to kvmd

This commit is contained in:
Devaev Maxim
2018-09-26 02:20:58 +03:00
parent 940989b6e9
commit 089bac2bcd
10 changed files with 12 additions and 9 deletions

View File

@@ -1,21 +0,0 @@
all:
@ cat Makefile
build:
platformio run
update:
platformio platform update
install: upload
upload:
platformio run --target upload
serial:
platformio serialports monitor
regen:
python3 genmap.py
clean:
rm -rf .pioenvs .piolibdeps