From 836407d3a1a9227e88252fcc2f0a200a69cbcc9e Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Sun, 2 Apr 2023 13:30:58 +0000 Subject: [PATCH] Fix source code blocks endings --- readme.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/