diff options
author | Maxim Devaev <[email protected]> | 2021-08-15 17:34:42 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-15 20:16:48 +0300 |
commit | df098bd075e26fb6ecc75b2f7be5923371741677 (patch) | |
tree | 663a4e6a4808ed267e985c5b5d3d18bc4cf1f915 /hid/platformio.ini | |
parent | 9afa6efbe4b8ee3186c5d840233c96115363460f (diff) |
win95 runtime switching
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index fa42db0b..a6e27454 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -7,7 +7,7 @@ platform = atmelavr board = micro framework = arduino lib_deps = - git+https://github.com/mdevaev/HID#f12b7d633f7437552707d6ccd411204cf36601f2 + git+https://github.com/mdevaev/HID#a8877bc878a1a2f39d993a3defa750b6ec1b2ee0 git+https://github.com/Harvie/ps2dev#v0.0.3 extra_scripts = @@ -25,7 +25,7 @@ build_flags = -DHID_SET_USB_KBD -DHID_SET_USB_MOUSE_ABS # ----- The USB ABS fix for Windows 98 (https://github.com/pikvm/pikvm/issues/159) ----- -# -DHID_USB_ABS_WIN98_FIX +# -DHID_WITH_USB_WIN98 # ----- PS2 keyboard only ----- # -DHID_WITH_PS2 # -DHID_SET_PS2_KBD |