mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-05 22:26:18 +00:00
Add reset firmware to ci
This commit is contained in:
@@ -22,3 +22,5 @@ include:
|
||||
shield: abyss_left
|
||||
- board: nice_nano_v2
|
||||
shield: abyss_right
|
||||
- board: nice_nano_v2
|
||||
shield: settings_reset
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user