Fix source code blocks endings

master
Adam Kruszewski 2023-04-02 13:30:58 +00:00
parent 63b2a7c395
commit 836407d3a1
1 changed files with 3 additions and 1 deletions

View File

@ -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/