convert pm based boards to quickpin
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||

|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Hardware Availability: [PCB & Case Source](https://github.com/kata0510/Lily58)
|
||||
kb.py is designed to work with the nice!nano
|
||||
|
||||
Retailers (USA)
|
||||
[Boardsource](https://boardsource.xyz/store/5ec9df84c6b834480de6c3d0)
|
||||
@@ -18,3 +20,11 @@ Extensions enabled by default
|
||||
Common Extensions
|
||||
- [Split](/docs/split.md) Connects halves using a wire
|
||||
- [Power](/docs/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
|
||||
```
|
||||
|
Reference in New Issue
Block a user