6c7d57ca2a
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
22 lines
733 B
Markdown
22 lines
733 B
Markdown
# Iris Rev 2
|
|
|
|
A split keyboard with a 4x6 layout with additional 4 thumb buttons
|
|
|
|
kb_converter.py is designed to work with an itsybitsy with converter board found [here](/hardware)
|
|
|
|
Extensions enabled by default
|
|
- [Layers](/docs/layers.md) Need more keys than switches? Use layers.
|
|
- [RGB](/docs/rgb.md) Light it up
|
|
- [BLE_Split](/docs/split_keyboards.md) Connects halves without wires
|
|
|
|
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
|