diff options
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index a8a0988d..ed847afb 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -24,6 +24,8 @@ build_flags = -DHID_WITH_USB -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 # ----- PS2 keyboard only ----- # -DHID_WITH_PS2 # -DHID_SET_PS2_KBD |