summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/Makefile b/hid/Makefile
index b82d2673..0d07db84 100644
--- a/hid/Makefile
+++ b/hid/Makefile
@@ -2,6 +2,8 @@ usb:
make _build E=usb
ps2:
make _build E=ps2
+mixed:
+ make _build E=mixed
_build:
rm -f .current
platformio run --environment $(E)