diff --git a/README.md b/README.md index fe8952c..49a7f00 100644 --- a/README.md +++ b/README.md @@ -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