2020-10-21 21:19:42 +02:00
|
|
|
# Ergo Travel
|
|
|
|
|
|
|
|
![ergo_travel](https://boardsource.imgix.net/fa53de62-fd37-4c75-8c5b-b4bec37927c1.jpg?raw=true)
|
|
|
|
|
2022-10-09 17:44:45 +02:00
|
|
|
As the name implies, the Ergo Travel was originally designed as a travel
|
|
|
|
keyboard, but it works just as well on your desk as a main daily use keyboard.
|
|
|
|
The Ergo Travel is a popular choice by many because it offers a few more keys
|
|
|
|
than other keyboards in similar sizes, and that is why we chose to stock it.
|
|
|
|
Additionally, the Ergo Travel has nice customization options in the thumb
|
|
|
|
cluster because you can configure the main thumb key to use a single larger 2u
|
|
|
|
key, or two smaller 1u keys depending on your preference. The clean and simple
|
|
|
|
aesthetic of the Ergo Travel and the few extra keys make it an awesome option
|
|
|
|
for people wanting a 40%-ish split keyboard.
|
2020-10-21 21:19:42 +02:00
|
|
|
|
|
|
|
Hardware Availability: [PCB & Case Source](https://github.com/jpconstantineau/ErgoTravel/blob/master/OrderingInstructions.md)
|
|
|
|
|
|
|
|
Retailers (USA)
|
2021-10-19 06:43:38 +02:00
|
|
|
[Boardsource](https://boardsource.xyz/store/5eed23430883e03ef9a69d6a)
|
|
|
|
|
|
|
|
Retailers (Canada)
|
|
|
|
[BlueMicro Store (ErgoTravel's creator)](https://store.jpconstantineau.com/#/group/split_boards)
|
2020-10-21 21:19:42 +02:00
|
|
|
|
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
|
|
|
|
- [MediaKeys](/docs/en/media_keys.md) Control volume and other media functions
|
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
|
|
|
|
```
|