feat: add lily58 and splitkb_aurora_sofle support
This commit is contained in:
parent
a5d6700e21
commit
51779bb90f
52 changed files with 4778 additions and 815 deletions
|
|
@ -1,4 +1,21 @@
|
|||
<svg width="920" height="1048" viewBox="0 0 920 1048" class="keymap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>/* start glyphs */
|
||||
<svg id="mdi:apple-keyboard-command">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-command" viewBox="0 0 24 24"><path d="M6,2A4,4 0 0,1 10,6V8H14V6A4,4 0 0,1 18,2A4,4 0 0,1 22,6A4,4 0 0,1 18,10H16V14H18A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18V16H10V18A4,4 0 0,1 6,22A4,4 0 0,1 2,18A4,4 0 0,1 6,14H8V10H6A4,4 0 0,1 2,6A4,4 0 0,1 6,2M16,18A2,2 0 0,0 18,20A2,2 0 0,0 20,18A2,2 0 0,0 18,16H16V18M14,10H10V14H14V10M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18V16H6M8,6A2,2 0 0,0 6,4A2,2 0 0,0 4,6A2,2 0 0,0 6,8H8V6M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6V8H18Z" /></svg>
|
||||
</svg>
|
||||
<svg id="mdi:apple-keyboard-control">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-control" viewBox="0 0 24 24"><path d="M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z" /></svg>
|
||||
</svg>
|
||||
<svg id="mdi:apple-keyboard-option">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-option" viewBox="0 0 24 24"><path d="M3,4H9.11L16.15,18H21V20H14.88L7.84,6H3V4M14,4H21V6H14V4Z" /></svg>
|
||||
</svg>
|
||||
<svg id="mdi:apple-keyboard-shift">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-shift" viewBox="0 0 24 24"><path d="M15,18V12H17.17L12,6.83L6.83,12H9V18H15M12,4L22,14H17V20H7V14H2L12,4Z" /></svg>
|
||||
</svg>
|
||||
<svg id="mdi:backspace-outline">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-backspace-outline" viewBox="0 0 24 24"><path d="M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12L19,15.59M22,3A2,2 0 0,1 24,5V19A2,2 0 0,1 22,21H7C6.31,21 5.77,20.64 5.41,20.11L0,12L5.41,3.88C5.77,3.35 6.31,3 7,3H22M22,5H7L2.28,12L7,19H22V5Z" /></svg>
|
||||
</svg>
|
||||
</defs>/* end glyphs */
|
||||
<style>/* inherit to force styles through use tags */
|
||||
svg path {
|
||||
fill: inherit;
|
||||
|
|
@ -67,8 +84,8 @@ text.footer {
|
|||
paint-order: stroke;
|
||||
}
|
||||
|
||||
/* styling for combo tap, and key hold/shifted label text */
|
||||
text.combo, text.hold, text.shifted {
|
||||
/* styling for combo tap, and key non-tap label text */
|
||||
text.combo, text.hold, text.shifted, text.left, text.right {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
|
@ -82,12 +99,20 @@ text.shifted {
|
|||
dominant-baseline: hanging;
|
||||
}
|
||||
|
||||
text.left {
|
||||
text-anchor: start;
|
||||
}
|
||||
|
||||
text.right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
text.layer-activator {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* styling for hold/shifted label text in combo box */
|
||||
text.combo.hold, text.combo.shifted {
|
||||
text.combo.hold, text.combo.shifted, text.combo.left, text.combo.right {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
|
|
@ -207,8 +232,8 @@ rect.held, rect.combo.held {
|
|||
visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
<g transform="translate(40, 0)" class="layer-default">
|
||||
<text x="0" y="28" class="label" id="default">default:</text>
|
||||
<g transform="translate(40, 0)" class="layer-BAS">
|
||||
<text x="0" y="28" class="label" id="BAS">BAS:</text>
|
||||
<g transform="translate(0, 56)">
|
||||
<g transform="translate(28, 49)" class="key keypos-0">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -256,11 +281,11 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(812, 49)" class="key keypos-11">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">⌫</text>
|
||||
<use href="#mdi:backspace-outline" xlink:href="#mdi:backspace-outline" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:backspace-outline"/>
|
||||
</g>
|
||||
<g transform="translate(28, 105)" class="key keypos-12">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Ctrl</text>
|
||||
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-control"/>
|
||||
</g>
|
||||
<g transform="translate(84, 105)" class="key keypos-13">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -308,7 +333,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(28, 161)" class="key keypos-24">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Shift</text>
|
||||
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-shift"/>
|
||||
</g>
|
||||
<g transform="translate(84, 161)" class="key keypos-25">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -356,12 +381,12 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(224, 205)" class="key keypos-36">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Gui</text>
|
||||
<use href="#mdi:apple-keyboard-command" xlink:href="#mdi:apple-keyboard-command" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-command"/>
|
||||
</g>
|
||||
<g transform="translate(286, 213) rotate(15.0)" class="key keypos-37">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<a href="#lower">
|
||||
<text x="0" y="0" class="key tap layer-activator">lower</text>
|
||||
<a href="#LOW">
|
||||
<text x="0" y="0" class="key tap layer-activator">LOW</text>
|
||||
</a></g>
|
||||
<g transform="translate(351, 224) rotate(30.0)" class="key keypos-38">
|
||||
<rect rx="6" ry="6" x="-26" y="-40" width="52" height="80" class="key"/>
|
||||
|
|
@ -373,17 +398,17 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(554, 213) rotate(-15.0)" class="key keypos-40">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<a href="#raise">
|
||||
<text x="0" y="0" class="key tap layer-activator">raise</text>
|
||||
<a href="#RAI">
|
||||
<text x="0" y="0" class="key tap layer-activator">RAI</text>
|
||||
</a></g>
|
||||
<g transform="translate(616, 205)" class="key keypos-41">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Alt</text>
|
||||
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="translate(40, 331)" class="layer-lower">
|
||||
<text x="0" y="28" class="label" id="lower">lower:</text>
|
||||
<g transform="translate(40, 331)" class="layer-LOW">
|
||||
<text x="0" y="28" class="label" id="LOW">LOW:</text>
|
||||
<g transform="translate(0, 56)">
|
||||
<g transform="translate(28, 49)" class="key keypos-0">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -431,7 +456,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(812, 49)" class="key keypos-11">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">⌫</text>
|
||||
<use href="#mdi:backspace-outline" xlink:href="#mdi:backspace-outline" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:backspace-outline"/>
|
||||
</g>
|
||||
<g transform="translate(28, 105)" class="key keypos-12">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -495,7 +520,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(28, 161)" class="key keypos-24">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Shift</text>
|
||||
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-shift"/>
|
||||
</g>
|
||||
<g transform="translate(84, 161)" class="key trans keypos-25">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
|
||||
|
|
@ -543,7 +568,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(224, 205)" class="key keypos-36">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Gui</text>
|
||||
<use href="#mdi:apple-keyboard-command" xlink:href="#mdi:apple-keyboard-command" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-command"/>
|
||||
</g>
|
||||
<g transform="translate(286, 213) rotate(15.0)" class="key held keypos-37">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held"/>
|
||||
|
|
@ -562,12 +587,12 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(616, 205)" class="key keypos-41">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Alt</text>
|
||||
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="translate(40, 661)" class="layer-raise">
|
||||
<text x="0" y="28" class="label" id="raise">raise:</text>
|
||||
<g transform="translate(40, 661)" class="layer-RAI">
|
||||
<text x="0" y="28" class="label" id="RAI">RAI:</text>
|
||||
<g transform="translate(0, 56)">
|
||||
<g transform="translate(28, 49)" class="key keypos-0">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -617,11 +642,11 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(812, 49)" class="key keypos-11">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">⌫</text>
|
||||
<use href="#mdi:backspace-outline" xlink:href="#mdi:backspace-outline" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:backspace-outline"/>
|
||||
</g>
|
||||
<g transform="translate(28, 105)" class="key keypos-12">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Ctrl</text>
|
||||
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-control"/>
|
||||
</g>
|
||||
<g transform="translate(84, 105)" class="key trans keypos-13">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
|
||||
|
|
@ -673,7 +698,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(28, 161)" class="key keypos-24">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Shift</text>
|
||||
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-shift"/>
|
||||
</g>
|
||||
<g transform="translate(84, 161)" class="key trans keypos-25">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
|
||||
|
|
@ -721,7 +746,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(224, 205)" class="key keypos-36">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Gui</text>
|
||||
<use href="#mdi:apple-keyboard-command" xlink:href="#mdi:apple-keyboard-command" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-command"/>
|
||||
</g>
|
||||
<g transform="translate(286, 213) rotate(15.0)" class="key keypos-37">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
|
@ -741,7 +766,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g transform="translate(616, 205)" class="key keypos-41">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">Alt</text>
|
||||
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 31 KiB |
Loading…
Add table
Add a link
Reference in a new issue