2020-10-21 21:19:42 +02:00
|
|
|
# TG4X
|
|
|
|
|
|
|
|
![TG4X](https://boardsource.imgix.net/d50e1163-06dd-4c18-826e-caacd0a4a33d.jpg?raw=true)
|
|
|
|
|
2022-10-09 17:44:45 +02:00
|
|
|
TG4X is a 45% staggered keyboard, compared to a standard 40% stagger it has one
|
|
|
|
additional column which makes it an approachable and highly use-able 40%-ish
|
|
|
|
stagger.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
|
|
|
Retailers (USA)
|
|
|
|
[Boardsource](https://boardsource.xyz/store/5eff7ead037395179221b90c)
|
|
|
|
|
2021-09-17 16:06:32 +02:00
|
|
|
Extensions enabled by default
|
2022-09-02 03:50:44 +02:00
|
|
|
- [Layers](/docs/layers.md) Need more keys than switches? Use layers.
|
|
|
|
- [RGB](/docs/rgb.md) Light it up
|
2020-10-21 21:19:42 +02:00
|
|
|
|
2021-09-17 16:06:32 +02:00
|
|
|
Common Extensions
|
2022-09-02 03:50:44 +02:00
|
|
|
- [Power](/docs/power.md) Powersaving features for battery life
|
2022-10-09 17:44:45 +02:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|