diff options
Diffstat (limited to 'keyboards/planck/keymaps/readme.md')
-rw-r--r-- | keyboards/planck/keymaps/readme.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/planck/keymaps/readme.md b/keyboards/planck/keymaps/readme.md deleted file mode 100644 index 1d67980a8..000000000 --- a/keyboards/planck/keymaps/readme.md +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # How to add your own keymap | ||
2 | |||
3 | Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding `_`: | ||
4 | |||
5 | _[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author] | ||
6 | |||
7 | \* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements | ||
8 | |||
9 | and contain the following files: | ||
10 | |||
11 | * `keymap.c` | ||
12 | * `readme.md` *recommended* | ||
13 | * `config.h` *optional*, found automatically when compiling | ||
14 | * `Makefile` *optional*, found automatically when compiling | ||
15 | |||
16 | When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: | ||
17 | |||
18 | * **folder_name** description | ||
19 | |||
20 | # List of Planck keymaps | ||
21 | |||
22 | * **default** default Planck layout | ||
23 | * **cbbrowne** cbbrowne's Planck layout | ||