diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-03 01:31:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 14:31:36 +0000 |
commit | a1183ebc8c7b491bdfab18a6dc0a4462c2e84783 (patch) | |
tree | 1d26ebc71453f0616fd4879be91eea648f959447 /keyboards/handwired/ck4x4/rules.mk | |
parent | d2ccd62b578c11aea23b96e6dea2480c6d9d0dab (diff) | |
download | qmk_firmware-a1183ebc8c7b491bdfab18a6dc0a4462c2e84783.tar.gz qmk_firmware-a1183ebc8c7b491bdfab18a6dc0a4462c2e84783.zip |
Remove pointless `CUSTOM_MATRIX = no` (#15383)
Diffstat (limited to 'keyboards/handwired/ck4x4/rules.mk')
-rw-r--r-- | keyboards/handwired/ck4x4/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/ck4x4/rules.mk b/keyboards/handwired/ck4x4/rules.mk index 211921da42..da2f4ec362 100644 --- a/keyboards/handwired/ck4x4/rules.mk +++ b/keyboards/handwired/ck4x4/rules.mk @@ -14,7 +14,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover -CUSTOM_MATRIX = no # Custom matrix file DEFAULT_FOLDER = handwired/ck4x4 |