diff options
| author | Joel Challis | 2023-09-25 05:04:38 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-25 05:04:38 +0200 |
| commit | a4760c4d1b03e1006eb62ca72ecc22e0e6ea44bb (patch) | |
| tree | 92e2e6efb74853dab03ca364ed7f1c8dcb890a36 /keyboards/mxss/config.h | |
| parent | c597731d1d74855f039880866465773722866c11 (diff) | |
Remove duplicated rgblight implementation from mxss (#22122)
Diffstat (limited to 'keyboards/mxss/config.h')
| -rw-r--r-- | keyboards/mxss/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/mxss/config.h b/keyboards/mxss/config.h index bfa2338678..704da3911a 100644 --- a/keyboards/mxss/config.h +++ b/keyboards/mxss/config.h @@ -21,6 +21,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -// FLED config takes up 1 byte, stored color count takes 1, stored colors take up to 8 -#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 10 |