فهرست منبع

Update README.md

Changed formatting mistake
Reed Swiernik 11 سال پیش
والد
کامیت
c85f68d9cd
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      keyboard/planck/README.md

+ 2 - 0
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.
 Depending on which keymap you would like to use, you will have to compile slightly differently.
 
 
 **Extended Keymaps (default)**
 **Extended Keymaps (default)**
+
 Extended keymaps need to be specified as follows:
 Extended keymaps need to be specified as follows:
 ```
 ```
 $ make KEYMAP=[common|jack|<name>]
 $ make KEYMAP=[common|jack|<name>]
@@ -32,6 +33,7 @@ $ make KEYMAP=[common|jack|<name>]
 Applicable keymaps should follow the format **__extended\_keymap\_name.c__**
 Applicable keymaps should follow the format **__extended\_keymap\_name.c__**
 
 
 **Common Keymaps**
 **Common Keymaps**
+
 Common keymaps need to be specified as follows:
 Common keymaps need to be specified as follows:
 ```
 ```
 $ make KEYMAP=[common|jack|<name>] COMMON=true
 $ make KEYMAP=[common|jack|<name>] COMMON=true