2020-10-21 12:19:42 -07: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 11:51:07 -03:00
|
|
|
- [Layers](/docs/en/layers.md) Need more keys than switches? Use layers.
|
2022-10-09 08:44:45 -07:00
|
|
|
|
|
|
|
## Microcontroller support
|
|
|
|
|
2022-10-10 16:04:31 -07:00
|
|
|
Update this line in `kb.py` to any supported microcontroller in `kmk/quickpin/pro_micro`:
|
2022-10-09 08:44:45 -07:00
|
|
|
|
|
|
|
```python
|
|
|
|
from kmk.quickpin.pro_micro.boardsource_blok import pinout as pins
|
|
|
|
```
|