summaryrefslogtreecommitdiff
path: root/keyboards/dyz/dyz_tkl/rules.mk
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-10-08 00:26:38 +0000
committerGitHub <noreply@github.com>2021-10-07 17:26:38 -0700
commit9d070e6a08327f54e60e4fd31ed31cdc416606ba (patch)
treedb82139a7e9bb7c6553213b2001823c01cf45fd5 /keyboards/dyz/dyz_tkl/rules.mk
parent51470dfae1185c338b4c96a510e6d45f04665bf9 (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/rules.mk')
-rw-r--r--keyboards/dyz/dyz_tkl/rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/dyz/dyz_tkl/rules.mk b/keyboards/dyz/dyz_tkl/rules.mk
index b1a2bc4551..a488e3dc0b 100644
--- a/keyboards/dyz/dyz_tkl/rules.mk
+++ b/keyboards/dyz/dyz_tkl/rules.mk
@@ -19,4 +19,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = no