Skip to content

Commit 6034629

Browse files
authored
Merge pull request arduino#315 from jblang94/fix-keyboard-and-mouse-adoc
Fix Keyboard.adoc and Mouse.adoc
2 parents 39de63a + d82bc59 commit 6034629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Language/Functions/USB/Keyboard.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subCategories: [ "USB" ]
1616

1717
[float]
1818
=== Description
19-
The keyboard functions enable a 32u4 or SAMD micro based boards to send keystrokes to an attached computer through their micro's native USB port.
19+
The keyboard functions enable 32u4 or SAMD micro based boards to send keystrokes to an attached computer through their micro's native USB port.
2020
[%hardbreaks]
2121
*Note: Not every possible ASCII character, particularly the non-printing ones, can be sent with the Keyboard library.* +
2222
The library supports the use of modifier keys. Modifier keys change the behavior of another key when pressed simultaneously. link:../keyboard/keyboardmodifiers[See here] for additional information on supported keys and their use.

Language/Functions/USB/Mouse.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subCategories: [ "USB" ]
1818

1919
[float]
2020
=== Description
21-
The mouse functions enable a 32u4 or SAMD micro based boards to to control cursor movement on a connected computer through their micro's native USB port. When updating the cursor position, it is always relative to the cursor's previous location.
21+
The mouse functions enable 32u4 or SAMD micro based boards to control cursor movement on a connected computer through their micro's native USB port. When updating the cursor position, it is always relative to the cursor's previous location.
2222
[%hardbreaks]
2323
--
2424
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)