feat: more qmk feature

main
sudo pacman -Syu 2023-07-06 14:07:23 +07:00
parent 14787b8ada
commit 7d08af7150
2 changed files with 25 additions and 32 deletions

View File

@ -179,30 +179,6 @@
<a href="https://get.vial.today/" rel="nofollow">Vial</a>. Thankfully, my
friend already flashed qmk/via for me.
</p>
<p>Layer 0:</p>
<p>
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-000.png"
><img
src="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-000.png"
alt="keeb-000"
style="max-width: 100%"
/></a>
</p>
<p>Layer 1:</p>
<p>
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-005.png"
><img
src="https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-005.png"
alt="keeb-005"
style="max-width: 100%"
/></a>
</p>
<p>
<a href="https://gist.github.com/haunt98/d1210e625c2bf021d9a59f84ef822f9f"
>VIA layout JSON</a
@ -211,6 +187,24 @@
<p>My layout is based on:</p>
<ul>
<li>HHKB layout</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/mod_tap.md"
>Mod-Tap</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"
@ -618,6 +612,9 @@
>Cheat sheet: Custom keyboard mounting styles</a
>
</li>
<li>
<a href="https://docs.keeb.io/via" rel="nofollow">VIA Usage Guide</a>
</li>
</ul>
<div>

View File

@ -40,19 +40,14 @@ I bought it from my friend.
For mapping I use [VIA](https://www.caniusevia.com/) and [Vial](https://get.vial.today/).
Thankfully, my friend already flashed qmk/via for me.
Layer 0:
![keeb-000](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-000.png)
Layer 1:
![keeb-005](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-005.png)
[VIA layout JSON](https://gist.github.com/haunt98/d1210e625c2bf021d9a59f84ef822f9f)
My layout is based on:
- HHKB layout
- [Basic Keycodes](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_basic.md)
- [Mod-Tap](https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.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)
- [Space Cadet](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_space_cadet.md)
@ -170,3 +165,4 @@ Careful:
- [hhkb.io](https://hhkb.io/)
- [Enjoy Beautiful KeyCaps](https://matrixzj.github.io/)
- [Cheat sheet: Custom keyboard mounting styles](https://thomasbaart.nl/2019/04/07/cheat-sheet-custom-keyboard-mounting-styles/)
- [VIA Usage Guide](https://docs.keeb.io/via)