chore: generate keeb layout image
parent
52521caf80
commit
73f2cd569d
|
@ -184,6 +184,29 @@
|
||||||
>VIA layout JSON</a
|
>VIA layout JSON</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
<p>Convert to QMK keymap json:</p>
|
||||||
|
<div class="highlight highlight-source-shell">
|
||||||
|
<pre>
|
||||||
|
qmk via2json -kb dztech/dz60rgb_wkl/v2 dz60rgb_wkl_v2.layout.json -o qmk.json</pre
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
Then generate image using
|
||||||
|
<a href="https://github.com/caksoylar/keymap-drawer"
|
||||||
|
>caksoylar/keymap-drawer</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer nofollow"
|
||||||
|
href="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-015.svg"
|
||||||
|
><img
|
||||||
|
src="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-015.svg"
|
||||||
|
alt="keeb-015"
|
||||||
|
style="max-width: 100%"
|
||||||
|
/></a>
|
||||||
|
</p>
|
||||||
<p>My layout is based on:</p>
|
<p>My layout is based on:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>HHKB layout</li>
|
<li>HHKB layout</li>
|
||||||
|
|
|
@ -42,6 +42,16 @@ Thankfully, my friend already flashed qmk/via for me.
|
||||||
|
|
||||||
[VIA layout JSON](https://gist.github.com/haunt98/d1210e625c2bf021d9a59f84ef822f9f)
|
[VIA layout JSON](https://gist.github.com/haunt98/d1210e625c2bf021d9a59f84ef822f9f)
|
||||||
|
|
||||||
|
Convert to QMK keymap json:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
qmk via2json -kb dztech/dz60rgb_wkl/v2 dz60rgb_wkl_v2.layout.json -o qmk.json
|
||||||
|
```
|
||||||
|
|
||||||
|
Then generate image using [caksoylar/keymap-drawer](https://github.com/caksoylar/keymap-drawer)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
My layout is based on:
|
My layout is based on:
|
||||||
|
|
||||||
- HHKB layout
|
- HHKB layout
|
||||||
|
|
Loading…
Reference in New Issue