From 895fc7af5808f014639d0f3604b3441e5f5bb574 Mon Sep 17 00:00:00 2001 From: Neradoc Date: Sat, 12 Feb 2022 05:03:44 +0100 Subject: [PATCH] Removed keyboard_layout.py (#50) `keyboard_layout.py` is now in adafruit_hid (version 5+) and no longer needed. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9170930..8413a0c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ For a language `LANG`, copy the following files from the zip's `lib` folder to t **DO NOT** change the names or extensions of the files. Just pick the right ones. Replace `LANG` with the letters for your language of choice. -- `keyboard_layout.py` - `keyboard_layout_win_LANG.py` - `keycode_win_LANG.py`