Skip to content

Commit f79c921

Browse files
committed
moved mention of lib and screenshot in readme
1 parent 78bfbc5 commit f79c921

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ NOTE: for pico-ducky users, [there's a dedicated guide](PICODUCKY.md).
1313

1414
## Install your language
1515

16-
To install both the layout and keycode files for your language, you need to copy 3 files to your board, in the **lib** directory of the drive. Pick the language and platforms that match yours. Use the `.py` or the `.mpy` version matching your version of Circuitpython.
16+
To install both the layout and keycode files for your language, you need to copy 3 files to your board. Pick the language and platforms that match yours. Use the `.py` version, or the `.mpy` version matching your version of Circuitpython. The mpy files take less space and are better suited for Circuitpython boards with less than 1MB of drive.
1717

1818
- `keyboard_layout.mpy` (support file)
1919
- `keyboard_layout_win_fr.mpy` (pick your platform/language)
2020
- `keycode_win_fr.mpy` (pick your platform/language)
2121

22+
The files go directly in the directory called "**lib**" on the board.
23+
24+
![CIRCUITPY drive screenshot](docs/drive_generic.png)
25+
2226
### Layouts
2327

2428
Layouts require first installing the `keyboard_layout` module (`keyboard_layout.mpy` in the bundle zip), containing the base class for the layouts. This file should be part of adafruit_hid in the future and will then be removed.

docs/drive_generic.png

32.6 KB
Loading

0 commit comments

Comments
 (0)