diff options
author | Devaev Maxim <[email protected]> | 2020-08-12 12:39:04 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-12 12:39:04 +0300 |
commit | 37b3ac74d55d18d76d2a2c51bfb2ffcf031c2927 (patch) | |
tree | 1bccaad4284d6f5b8a1c84877eec7edaac2c4ed2 /hid/Makefile | |
parent | 9ee24e5cf46ed7aebd2b6acbd33943e132b74d6f (diff) |
mixed mode for arduino hid
Diffstat (limited to 'hid/Makefile')
-rw-r--r-- | hid/Makefile | 2 |
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) |