2020-10-21 21:19:42 +02:00
|
|
|
# Lily 58 Pro
|
|
|
|
|
|
|
|
![Lily58](https://boardsource.imgix.net/af3d8d6d-5fbe-4578-a2ba-d09d7686fb29.jpg?raw=true)
|
|
|
|
|
2022-10-09 17:44:45 +02:00
|
|
|
The Lily58 is a 58 key split keyboard design by kata0510, featuring a 6x4
|
|
|
|
columnar stagger and 4 thumb cluster keys on each hand. The Lily58 is a perfect
|
|
|
|
choice for people who want to be on a split keyboard but still want to have a
|
|
|
|
fairly standard amount of keys.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
|
|
|
Hardware Availability: [PCB & Case Source](https://github.com/kata0510/Lily58)
|
|
|
|
|
|
|
|
Retailers (USA)
|
|
|
|
[Boardsource](https://boardsource.xyz/store/5ec9df84c6b834480de6c3d0)
|
|
|
|
|
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
|
|
|
|
- [BLE_Split](/docs/en/split.md) Connects halves without wires
|
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
|
|
|
- [Split](/docs/en/split.md) Connects halves using a wire
|
|
|
|
- [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
|
|
|
|
```
|