Fix source code blocks endings
This commit is contained in:
parent
63b2a7c395
commit
836407d3a1
1 changed files with 3 additions and 1 deletions
|
@ -14,14 +14,16 @@ This layer also have the „super-alt-tab” where the tab key is located on the
|
|||
[[images/layer4.png][Layer 4]]
|
||||
* How to compile and flash the firmware
|
||||
** Clone the repository to =qmk_firmware/crkbd/keymaps= and name it for example =adam_colemak=.
|
||||
|
||||
#+begin_src shell
|
||||
cd qmk_firmware/
|
||||
cd keyboards/crkbd/keymaps/
|
||||
git clone https://code.bsdgeek.org/adam/qmk-corne-colemak-dh-mod adam_colemak
|
||||
#+begin_src shell
|
||||
#+end_src
|
||||
|
||||
** Set the keymap as default and compile from its directory
|
||||
(hard to say but had to compile from inside the directory as setting it as default somehow didn't work)
|
||||
|
||||
#+begin_src shell
|
||||
qmk config user.keymap=adam-colemak
|
||||
cd qmk_firmware/
|
||||
|
|
Loading…
Add table
Reference in a new issue