summaryrefslogtreecommitdiffstats
path: root/keyboards/dyz/dyz_tkl/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-Keychron keyboardslokher2022-09-131-33/+0
|
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-291-4/+0
|
* DYZ TKL touch-up (#14744)James Young2021-10-071-5/+0
| | | | | | | | | | | | | | | | | | | | | | | * friendly-format info.json * add LAYOUT_all layout data * add matrix diagram to dyz_tkl.h * add LAYOUT_tkl_ansi * add LAYOUT_tkl_ansi_f13 * add LAYOUT_tkl_iso * add LAYOUT_tkl_iso_f13 * remove `ENCODER_ENABLE = no` from rules.mk * remove redundant definitions from config.h Data-driven compilation calculates `MATRIX_ROWS` and `MATRIX_COLS` from the info.json data, so defining them in config.h isn't necessary. * add missing comma to info.json per fauxpark
* [Keyboard] add keyboard dyz_TKL (#14535)Bahrul Hidayat2021-09-251-0/+42
Co-authored-by: Drashna Jaelre <drashna@live.com>