Skip to content

Commit 33e17be

Browse files
committed
Keyboard.begin(): add Danish and Swedish layouts
Version 1.0.4 of the Keyboard library added the Danish and Swedish keyboard layouts. Update the documentation of Keyboard.begin() accordingly.
1 parent 94e0971 commit 33e17be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Language/Functions/USB/Keyboard/keyboardBegin.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ When used with a Leonardo or Due board, `Keyboard.begin()` starts emulating a ke
3333
=== Keyboard layouts
3434
Currently, the library supports the following national keyboard layouts:
3535

36+
* `KeyboardLayout_da_DK`: Denmark
3637
* `KeyboardLayout_de_DE`: Germany
3738
* `KeyboardLayout_en_US`: USA
3839
* `KeyboardLayout_es_ES`: Spain
3940
* `KeyboardLayout_fr_FR`: France
4041
* `KeyboardLayout_it_IT`: Italy
42+
* `KeyboardLayout_sv_SE`: Sweden
4143

4244

4345
[float]

0 commit comments

Comments
 (0)