Skip to content

Commit 63d7e3e

Browse files
authored
Merge pull request #935 from Hannes7eicher/Hannes7eicher/Mouse-Keyboard-Hardware
[MKC-1311] [MKC-1312] Add compatible hardware to Mouse & Keyboard
2 parents 8bd3b11 + 92f47b0 commit 63d7e3e

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

Language/Functions/USB/Keyboard.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ The library supports the use of modifier keys. Modifier keys change the behavior
2424
--
2525
// OVERVIEW SECTION ENDS
2626

27+
[float]
28+
=== Compatible Hardware
29+
HID is supported on the following boards:
30+
[options="header"]
31+
|=================================================================================================
32+
| Board | Supported Pins
33+
| link:https://docs.arduino.cc/hardware/leonardo[Leonardo] | All digital & analog pins
34+
| link:https://docs.arduino.cc/hardware/micro[Micro] | All digital & analog pins
35+
| link:https://docs.arduino.cc/hardware/due[Due] | All digital & analog pins
36+
| link:https://docs.arduino.cc/hardware/zero[Zero] | All digital & analog pins
37+
| link:https://docs.arduino.cc/hardware/uno-r4-minima[UNO R4 Minima] | All digital & analog pins
38+
| link:https://docs.arduino.cc/hardware/uno-r4-wifi[UNO R4 WiFi] | All digital & analog pins
39+
| link:https://docs.arduino.cc/hardware/giga-r1[Giga R1] | All digital & analog pins
40+
| link:https://docs.arduino.cc/hardware/nano-esp32[Nano ESP32] | All digital & analog pins
41+
| link:https://docs.arduino.cc/hardware/mkr-1000-wifi[Nano ESP32] | All digital & analog pins
42+
| link:https://docs.arduino.cc/#mkr-family[MKR Family] | All digital & analog pins
43+
|=================================================================================================
44+
2745
[float]
2846
=== Notes and Warnings
2947
These core libraries allow the 32u4 and SAMD based boards (Leonardo, Esplora, Zero, Due and MKR Family) to appear as a native Mouse and/or Keyboard to a connected computer.

Language/Functions/USB/Mouse.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ The mouse functions enable 32u4 or SAMD micro based boards to control cursor mov
2323
--
2424
// OVERVIEW SECTION ENDS
2525

26+
[float]
27+
=== Compatible Hardware
28+
HID is supported on the following boards:
29+
[options="header"]
30+
|=================================================================================================
31+
| Board | Supported Pins
32+
| link:https://docs.arduino.cc/hardware/leonardo[Leonardo] | All digital & analog pins
33+
| link:https://docs.arduino.cc/hardware/micro[Micro] | All digital & analog pins
34+
| link:https://docs.arduino.cc/hardware/due[Due] | All digital & analog pins
35+
| link:https://docs.arduino.cc/hardware/zero[Zero] | All digital & analog pins
36+
| link:https://docs.arduino.cc/hardware/uno-r4-minima[UNO R4 Minima] | All digital & analog pins
37+
| link:https://docs.arduino.cc/hardware/uno-r4-wifi[UNO R4 WiFi] | All digital & analog pins
38+
| link:https://docs.arduino.cc/hardware/giga-r1[Giga R1] | All digital & analog pins
39+
| link:https://docs.arduino.cc/hardware/nano-esp32[Nano ESP32] | All digital & analog pins
40+
| link:https://docs.arduino.cc/hardware/mkr-1000-wifi[Nano ESP32] | All digital & analog pins
41+
| link:https://docs.arduino.cc/#mkr-family[MKR Family] | All digital & analog pins
42+
|=================================================================================================
2643

2744
[float]
2845
=== Notes and Warnings

0 commit comments

Comments
 (0)