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

|
||||
|
||||
The Microdox is is a feature-packed 30% split columnar staggered keyboard. Even though the Microdox is an extremely small keyboard it offers tons of features from larger boards while maintaining a tiny footprint.
|
||||
|
||||
kb.py is designed to work with the nice!nano
|
||||
The Microdox is is a feature-packed 30% split columnar staggered keyboard. Even
|
||||
though the Microdox is an extremely small keyboard it offers tons of features
|
||||
from larger boards while maintaining a tiny footprint.
|
||||
|
||||
Retailers (USA)
|
||||
[Boardsource](https://boardsource.xyz/store/5f2e7e4a2902de7151494f92)
|
||||
@@ -17,3 +17,11 @@ Extensions enabled by default
|
||||
Common Extensions
|
||||
- [Split](/docs/split_keyboards.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