summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-11 05:29:30 +0000
committerDevaev Maxim <[email protected]>2018-07-11 05:29:30 +0000
commitc6b6e54875158d22bee9cdd82f1342e1fc83724e (patch)
tree34d6b3890f7ff98a6269b64c6a30de73fdd6a5a0 /hid/Makefile
parent157828997a9e756e58210804c4f3025dce57f853 (diff)
using HID-Project library
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/hid/Makefile b/hid/Makefile
index ec8bb999..edbd63f1 100644
--- a/hid/Makefile
+++ b/hid/Makefile
@@ -7,11 +7,15 @@ build:
update:
platformio platform update
+install: upload
upload:
platformio run --target upload
serial:
platformio serialports monitor
+regen:
+ python3 genmap.py
+
clean:
rm -rf .pioenvs .piolibdeps