feat: more qmk feat
parent
17e048496a
commit
96cd1bbfa5
|
@ -193,6 +193,12 @@
|
||||||
>Basic Keycodes</a
|
>Basic Keycodes</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_layers.md"
|
||||||
|
>Layers</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.md"
|
href="https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.md"
|
||||||
|
@ -201,8 +207,8 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_layers.md"
|
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_advanced_keycodes.md"
|
||||||
>Layers</a
|
>Modifier Keys</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -217,6 +223,12 @@
|
||||||
>Space Cadet</a
|
>Space Cadet</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://github.com/qmk/qmk_firmware/blob/master/docs/feature_tap_dance.md"
|
||||||
|
>Tap Dance</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
|
|
|
@ -46,10 +46,12 @@ My layout is based on:
|
||||||
|
|
||||||
- HHKB layout
|
- HHKB layout
|
||||||
- [Basic Keycodes](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_basic.md)
|
- [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)
|
- [Layers](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_layers.md)
|
||||||
|
- [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)
|
||||||
- [Grave Escape](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_grave_esc.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)
|
- [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)
|
||||||
|
|
||||||
![keeb-004](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-004.png)
|
![keeb-004](https://raw.githubusercontent.com/haunt98/posts-images/main/keeb-004.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue