Skip to content

Commit 3a87ec4

Browse files
committed
keyboardBegin.adoc: Add Notes and Warnings
Move the note on custom layouts to this new section, and be more specific on the location of the KeyboardLayout.h file. As per per1234's suggestions.
1 parent 948c6c5 commit 3a87ec4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: Language/Functions/USB/Keyboard/keyboardBegin.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Currently, the library supports the following national keyboard layouts:
3939
* `KeyboardLayout_fr_FR`: France
4040
* `KeyboardLayout_it_IT`: Italy
4141

42-
Custom layouts can be created by copying and modifying an existing layout. See the instructions in the file KeyboardLayout.h.
43-
4442

4543
[float]
4644
=== Returns
@@ -82,5 +80,10 @@ void loop() {
8280
}
8381
----
8482

83+
84+
[float]
85+
=== Notes and Warnings
86+
Custom layouts can be created by copying and modifying an existing layout. See the instructions in the Keyboard library's KeyboardLayout.h file.
87+
8588
--
8689
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)