From 2876f801401b156103c97118ff5dcab9041f5180 Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 10 Apr 2022 11:51:41 -0500 Subject: [PATCH] Update README to clarify non-US keyboard instructions (#70) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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