summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/hid/Makefile b/hid/Makefile
new file mode 100644
index 00000000..0d94b010
--- /dev/null
+++ b/hid/Makefile
@@ -0,0 +1,18 @@
+all:
+ @ cat Makefile
+
+build:
+ platformio run
+
+update:
+ platformio platform update
+
+install: upload
+upload:
+ platformio run --target upload
+
+serial:
+ platformio serialports monitor
+
+clean:
+ rm -rf .pioenvs .piolibdeps