]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update README.md
authorReed Swiernik <reed.swiernik@gmail.com>
Fri, 24 Apr 2015 22:29:50 +0000 (18:29 -0400)
committerReed Swiernik <rswiernik@csh.rit.edu>
Sat, 25 Apr 2015 16:17:54 +0000 (12:17 -0400)
Changed formatting mistake

keyboard/planck/README.md

index d59956d9254f80978a3125fa33721c3879a66162..b106fd8c4dcc6878639e01c00e3d6215bd136439 100644 (file)
@@ -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