blob: 810e0c1658be5b6b7bf589f0ba7abc73c599156a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Helix

* Keyboard Maintainer: [MakotoKurauchi](https://github.com/MakotoKurauchi)
* Hardware Supported: Helix Pico, Beta, rev3 PCBs w/ Pro Micro compatible development board
* Hardware Availability: [Yushakobo](https://shop.yushakobo.jp), [GitHub](https://github.com/MakotoKurauchi/helix)
## Revisions
- [Pico](https://shop.yushakobo.jp/products/helixpico-pcb)
- 4 row PCB
- per-key RGB
- support for a 128x32 OLED display
- footprint for speaker
- [Beta](https://shop.yushakobo.jp/products/oss_pcb?variant=39452554231969)
- 4 or 5 row PCB with snappable bottom row
- per-key RGB
- support for a 128x32 OLED display
- [rev3](https://shop.yushakobo.jp/products/2143)
- 4 or 5 row PCB with snappable bottom row
- per-key RGB
- support for a 128x32 OLED display
- rotary encoders
Make example for this keyboard (after setting up your build environment):
make helix/pico:default
make helix/beta:default
make helix/rev3:default
Flashing example for this keyboard:
make helix/pico:default:flash
make helix/beta:default:flash
make helix/rev3:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix and plug in the keyboard
* **Physical reset button**: Briefly tap or double-tap the button near the TRRS jack
* **Keycode in layout**: Press the key mapped to `QK_BOOT`
|