Add reset firmware to ci

This commit is contained in:
2024-04-30 22:22:21 +02:00
parent a76a01dcdf
commit 02fb8f8169
3 changed files with 14 additions and 1 deletions

View File

@@ -22,3 +22,5 @@ include:
shield: abyss_left
- board: nice_nano_v2
shield: abyss_right
- board: nice_nano_v2
shield: settings_reset

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# pip3 install keymap-drawer
keymap draw -n "2vv3332+3> 3<+23332vv" <(keymap parse -b draw/layout.yaml -z config/abyss.keymap) > draw/keymap.svg

View File

@@ -54,7 +54,16 @@ text.label {
font-weight: bold;
text-anchor: start;
stroke: white;
stroke-width: 2;
stroke-width: 4;
paint-order: stroke;
}
/* styling for optional footer */
text.footer {
text-anchor: end;
dominant-baseline: auto;
stroke: white;
stroke-width: 4;
paint-order: stroke;
}
@@ -220,6 +229,7 @@ path.combo {
</g>
<g transform="translate(180, 196)" class="key keypos-26">
<rect rx="6" ry="6" x="-28" y="-26" width="56" height="52" class="key"/>
<text x="0" y="0" class="key tap">LSHFT</text>
<text x="0" y="-24" class="key shifted">LEFT</text>
</g>
<g transform="translate(240, 196)" class="key keypos-27">

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB