diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-10-08 00:26:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 17:26:38 -0700 |
commit | 9d070e6a08327f54e60e4fd31ed31cdc416606ba (patch) | |
tree | db82139a7e9bb7c6553213b2001823c01cf45fd5 /keyboards/dyz/dyz_tkl/config.h | |
parent | 51470dfae1185c338b4c96a510e6d45f04665bf9 (diff) |
DYZ TKL touch-up (#14744)
* 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
Diffstat (limited to 'keyboards/dyz/dyz_tkl/config.h')
-rw-r--r-- | keyboards/dyz/dyz_tkl/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/dyz/dyz_tkl/config.h b/keyboards/dyz/dyz_tkl/config.h index 22f17d403f..c872680e64 100644 --- a/keyboards/dyz/dyz_tkl/config.h +++ b/keyboards/dyz/dyz_tkl/config.h @@ -23,11 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MANUFACTURER dyz #define PRODUCT dyz_TKL -/* key matrix size */ -#define MATRIX_ROWS 12 -#define MATRIX_COLS 9 - - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |