]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/zen/readme.md
0fb0ffb3b6a53b0eba0c1776e5b13f0f0bd29ccb
[qmk_firmware.git] / keyboards / zen / readme.md
1 # Zen Keyboard
2
3 A split ergo keyboard with a few goals in mind:
4
5 - Be as thin as possible. Other split KBs (Let's Split, Nyquist, Iris) are 15.2mm thick. The Zen is only 8.0mm thick.
6 - Layout designed for gaming. 1.5u pinky keys, ortho alphas, and angled thumb keys. After trying Ortholinear, Atreus62, and Ergodox, this is the best layout for gaming and typing.
7 - RGB backlighting. 16 WS2812b LEDs shine through the perimeter switches. The SK6812 variant are cheap and easy to solder.
8 - Price. Using Arduino Pro Micro, SK6812 LEDs, and PCB FR4 for the case, the cost of each half without switches or caps can be reduced to under $20 when purchased at volume.
9
10 Keyboard Maintainer: [Legonut](https://github.com/Legonut)  
11 Hardware Supported: Zen rev1  
12 Hardware Availability: [RGBKB.net](https://www.rgbkb.net/)
13
14 A build guide and more info for this keyboard can be found here: [Zen Build Guide](https://legonut.gitbooks.io/zen-keyboard/content/).
15
16 Make example for this keyboard (after setting up your build environment):
17
18     make zen/rev1:default
19
20 See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.