diff --git a/readme.org b/readme.org index 841dac3..4bf4f6b 100644 --- a/readme.org +++ b/readme.org @@ -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/