mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +00:00
66983f090c
* 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. |
||
---|---|---|
.. | ||
keymaps | ||
chconf.h | ||
config.h | ||
ehan.c | ||
ehan.h | ||
halconf.h | ||
info.json | ||
mcuconf.h | ||
readme.md | ||
rules.mk |
ehan: A 10.5° Split TKL Keyboard designed by Suavity Designs | QMK Firmware
Introduction
ehan is a 10.5° Split TKL that supports 3U Spacebars,
- Keyboard Maintainer: Suavity Designs
- Hardware Supported: ARM STM32F072CBT6
- Hardware Availability: suavity.cc/ehan
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.