Merge branch 'main' of https://github.com/KeebMaker/zmk-config
This commit is contained in:
commit
6492999ba2
2 changed files with 6 additions and 6 deletions
|
|
@ -315,12 +315,12 @@ rect.held, rect.combo.held {
|
|||
<g transform="translate(644, 137)" class="key keypos-19">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">'</text>
|
||||
<text x="0" y="24" class="key hold">SHFT</text>
|
||||
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
|
||||
</g>
|
||||
<g transform="translate(28, 193)" class="key keypos-20">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Z</text>
|
||||
<text x="0" y="24" class="key hold">ALT</text>
|
||||
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
|
||||
</g>
|
||||
<g transform="translate(84, 158)" class="key keypos-21">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -365,7 +365,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(279, 245) rotate(30.0)" class="key keypos-31">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">ENTER</text>
|
||||
<text x="0" y="0" class="key tap">⏎</text>
|
||||
<a href="#right">
|
||||
<text x="0" y="24" class="key hold layer-activator">right</text>
|
||||
</a></g>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -20,8 +20,8 @@ layers:
|
|||
- J
|
||||
- K
|
||||
- L
|
||||
- {t: '''', h: SHFT}
|
||||
- {t: Z, h: ALT}
|
||||
- {t: '''', h: '$$mdi:apple-keyboard-shift$$'}
|
||||
- {t: Z, h: '$$mdi:apple-keyboard-option$$'}
|
||||
- X
|
||||
- C
|
||||
- V
|
||||
|
|
@ -32,7 +32,7 @@ layers:
|
|||
- .
|
||||
- /
|
||||
- {t: ↹, h: '$$mdi:apple-keyboard-control$$'}
|
||||
- {t: ENTER, h: right}
|
||||
- {t: ⏎, h: right}
|
||||
- {t: ␣, h: left}
|
||||
- {t: '$$mdi:backspace-outline$$', h: '$$mdi:apple-keyboard-control$$'}
|
||||
right:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue