From 843ca1860d8e757c230bc977a5b28901d90192e3 Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Sun, 2 Apr 2023 15:33:07 +0200 Subject: [PATCH] Fix the inline images in readme.org --- readme.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.org b/readme.org index 4bf4f6b..a656038 100644 --- a/readme.org +++ b/readme.org @@ -1,17 +1,17 @@ #+TITLE: Custom QMK Colemak-mod-dh firmware for Corne split keyboard * Description of keyboard layers ** Layer 0 - Colemak layer with home row modifiers for ALT -[[images/layer0.png][Layer 0]] +[[./images/layer0.png]] ** Layer 1 - Similar Colemak layer but without the modifiers (useful when the application uses the keys of the modifiers as hold keys) -[[images/layer1.png][Layer 1]] +[[./images/layer1.png]] ** Layer 2 - Symbol and cursors layer This layer also have the „super-alt-tab” where the tab key is located on the Colemak layer. -[[images/layer2.png][Layer 2]] +[[./images/layer2.png]] ** Layer 3 - Numbers layer -[[images/layer3.png][Layer 3]] +[[./images/layer3.png]] ** Layer 4 - Functional & misc keys -[[images/layer4.png][Layer 4]] +[[./images/layer4.png]] * How to compile and flash the firmware ** Clone the repository to =qmk_firmware/crkbd/keymaps= and name it for example =adam_colemak=.