diff options
author | Joel Challis <git@zvecr.com> | 2024-01-16 01:04:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 01:04:09 +0000 |
commit | e30d0e52871ce46e6f94d5535c1d60aa75668fe5 (patch) | |
tree | b5966e5a4019b17d3d0ebe4325ea15ade7c7bf55 /keyboards/melgeek/mj61/rev1 | |
parent | a90b45e8320389160ee1a649ccf95d6d820fd277 (diff) |
Migrate RGB Matrix config to info.json - M (#22908)
Diffstat (limited to 'keyboards/melgeek/mj61/rev1')
-rw-r--r-- | keyboards/melgeek/mj61/rev1/config.h | 20 | ||||
-rw-r--r-- | keyboards/melgeek/mj61/rev1/info.json | 3 |
2 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/melgeek/mj61/rev1/config.h b/keyboards/melgeek/mj61/rev1/config.h deleted file mode 100644 index ea29d94b9b..0000000000 --- a/keyboards/melgeek/mj61/rev1/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2020 MelGeek <melgeek001365@gmail.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#define RGB_MATRIX_LED_COUNT 63 -#define DRIVER_INDICATOR_LED_TOTAL 0 diff --git a/keyboards/melgeek/mj61/rev1/info.json b/keyboards/melgeek/mj61/rev1/info.json index 705023fb8e..67a4a004d6 100644 --- a/keyboards/melgeek/mj61/rev1/info.json +++ b/keyboards/melgeek/mj61/rev1/info.json @@ -1,7 +1,4 @@ { - "rgb_matrix": { - "driver": "is31fl3741" - }, "matrix_pins": { "cols": ["B15", "A8", "A10", "A15", "B3", "B4", "B5", "B8", "B9", "C13", "C14", "C15", "A0", "A1"], "rows": ["B12", "B11", "B10", "B1", "A3"] |