From 8a41931755742097bc14526dff2775783f35d00b Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 7 Aug 2020 00:46:55 +0300 Subject: [PATCH] Update arduino_hid.md --- pages/arduino_hid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index a79fd04e..87a0e01f 100644 --- a/pages/arduino_hid.md +++ b/pages/arduino_hid.md @@ -1,4 +1,4 @@ -# Hardware arduino HID instead the OTG +# Hardware Arduino HID instead of the OTG Using Arduino HID on non-v0 platforms is useful if you need a simple and primitive keyboard emulation device. For example, when used with a hardware KVM switch. You can use the firmware to emulate a USB keyboard and mouse, or for the PS/2 keyboard only. ## USB keyboard & mouse @@ -44,4 +44,4 @@ Next, you need to connect the Arduino pins to the female PS/2 port of your mothe Follow this diagram: | Female PS/2 port (front view) | Pinout | |-------------------------------|--------| -| drawing | Arduino pin 3 <-> PS/2 CLOCK
Arduino pin 2 <-> PS/2 DATA | +| drawing | Arduino pin 3 <-> PS/2 CLOCK
Arduino pin 2 <-> PS/2 DATA |