* update modtap to holdtap * Update links * Revert "Update links" This reverts commit 8d0cda7c5a43c84dd18b927cb73672158e4f8abc. * updated docs links update links in docs * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * rename modtap.md to holdtap.md * Update Getting_Started.md * Update main.py * Update modtap.py * Update modtap.py and add notice * Update docs/en/porting_to_kmk.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/handwiring.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/contributing.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/contributing.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/ble_hid.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/kmkpython_vs_circuitpython.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Rename modtap.md to holdtap.md * fixup --------- Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Reviung41
|
|
|
|

|
|
|
|
The Reviung41 is a 41 key keyboard designed by gtips, it is a slightly larger
|
|
version of the popular Reviung 39. These "split non-split" keyboards offer a lot
|
|
of features split keyboards have in terms of comfort and ergonomics but do so in
|
|
a single-piece package. Many people consider keyboards in this style easier to
|
|
travel with since you don't have to manage two halves and there is of course no
|
|
need for a TRRS cable. This board sits somewhere between and Atreus and Corne,
|
|
and it is extremely comfortable to use.
|
|
|
|
Hardware Availability: [PCB & Case Data](https://github.com/gtips/reviung/tree/master/reviung41)
|
|
|
|
Retailers (USA)
|
|
[Boardsource](https://boardsource.xyz/store/5f2ef1b52bf5e8714a60f613)
|
|
|
|
Extensions enabled by default
|
|
- [Layers](/docs/en/layers.md) Need more keys than switches? Use layers.
|
|
- [RGB](/docs/en/rgb.md) Light it up
|
|
- [HoldTap](/docs/en/holdtap.md) Allows mod keys to act as different keys when tapped.
|
|
|
|
Common Extensions
|
|
- [Power](/docs/en/power.md) Powersaving features for battery life
|
|
|
|
## Microcontroller support
|
|
|
|
Update this line in `kb.py` to any supported microcontroller in `kmk/quickpin/pro_micro`:
|
|
|
|
```python
|
|
from kmk.quickpin.pro_micro.boardsource_blok import pinout as pins
|