Skip to content

Commit

Permalink
Update README to clarify non-US keyboard instructions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbisu authored Apr 10, 2022
1 parent 0988524 commit 2876f80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@ from keyboard_layout_win_LANG import KeyboardLayout
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

### Docs
Expand Down

0 comments on commit 2876f80

Please sign in to comment.