diff options
| author | Ryan | 2021-12-02 15:31:36 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-02 15:31:36 +0100 |
| commit | a1183ebc8c7b491bdfab18a6dc0a4462c2e84783 (patch) | |
| tree | 1d26ebc71453f0616fd4879be91eea648f959447 /keyboards/at_at | |
| parent | d2ccd62b578c11aea23b96e6dea2480c6d9d0dab (diff) | |
Remove pointless `CUSTOM_MATRIX = no` (#15383)
Diffstat (limited to 'keyboards/at_at')
| -rw-r--r-- | keyboards/at_at/660m/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/at_at/660m/rules.mk b/keyboards/at_at/660m/rules.mk index 3d6d4b9ee4..595d1951f6 100644 --- a/keyboards/at_at/660m/rules.mk +++ b/keyboards/at_at/660m/rules.mk @@ -15,7 +15,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 # BACKLIGHT_ENABLE = yes # RGBLIGHT_ENABLE = yes NO_USB_STARTUP_CHECK = yes # Workaround for issue 6369 |