1
0
Fork 0
qmk_firmware/keyboards/zen
Drashna Jaelre 7e99d869de Remove all of the deprecated RGB defines
Fixes #3641
2018-10-22 14:55:57 -04:00
..
keymaps Keymap: Update 333fred's keymap for Zen (#3690) 2018-08-20 09:45:15 -07:00
rev1 Remove all of the deprecated RGB defines 2018-10-22 14:55:57 -04:00
config.h Keymap: Adds zen layout for 333fred (#3563) 2018-08-05 08:42:16 -07:00
info.json Keyboard: Zen refactor and Configurator support (#3677) 2018-08-17 16:04:21 -07:00
matrix.c Fix nyquist (and other splits using D2 in debouncing) (#3067) 2018-05-28 15:02:41 -07:00
readme.md Keyboard: Zen refactor and Configurator support (#3677) 2018-08-17 16:04:21 -07:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
serial.c New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
serial.h New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
split_rgb.c New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
split_rgb.h New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
split_util.c New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
split_util.h New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
zen.c New keyboard added "Zen" (#2347) 2018-02-06 23:44:10 -05:00
zen.h Keyboard: Zen refactor and Configurator support (#3677) 2018-08-17 16:04:21 -07:00

readme.md

Zen Keyboard

A split ergo keyboard with a few goals in mind:

  • Be as thin as possible. Other split KBs (Let's Split, Nyquist, Iris) are 15.2mm thick. The Zen is only 8.0mm thick.
  • 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.
  • RGB backlighting. 16 WS2812b LEDs shine through the perimeter switches. The SK6812 variant are cheap and easy to solder.
  • 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.

Keyboard Maintainer: Legonut
Hardware Supported: Zen rev1
Hardware Availability: RGBKB.net

A build guide and more info for this keyboard can be found here: Zen Build Guide.

Make example for this keyboard (after setting up your build environment):

make zen/rev1:default

See build environment setup then the make instructions for more information.