diff --git a/images/config_keymap-drawer.yaml b/images/config_keymap-drawer.yaml
index a912f5e..cbf8ebd 100644
--- a/images/config_keymap-drawer.yaml
+++ b/images/config_keymap-drawer.yaml
@@ -157,7 +157,7 @@ parse_config:
"&bt BT_SEL 2": BT 3
"&bt BT_SEL 3": BT 4
"&bt BT_SEL 4": BT 5
- "&kp PRINTSCREEN": $$mdi:panorama-variant-outline$$
+ "&kp PRINTSCREEN": $$mdi:camera$$
"&msc SCRL_LEFT": $$mdi:pan-left$$
"&msc SCRL_RIGHT": $$mdi:pan-right$$
"&msc SCRL_DOWN": $$mdi:pan-down$$
@@ -337,7 +337,7 @@ parse_config:
"&kp LALT": $$mdi:apple-keyboard-option$$
"&kp RALT": $$mdi:apple-keyboard-option$$
"&kp RSHFT": $$mdi:apple-keyboard-shift$$
- "&kp BSPC": $$mdi:backspace-outline$$
+ "&kp BSPC": $$mdi:backspace$$
sticky_label: sticky
toggle_label: toggle
tap_toggle_label: tap-toggle
@@ -451,12 +451,12 @@ parse_config:
LC(SPACE): "⌃⎵"
RC(RS(TAB)): "⌃⇧⇥"
RC(TAB): "⌃⇥"
- LG(LS(J)): "⌘⇧J"
+ LG(LS(J)): $$mdi:cog$$
LG(LSHFT): "⌘⇧"
LG(LA(SPACE)): "⌘⌥⎵"
- LC(LA(F2)): "⌃⌥F2"
RC(RALT): "⌃⌥"
RC(RSHFT): "⌃⇧"
+ LC(LA(F2)): $$mdi:console-network$$
LOWER: "⤓"
RAISE: "⤒"
@@ -480,8 +480,8 @@ parse_config:
SPACE: $$mdi:keyboard-space$$
BSPC: $$mdi:backspace$$
RET: $$mdi:keyboard-return$$
- DEL: $$mdi:backspace-reverse-outline$$
- DELETE: $$mdi:backspace-reverse-outline$$
+ DEL: $$mdi:delete$$
+ DELETE: $$mdi:delete$$
INS: Insert
HOME: Home
END: End
diff --git a/images/corne.svg b/images/corne.svg
index 3e0132f..5d88e1a 100644
--- a/images/corne.svg
+++ b/images/corne.svg
@@ -24,11 +24,8 @@
-
-
-
-
-
+
+
@@ -36,6 +33,9 @@
+
+
+
@@ -48,6 +48,15 @@
+
+
+
+
+
+
+
+
+
@@ -78,9 +87,6 @@
-
-
-
@@ -374,7 +380,7 @@ rect.held, rect.combo.held {
-
+
@@ -528,7 +534,7 @@ rect.held, rect.combo.held {
-⌘⇧J
+
@@ -546,7 +552,7 @@ rect.held, rect.combo.held {
-
+
@@ -842,7 +848,7 @@ rect.held, rect.combo.held {
-⌃⌥F2
+
@@ -883,7 +889,7 @@ rect.held, rect.combo.held {
-
+
diff --git a/images/corne.yaml b/images/corne.yaml
index 10912c7..035a104 100644
--- a/images/corne.yaml
+++ b/images/corne.yaml
@@ -1,6 +1,6 @@
layout: {zmk_keyboard: corne}
layers:
- default: ['$$mdi:keyboard-tab$$', Q, W, E, R, T, Y, U, I, O, P, '$$mdi:backspace-outline$$', '$$mdi:apple-keyboard-control$$', A, S, D, F, G, H, J, K, L, ;, '$$mdi:keyboard-return$$',
+ default: ['$$mdi:keyboard-tab$$', Q, W, E, R, T, Y, U, I, O, P, '$$mdi:backspace$$', '$$mdi:apple-keyboard-control$$', A, S, D, F, G, H, J, K, L, ;, '$$mdi:keyboard-return$$',
'$$mdi:apple-keyboard-shift$$', Z, X, C, V, B, N, M, ',', ., /, '$$mdi:apple-keyboard-shift$$', '$$mdi:apple-keyboard-command$$', lower, '$$mdi:keyboard-space$$',
'$$mdi:keyboard-space$$', raise, '$$mdi:apple-keyboard-option$$']
lower:
@@ -10,12 +10,12 @@ layers:
- '8'
- '9'
- $$mdi:chevron-up-box$$
- - ⌘⇧J
+ - $$mdi:cog$$
- $$mdi:chevron-left-box$$
- $$mdi:chevron-right-box$$
- ''
- ''
- - $$mdi:backspace-reverse-outline$$
+ - $$mdi:delete$$
- $$mdi:apple-keyboard-control$$
- ''
- '4'
@@ -90,7 +90,7 @@ layers:
- {t: raise, type: held}
- $$mdi:apple-keyboard-option$$
adjust:
- - ⌃⌥F2
+ - $$mdi:console-network$$
- ''
- F7
- F8
@@ -101,7 +101,7 @@ layers:
- $$mdi:skip-next$$
- ''
- ''
- - $$mdi:panorama-variant-outline$$
+ - $$mdi:camera$$
- ''
- ''
- F4
diff --git a/readme.md b/readme.md
index 3db024f..b53ba98 100644
--- a/readme.md
+++ b/readme.md
@@ -28,8 +28,15 @@ generated using

-> ⚡️ -> hyper key (`ctrl` + `shift` + `alt` + `cmd`)
->
+**Macros**
+
+- ⚡️ : hyper key (`ctrl` + `shift` + `alt` + `cmd`)
+- ⚙️ : system settings (`cmd` + `shift` + `J`)
+- 📷 : `printscreen` (linux) / `F13` (macos)
+- 🖥️ : TTY for linux (`ctrl` + `cmd` + `F2`)
+- `⌘⌥⎵` : homerow / hints
+- `⌃⎵` : tmux leader key
+
> The image is generated using
> [Cem Aksoylar's Keymap-drawer](https://github.com/caksoylar/keymap-drawer)