2020-10-21 21:19:42 +02:00
|
|
|
# Rhymestone
|
|
|
|
|
|
|
|
![rhymestone](https://boardsource.imgix.net/0968c21e-ed0c-47ec-ae5e-511ec6eb3bd2.jpg?raw=true)
|
|
|
|
|
2022-10-09 17:44:45 +02:00
|
|
|
The Rhymestone is 40-key ortholinear split keyboard. Originally the Rhymestone
|
|
|
|
was created to be sold alongside the Treadstone and used as either a Macro pad
|
|
|
|
or a 10-key numpad, hence the similar naming conventions. However; the
|
|
|
|
Rhymestone is also often used as a standalone split keyboard by people who
|
|
|
|
prefer a 5 column ortholinear layout.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
|
|
|
Retailers (USA)
|
|
|
|
[Boardsource](https://boardsource.xyz/store/5ecb6aee86879c9a0c22da89)
|
|
|
|
|
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.
|
|
|
|
- [BLE_Split](/docs/en/split_keyboards.md) Connects halves without wires
|
|
|
|
- [ModTap](/docs/en/modtap.md) Allows mod keys to act as different keys when tapped.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
2021-09-17 16:06:32 +02:00
|
|
|
Common Extensions
|
2022-10-16 16:51:07 +02:00
|
|
|
- [Split](/docs/en/split_keyboards.md) Connects halves using a wire
|
|
|
|
- [Power](/docs/en/power.md) Powersaving features for battery life
|
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
|
|
|
|
```
|