Skip to content

Commit 2876f80

Browse files
authored
Update README to clarify non-US keyboard instructions (#70)
1 parent 0988524 commit 2876f80

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,22 @@ from keyboard_layout_win_LANG import KeyboardLayout
111111
from keycode_win_LANG import Keycode
112112
```
113113

114+
##### Example: Set to German Keyboard (WIN_DE)
115+
116+
```py
117+
from keyboard_layout_win_de import KeyboardLayout
118+
from keycode_win_de import Keycode
119+
```
120+
121+
Copy the files keyboard_layout_win_de.mpy and keycode_win_de.mpy to the /lib folder on the Pico board
122+
```
123+
adafruit_hid/
124+
keyboard_layout_win_de.mpy
125+
keycode_win_de.mpy
126+
```
127+
128+
129+
114130
## Useful links and resources
115131

116132
### Docs

0 commit comments

Comments
 (0)