From 69fdef573488bf793b18fc72ca2d5bb66ab70ef5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 17 Aug 2021 16:02:17 +0300 Subject: [PATCH] Update arduino_hid.md --- pages/arduino_hid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index 3831b44b..b98be900 100644 --- a/pages/arduino_hid.md +++ b/pages/arduino_hid.md @@ -86,7 +86,7 @@ Follow this diagram: **Connect VIN pin of Arduino to [any Raspberry's 5v pin](https://pinout.xyz/pinout/5v_power) for PS/2 only device. But you don't need to connect the Arduino VIN pin if you connected USB (Arduino will get power through it).** ## Fixing the USB absolute mouse on Windows 98 -Due to an ancient buggy driver, the USB absolute mouse on Windows 98 moves only within the upper-left quarter of the screen. To fix this, you need to recompile the firmware with uncommented flag `-DHID_USB_ABS_WIN98_FIX` in `platformio.ini`. +Due to an ancient buggy driver, the USB absolute mouse on Windows 98 moves only within the upper-left quarter of the screen. To fix this, you need to recompile the firmware with uncommented flag `-DHID_WITH_USB_WIN98` in `platformio.ini`. ## SPI connection to Arduino Micro Using an SPI connection, an Arduino Micro or compatible can be flashed from the Pi and used as an HID keyboard and mouse. Unlike UART, SPI does not share pins with Bluetooth on the Raspberry Pi so the Bluetooth radio does not need to be disabled.