Merge branch 'main' of https://github.com/KeebMaker/zmk-config
This commit is contained in:
commit
5fd34b915c
2 changed files with 12 additions and 10 deletions
|
|
@ -409,7 +409,9 @@ rect.held, rect.combo.held {
|
|||
<g transform="translate(252, 147)" class="key keypos-28">
|
||||
<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="#RAI">
|
||||
<text x="0" y="24" class="key hold layer-activator">RAI</text>
|
||||
</a></g>
|
||||
<g transform="translate(308, 154)" class="key keypos-29">
|
||||
<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>
|
||||
|
|
@ -916,9 +918,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(252, 147)" class="key keypos-28">
|
||||
<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(252, 147)" class="key held keypos-28">
|
||||
<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(308, 154)" class="key keypos-29">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -1024,9 +1026,9 @@ rect.held, rect.combo.held {
|
|||
<rect rx="6" ry="6" x="-26" y="-40" width="52" height="80" class="key trans"/>
|
||||
<text x="0" y="0" class="key trans tap">▽</text>
|
||||
</g>
|
||||
<g transform="translate(518, 291) rotate(-30.0)" class="key held keypos-55">
|
||||
<rect rx="6" ry="6" x="-26" y="-40" width="52" height="80" class="key held"/>
|
||||
<text x="0" y="0" class="key held tap">⏎</text>
|
||||
<g transform="translate(518, 291) rotate(-30.0)" class="key keypos-55">
|
||||
<rect rx="6" ry="6" x="-26" y="-40" width="52" height="80" class="key"/>
|
||||
<text x="0" y="0" class="key tap">⏎</text>
|
||||
</g>
|
||||
<g transform="translate(580, 274) rotate(-22.5)" class="key keypos-56">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
|
@ -29,7 +29,7 @@ layers:
|
|||
- A
|
||||
- S
|
||||
- D
|
||||
- F
|
||||
- {t: F, h: RAI}
|
||||
- G
|
||||
- H
|
||||
- J
|
||||
|
|
@ -151,7 +151,7 @@ layers:
|
|||
- '!'
|
||||
- '@'
|
||||
- '#'
|
||||
- $
|
||||
- {t: $, type: held}
|
||||
- Sft+.
|
||||
- {t: ▽, type: trans}
|
||||
- '4'
|
||||
|
|
@ -178,7 +178,7 @@ layers:
|
|||
- {t: ▽, type: trans}
|
||||
- {t: ▽, type: trans}
|
||||
- {t: ▽, type: trans}
|
||||
- {t: ⏎, type: held}
|
||||
- ⏎
|
||||
- '0'
|
||||
- {t: ▽, type: trans}
|
||||
- {t: ▽, type: trans}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue