Skip to content

Commit dc968b3

Browse files
committed
feat: Home Row Mods, cleanup, improvements
1 parent 965baab commit dc968b3

10 files changed

+234
-237
lines changed

README.md

+100-146
Large diffs are not rendered by default.

keymap-drawer/corneish_zen.svg

+35-28
Loading

keymap-drawer/corneish_zen.yaml

+33-33
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ layers:
1515
- $$mdi:close-box$$
1616
- {t: '$$mdi:backspace$$', s: '$$mdi:backspace-reverse-outline$$', type: backspace}
1717
- A
18-
- R
19-
- S
20-
- T
21-
- G
22-
- M
23-
- N
24-
- E
25-
- I
18+
- {t: R, h: '$$mdi:apple-keyboard-control$$'}
19+
- {t: S, h: '$$mdi:apple-keyboard-option$$'}
20+
- {t: T, h: '$$mdi:apple-keyboard-command$$'}
21+
- {t: G, h: '$$mdi:triangle$$'}
22+
- {t: M, h: '$$mdi:triangle$$'}
23+
- {t: N, h: '$$mdi:apple-keyboard-command$$'}
24+
- {t: E, h: '$$mdi:apple-keyboard-option$$'}
25+
- {t: I, h: '$$mdi:apple-keyboard-control$$'}
2626
- O
2727
- {t: '$$mdi:keyboard-return$$', type: enter}
2828
- {t: Fn, h: '$$mdi:close-box$$'}
29-
- {t: Z, h: '$$mdi:apple-keyboard-control$$'}
30-
- {t: X, h: '$$mdi:apple-keyboard-option$$'}
31-
- {t: C, h: '$$mdi:apple-keyboard-command$$'}
32-
- {t: D, h: '$$mdi:triangle$$'}
29+
- Z
30+
- X
31+
- C
32+
- D
3333
- V
3434
- K
35-
- {t: H, h: '$$mdi:triangle$$'}
36-
- {t: ',', h: '$$mdi:apple-keyboard-command$$', s: <}
37-
- {t: ., h: '$$mdi:apple-keyboard-option$$', s: '>'}
38-
- {t: /, h: '$$mdi:apple-keyboard-control$$', s: '?'}
35+
- H
36+
- {t: ',', s: <}
37+
- {t: ., s: '>'}
38+
- {t: /, s: '?'}
3939
- {t: Fn, h: '$$mdi:close-box$$'}
4040
- $$mdi:keyboard-tab$$
4141
- {t: '$$mdi:keyboard-space$$', h: '$$mdi:apple-keyboard-shift$$'}
@@ -58,24 +58,24 @@ layers:
5858
- {t: '$$mdi:transfer$$', type: trans}
5959
- {t: '$$mdi:transfer$$', type: trans}
6060
- {t: '6', s: ^}
61-
- {t: '7', s: '&'}
62-
- {t: '8', s: '*'}
63-
- {t: '9', s: (}
64-
- {t: '0', s: )}
65-
- $$mdi:arrow-left-bold$$
66-
- $$mdi:arrow-down-bold$$
67-
- $$mdi:arrow-up-bold$$
68-
- $$mdi:arrow-right-bold$$
61+
- {t: '7', h: '$$mdi:apple-keyboard-control$$', s: '&'}
62+
- {t: '8', h: '$$mdi:apple-keyboard-option$$', s: '*'}
63+
- {t: '9', h: '$$mdi:apple-keyboard-command$$', s: (}
64+
- {t: '0', h: '$$mdi:triangle$$', s: )}
65+
- {t: '$$mdi:arrow-left-bold$$', h: '$$mdi:triangle$$'}
66+
- {t: '$$mdi:arrow-down-bold$$', h: '$$mdi:apple-keyboard-command$$'}
67+
- {t: '$$mdi:arrow-up-bold$$', h: '$$mdi:apple-keyboard-option$$'}
68+
- {t: '$$mdi:arrow-right-bold$$', h: '$$mdi:apple-keyboard-control$$'}
69+
- {t: '$$mdi:transfer$$', type: trans}
70+
- {t: '$$mdi:transfer$$', type: trans}
71+
- {t: '$$mdi:transfer$$', type: trans}
72+
- {t: '$$mdi:transfer$$', type: trans}
73+
- {t: '$$mdi:transfer$$', type: trans}
6974
- {t: '$$mdi:transfer$$', type: trans}
7075
- {t: '$$mdi:transfer$$', type: trans}
7176
- {t: '$$mdi:transfer$$', type: trans}
72-
- {t: '$$mdi:apple-keyboard-control$$', h: '$$mdi:gesture-tap-hold$$'}
73-
- {t: '$$mdi:apple-keyboard-option$$', h: '$$mdi:gesture-tap-hold$$'}
74-
- {t: '$$mdi:apple-keyboard-command$$', h: '$$mdi:gesture-tap-hold$$'}
75-
- {t: '$$mdi:triangle$$', h: '$$mdi:gesture-tap-hold$$'}
7677
- {t: '$$mdi:transfer$$', type: trans}
7778
- {t: '$$mdi:transfer$$', type: trans}
78-
- {t: '$$mdi:triangle$$', h: '$$mdi:gesture-tap-hold$$'}
7979
- {t: '$$mdi:transfer$$', type: trans}
8080
- {t: '$$mdi:transfer$$', type: trans}
8181
- {t: '$$mdi:transfer$$', type: trans}
@@ -101,10 +101,10 @@ layers:
101101
- $$mdi:power-standby$$
102102
- {t: '$$mdi:backup-restore$$', h: '$$mdi:progress-download$$', type: bootloader}
103103
- F6
104-
- F7
105-
- F8
106-
- F9
107-
- F10
104+
- {t: F7, h: '$$mdi:apple-keyboard-control$$'}
105+
- {t: F8, h: '$$mdi:apple-keyboard-option$$'}
106+
- {t: F9, h: '$$mdi:apple-keyboard-command$$'}
107+
- {t: F10, h: '$$mdi:triangle$$'}
108108
- {t: '$$mdi:transfer$$', type: trans}
109109
- {t: '$$mdi:transfer$$', type: trans}
110110
- {t: '$$mdi:transfer$$', type: trans}

0 commit comments

Comments
 (0)