chore(draw): map safe boot when
parent
afb5e30b8e
commit
9c5184863f
4
Makefile
4
Makefile
|
@ -28,7 +28,9 @@ draw:
|
||||||
go run ./cmd/qmkasciigen/*.go -qmk-keyboard dztech/dz60rgb_wkl/v2_1 -qmk-keymap-file dztech_dz60rgb_wkl/keymaps_json/haunt98/keymap.json -out dztech_dz60rgb_wkl/asciiart/haunt98.txt
|
go run ./cmd/qmkasciigen/*.go -qmk-keyboard dztech/dz60rgb_wkl/v2_1 -qmk-keymap-file dztech_dz60rgb_wkl/keymaps_json/haunt98/keymap.json -out dztech_dz60rgb_wkl/asciiart/haunt98.txt
|
||||||
# https://github.com/caksoylar/keymap-drawer
|
# https://github.com/caksoylar/keymap-drawer
|
||||||
pipx install keymap-drawer
|
pipx install keymap-drawer
|
||||||
keymap parse -q dztech_dz60rgb_wkl/keymaps_json/haunt98/keymap.json > dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.yaml
|
KEYMAP_raw_binding_map='{"TD(TD_SAFE_BOOT)": "BOOT"}' \
|
||||||
|
keymap parse -q dztech_dz60rgb_wkl/keymaps_json/haunt98/keymap.json > \
|
||||||
|
dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.yaml
|
||||||
keymap draw dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.yaml > dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.svg
|
keymap draw dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.yaml > dztech_dz60rgb_wkl/caksoylar_keymap_drawer/keymap.svg
|
||||||
|
|
||||||
qmk_upstream:
|
qmk_upstream:
|
||||||
|
|
|
@ -399,8 +399,7 @@ path.combo {
|
||||||
<g class="layer-L3">
|
<g class="layer-L3">
|
||||||
<text x="30.0" y="1036.0" class="label">L3:</text>
|
<text x="30.0" y="1036.0" class="label">L3:</text>
|
||||||
<rect rx="6.0" ry="6.0" x="32.0" y="1066.0" width="52.0" height="52.0" class="key"/>
|
<rect rx="6.0" ry="6.0" x="32.0" y="1066.0" width="52.0" height="52.0" class="key"/>
|
||||||
<text x="58.0" y="1092.0" class="tap">
|
<text x="58.0" y="1092.0" class="tap">BOOT</text>
|
||||||
<tspan x="58.0" dy="-1.2em">TD(TD</tspan><tspan x="58.0" dy="1.2em">SAFE</tspan><tspan x="58.0" dy="1.2em">BOOT)</tspan></text>
|
|
||||||
<rect rx="6.0" ry="6.0" x="88.0" y="1066.0" width="52.0" height="52.0" class="key"/>
|
<rect rx="6.0" ry="6.0" x="88.0" y="1066.0" width="52.0" height="52.0" class="key"/>
|
||||||
<text x="114.0" y="1092.0" class="tap">
|
<text x="114.0" y="1092.0" class="tap">
|
||||||
<tspan x="114.0" dy="-0.6em">EE</tspan><tspan x="114.0" dy="1.2em">CLR</tspan></text>
|
<tspan x="114.0" dy="-0.6em">EE</tspan><tspan x="114.0" dy="1.2em">CLR</tspan></text>
|
||||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -190,7 +190,7 @@ layers:
|
||||||
- RGB MOD
|
- RGB MOD
|
||||||
- ''
|
- ''
|
||||||
L3:
|
L3:
|
||||||
- TD(TD SAFE BOOT)
|
- BOOT
|
||||||
- EE CLR
|
- EE CLR
|
||||||
- ''
|
- ''
|
||||||
- ''
|
- ''
|
||||||
|
|
Loading…
Reference in New Issue