mixed mode for arduino hid

This commit is contained in:
Devaev Maxim
2020-08-12 12:39:04 +03:00
parent 9ee24e5cf4
commit 37b3ac74d5
5 changed files with 91 additions and 54 deletions

View File

@@ -24,7 +24,8 @@ lib_deps =
HID-Project@2.6.1
build_flags =
${common.build_flags}
-DHID_USB
-DHID_USB_KBD
-DHID_USB_MOUSE
extra_scripts = post:patch.py
[env:ps2]
@@ -37,6 +38,22 @@ lib_deps =
git+https://github.com/Harvie/ps2dev#v0.0.3
build_flags =
${common.build_flags}
-DHID_PS2
-DHID_PS2_KBD
-DPS2_KBD_CLOCK_PIN=7
-DPS2_KBD_DATA_PIN=5
[env:mixed]
platform = atmelavr
board = micro
framework = arduino
upload_port = /dev/ttyACM0
lib_deps =
${common.lib_deps}
HID-Project@2.6.1
git+https://github.com/Harvie/ps2dev#v0.0.3
build_flags =
${common.build_flags}
-DHID_PS2_KBD
-DHID_USB_MOUSE
-DPS2_KBD_CLOCK_PIN=7
-DPS2_KBD_DATA_PIN=5