You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fauxpark 3b2a484a5b Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) 5 years ago
..
keymaps Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) 5 years ago
rev1 Adds a default value for IS_COMMAND for COMMAND feature (#4301) 5 years ago
config.h Keymap: Adds zen layout for 333fred (#3563) 5 years ago
info.json Keyboard: Zen refactor and Configurator support (#3677) 5 years ago
matrix.c Fix nyquist (and other splits using D2 in debouncing) (#3067) 6 years ago
readme.md Modified URLs to point to new locations 5 years ago
rules.mk Replace outdated RGB/Audio information 5 years ago
serial.c New keyboard added "Zen" (#2347) 6 years ago
serial.h New keyboard added "Zen" (#2347) 6 years ago
split_rgb.c New keyboard added "Zen" (#2347) 6 years ago
split_rgb.h New keyboard added "Zen" (#2347) 6 years ago
split_util.c New keyboard added "Zen" (#2347) 6 years ago
split_util.h New keyboard added "Zen" (#2347) 6 years ago
zen.c New keyboard added "Zen" (#2347) 6 years ago
zen.h Keyboard: Zen refactor and Configurator support (#3677) 5 years ago

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.