diff options
author | Joseph Whom <itswhom@gmail.com> | 2021-04-11 03:46:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 12:46:43 +0200 |
commit | 1298eab6ab5212871213898fabea593e339024c1 (patch) | |
tree | ebb2dae597efe544f12aee24442611e1d21c44b5 /keyboards | |
parent | 98939868fae77ecb96674d07bd71dea78d726104 (diff) | |
download | qmk_firmware-1298eab6ab5212871213898fabea593e339024c1.tar.gz qmk_firmware-1298eab6ab5212871213898fabea593e339024c1.zip |
Update readme.md (#12502)
Noticed a letter missing in "compiling".
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/keymaps/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/readme.md b/keyboards/planck/keymaps/readme.md index 54fb5f6d9e..1d67980a83 100644 --- a/keyboards/planck/keymaps/readme.md +++ b/keyboards/planck/keymaps/readme.md @@ -11,7 +11,7 @@ and contain the following files: * `keymap.c` * `readme.md` *recommended* * `config.h` *optional*, found automatically when compiling -* `Makefile` *optional*, found automatically when compling +* `Makefile` *optional*, found automatically when compiling When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: @@ -20,4 +20,4 @@ When adding your keymap to this list, keep it organised alphabetically (select l # List of Planck keymaps * **default** default Planck layout -* **cbbrowne** cbbrowne's Planck layout
\ No newline at end of file +* **cbbrowne** cbbrowne's Planck layout |