feat: move layout to another repo

main
sudo pacman -Syu 2023-07-21 23:37:07 +07:00
parent ce772ded79
commit 604eea3057
3 changed files with 11 additions and 117 deletions

View File

@ -41,6 +41,10 @@
><span aria-hidden="true" class="octicon octicon-link"></span></a
>Keyboard
</h2>
<p>
QMK custom keymaps is
<a href="https://github.com/haunt98/qmk_keymaps">here</a>
</p>
<h3>
<a
id="user-content-ikbc-cd87-cherry-mx-blue"
@ -173,97 +177,9 @@
><span aria-hidden="true" class="octicon octicon-link"></span></a
>Layout
</h4>
<p>
For mapping I use
<a href="https://www.caniusevia.com/" rel="nofollow">VIA</a> and
<a href="https://get.vial.today/" rel="nofollow">Vial</a>. Thankfully, my
friend already flashed qmk/via for me.
</p>
<p>
<a href="https://gist.github.com/haunt98/d1210e625c2bf021d9a59f84ef822f9f"
>VIA layout JSON</a
>
</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>
<ul>
<li><a href="https://hhkb.io/layout/" rel="nofollow">HHKB layout</a></li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_basic.md"
>Basic Keycodes</a
>
</li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_layers.md"
>Layers</a
>
</li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_grave_esc.md"
>Grave Escape</a
>
</li>
<li>
Save for later:
<ul>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.md"
>Mod-Tap</a
>
</li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_advanced_keycodes.md"
>Modifier Keys</a
>
</li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_space_cadet.md"
>Space Cadet</a
>
</li>
<li>
<a
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_tap_dance.md"
>Tap Dance</a
>
</li>
<li>
<a
href="https://precondition.github.io/home-row-mods"
rel="nofollow"
>A guide to home row mods</a
>
</li>
</ul>
</li>
</ul>
<p>
<a

View File

@ -209,11 +209,6 @@
</li>
</ul>
</li>
<li>
<a href="https://github.com/o2sh/onefetch"
>https://github.com/o2sh/onefetch</a
>
</li>
<li>
<a href="https://github.com/Gobidev/pfetch-rs"
>https://github.com/Gobidev/pfetch-rs</a
@ -277,6 +272,11 @@
>https://github.com/Dr-Noob/cpufetch</a
>
</li>
<li>
<a href="https://github.com/o2sh/onefetch"
>https://github.com/o2sh/onefetch</a
>
</li>
<li>
<a href="https://gitlab.com/jallbrit/cbonsai" rel="nofollow"
>https://gitlab.com/jallbrit/cbonsai</a

View File

@ -4,6 +4,8 @@ My collection of mechanical keyboards.
## Keyboard
QMK custom keymaps is [here](https://github.com/haunt98/qmk_keymaps)
### iKBC CD87 Cherry MX Blue
My first keeb.
@ -37,33 +39,9 @@ I bought it from my friend.
#### Layout
For mapping I use [VIA](https://www.caniusevia.com/) and [Vial](https://get.vial.today/).
Thankfully, my friend already flashed qmk/via for me.
[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)
![keeb-015](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-015.svg)
My layout is based on:
- [HHKB layout](https://hhkb.io/layout/)
- [Basic Keycodes](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_basic.md)
- [Layers](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_layers.md)
- [Grave Escape](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_grave_esc.md)
- Save for later:
- [Mod-Tap](https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.md)
- [Modifier Keys](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_advanced_keycodes.md)
- [Space Cadet](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_space_cadet.md)
- [Tap Dance](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_tap_dance.md)
- [A guide to home row mods](https://precondition.github.io/home-row-mods)
![keeb-004](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-004.png)