2020-10-21 21:19:42 +02:00
|
|
|
# Boardsource 3x4
|
|
|
|
|
|
|
|
![Boardsource3x4](https://boardsource.imgix.net/30171267-d988-46cc-ba03-9f6a8ab96487.jpg?raw=true)
|
|
|
|
|
|
|
|
This macro pad / small 12 key was inspired by the plaid look
|
|
|
|
|
|
|
|
kb.py is designed to work with the nice!nano
|
|
|
|
|
|
|
|
Retailers (USA)
|
|
|
|
[Boardsource](https://boardsource.xyz/store/5ecc2008eee64242946c98c1)
|
|
|
|
|
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.
|
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
|
|
|
|
```
|