2020-10-21 21:19:42 +02:00
|
|
|
# Reviung39
|
|
|
|
|
|
|
|
![Reviung39](https://boardsource.imgix.net/d6215164-6100-4b72-b355-1a67b7704463.jpg?raw=true)
|
|
|
|
|
2022-10-09 17:44:45 +02:00
|
|
|
Reviung39 is a 39 key keyboard designed by gtips. The Reviung39 sits somewhere
|
|
|
|
between an Atreus and a Corne, you get some nice ergonomic benefits based on its
|
|
|
|
quasi-split design and since a true split keyboard isn't for everyone, this is
|
|
|
|
an awesome middle ground. I find this keyboard extremely comfortable to use.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
|
|
|
kb.py is designed to work with the nice!nano
|
|
|
|
|
|
|
|
Hardware Availability: [PCB & Case Data](https://github.com/gtips/reviung)
|
|
|
|
|
|
|
|
Retailers (USA)
|
|
|
|
[Boardsource](https://boardsource.xyz/store/5ecb734486879c9a0c22dab3)
|
|
|
|
|
2021-09-17 16:06:32 +02:00
|
|
|
Extensions enabled by default
|
2022-10-16 16:51:07 +02:00
|
|
|
- [Layers](/docs/en/layers.md) Need more keys than switches? Use layers.
|
|
|
|
- [RGB](/docs/en/rgb.md) Light it up
|
|
|
|
- [ModTap](/docs/en/modtap.md) Allows mod keys to act as different keys when tapped.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
2021-09-17 16:06:32 +02:00
|
|
|
Common Extensions
|
2022-10-16 16:51:07 +02:00
|
|
|
- [Power](/docs/en/power.md) Powersaving features for battery life
|
2022-10-09 17:44:45 +02:00
|
|
|
|
|
|
|
## Microcontroller support
|
|
|
|
|
2022-10-11 01:04:31 +02:00
|
|
|
Update this line in `kb.py` to any supported microcontroller in `kmk/quickpin/pro_micro`:
|
2022-10-09 17:44:45 +02:00
|
|
|
|
|
|
|
```python
|
|
|
|
from kmk.quickpin.pro_micro.boardsource_blok import pinout as pins
|
|
|
|
```
|