Skip to content

Commit

Permalink
Update QWERTY layout selection
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Aug 3, 2023
1 parent a1a8a02 commit c20e44f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include "../knucklehead/base.dtsi"

// Alpha layer: uncomment desired, comment the others
#include "../knucklehead/L1_colemak-dh.dtsi"
// #include "../knucklehead/L1_colemak-dh.dtsi"
// #include "../knucklehead/L1_colemak.dtsi"
// #include "../knucklehead/L1_qwerty.dtsi"
#include "../knucklehead/L1_qwerty.dtsi"

// Other layers
#include "../knucklehead/L2.dtsi"
Expand Down
4 changes: 2 additions & 2 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include "../knucklehead/base.dtsi"

// Alpha layer: uncomment desired, comment the others
#include "../knucklehead/L1_colemak-dh.dtsi"
// #include "../knucklehead/L1_colemak-dh.dtsi"
// #include "../knucklehead/L1_colemak.dtsi"
// #include "../knucklehead/L1_qwerty.dtsi"
#include "../knucklehead/L1_qwerty.dtsi"

// Other layers
#include "../knucklehead/L2.dtsi"
Expand Down
36 changes: 18 additions & 18 deletions img/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@ layers:
- $$mdi:keyboard-esc$$
- Q
- W
- F
- P
- B
- J
- L
- U
- E
- R
- T
- Y
- {t: '''', s: '"'}
- U
- I
- O
- P
- $$mdi:close-box$$
- {t: '$$mdi:backspace$$', s: '$$mdi:backspace-reverse-outline$$'}
- A
- R
- S
- T
- D
- F
- G
- M
- N
- E
- I
- O
- H
- J
- K
- L
- {t: '''', s: '"'}
- $$mdi:keyboard-return$$
- {t: Fn, h: '$$mdi:close-box$$'}
- {t: Z, h: '$$mdi:apple-keyboard-control$$'}
- {t: X, h: '$$mdi:apple-keyboard-option$$'}
- {t: C, h: '$$mdi:apple-keyboard-command$$'}
- {t: D, h: '$$mdi:star-three-points$$'}
- V
- K
- {t: H, h: '$$mdi:star-three-points$$'}
- {t: V, h: '$$mdi:star-three-points$$'}
- B
- N
- {t: M, h: '$$mdi:star-three-points$$'}
- {t: ',', h: '$$mdi:apple-keyboard-command$$', s: <}
- {t: ., h: '$$mdi:apple-keyboard-option$$', s: '>'}
- {t: /, h: '$$mdi:apple-keyboard-control$$', s: '?'}
Expand Down

0 comments on commit c20e44f

Please sign in to comment.