diff options
author | Reed Swiernik <reed.swiernik@gmail.com> | 2015-04-24 18:29:50 -0400 |
---|---|---|
committer | Reed Swiernik <rswiernik@csh.rit.edu> | 2015-04-25 12:17:54 -0400 |
commit | c85f68d9cd2963e0a00dfe05fea75b824d5f4fcc (patch) | |
tree | 09b417910177ce55a721fa0035366189c53a04b4 /keyboard | |
parent | e3ebae521e0113edf09f7f3825435d03525b6920 (diff) |
Update README.md
Changed formatting mistake
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/planck/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/planck/README.md b/keyboard/planck/README.md index d59956d925..b106fd8c4d 100644 --- a/keyboard/planck/README.md +++ b/keyboard/planck/README.md @@ -25,6 +25,7 @@ Download the whole firmware [here](https://github.com/jackhumbert/tmk_keyboard/a Depending on which keymap you would like to use, you will have to compile slightly differently. **Extended Keymaps (default)** + Extended keymaps need to be specified as follows: ``` $ make KEYMAP=[common|jack|<name>] @@ -32,6 +33,7 @@ $ make KEYMAP=[common|jack|<name>] Applicable keymaps should follow the format **__extended\_keymap\_name.c__** **Common Keymaps** + Common keymaps need to be specified as follows: ``` $ make KEYMAP=[common|jack|<name>] COMMON=true |