qmk_firmware/keyboards/suavity/ehan
James Young 66983f090c
Suavity Ehan Refactor (#17694)
* info.json: apply friendly formatting, phase 1

* info.json: fix macro reference and layout

* info.json: apply friendly formatting, phase 2

Add key labels.

* refactor keymaps and layout macro

- apply four-space indent
- apply grid alignment to keycodes, matrix position identifiers, and matrix

* add LAYOUT_all

* ehan.h: add matrix diagram

* rename LAYOUT_ansi_default to LAYOUT_ansi_split_bs_rshift_lspace

* ehan.h: correct K3E position in LAYOUT_ansi_split_bs_rshift_lspace

Move location K3E to actually be on Column 14 (E); was previously on Column 13 (D) in source..

* add LAYOUT_iso_split_bs_rshift_lspace

Includes reference keymap.
2022-07-15 23:48:35 -07:00
..
keymaps Suavity Ehan Refactor (#17694) 2022-07-15 23:48:35 -07:00
chconf.h
config.h
ehan.c
ehan.h Suavity Ehan Refactor (#17694) 2022-07-15 23:48:35 -07:00
halconf.h
info.json Suavity Ehan Refactor (#17694) 2022-07-15 23:48:35 -07:00
mcuconf.h
readme.md
rules.mk

ehan: A 10.5° Split TKL Keyboard designed by Suavity Designs | QMK Firmware

Imgur

Introduction

ehan is a 10.5° Split TKL that supports 3U Spacebars,

The latest iteration of the PCB is v3.00 as of 07/'21. This is noted on the back of the PCB.

How to compile

After setting up your build environment, you can compile the ehan default keymap by using:

make suavity/ehan:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.