Update README to clarify non-US keyboard instructions (#70)

This commit is contained in:
Dave
2022-04-10 11:51:41 -05:00
committed by GitHub
parent 0988524506
commit 2876f80140

View File

@@ -111,6 +111,22 @@ from keyboard_layout_win_LANG import KeyboardLayout
from keycode_win_LANG import Keycode from keycode_win_LANG import Keycode
``` ```
##### Example: Set to German Keyboard (WIN_DE)
```py
from keyboard_layout_win_de import KeyboardLayout
from keycode_win_de import Keycode
```
Copy the files keyboard_layout_win_de.mpy and keycode_win_de.mpy to the /lib folder on the Pico board
```
adafruit_hid/
keyboard_layout_win_de.mpy
keycode_win_de.mpy
```
## Useful links and resources ## Useful links and resources
### Docs ### Docs