Merge branch 'main' of https://github.com/KeebMaker/zmk-config
This commit is contained in:
commit
b2cf4e6d29
2 changed files with 16 additions and 13 deletions
|
|
@ -291,7 +291,9 @@ rect.held, rect.combo.held {
|
|||
<g transform="translate(196, 100)" class="key keypos-13">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">F</text>
|
||||
</g>
|
||||
<a href="#left">
|
||||
<text x="0" y="24" class="key hold layer-activator">left</text>
|
||||
</a></g>
|
||||
<g transform="translate(252, 108)" class="key keypos-14">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">G</text>
|
||||
|
|
@ -585,9 +587,9 @@ rect.held, rect.combo.held {
|
|||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">#</text>
|
||||
</g>
|
||||
<g transform="translate(196, 100)" class="key keypos-13">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">$</text>
|
||||
<g transform="translate(196, 100)" class="key held keypos-13">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held"/>
|
||||
<text x="0" y="0" class="key held tap">$</text>
|
||||
</g>
|
||||
<g transform="translate(252, 108)" class="key keypos-14">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -661,12 +663,13 @@ rect.held, rect.combo.held {
|
|||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
|
||||
<text x="0" y="0" class="key trans tap">▽</text>
|
||||
</g>
|
||||
<g transform="translate(393, 245) rotate(-30.0)" class="key held keypos-32">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held"/>
|
||||
<g transform="translate(393, 245) rotate(-30.0)" class="key keypos-32">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">⏎</text>
|
||||
</g>
|
||||
<g transform="translate(451, 221) rotate(-15.0)" class="key trans keypos-33">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
|
||||
<text x="0" y="0" class="key trans tap">▽</text>
|
||||
<g transform="translate(451, 221) rotate(-15.0)" class="key keypos-33">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">0</text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -14,7 +14,7 @@ layers:
|
|||
- {t: A, h: '$$mdi:apple-keyboard-shift$$'}
|
||||
- S
|
||||
- D
|
||||
- F
|
||||
- {t: F, h: left}
|
||||
- G
|
||||
- H
|
||||
- J
|
||||
|
|
@ -84,7 +84,7 @@ layers:
|
|||
- '!'
|
||||
- '@'
|
||||
- '#'
|
||||
- $
|
||||
- {t: $, type: held}
|
||||
- Sft+.
|
||||
- F2
|
||||
- '4'
|
||||
|
|
@ -103,5 +103,5 @@ layers:
|
|||
- F6
|
||||
- {t: ▽, type: trans}
|
||||
- {t: ▽, type: trans}
|
||||
- {type: held}
|
||||
- {t: ▽, type: trans}
|
||||
- ⏎
|
||||
- '0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue