diff options
author | Joel Challis <git@zvecr.com> | 2024-01-08 02:10:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 02:10:56 +0000 |
commit | 0870b796b402025382c0d9e5d1bc51edc3178a09 (patch) | |
tree | 23376e329bd14a7ba9f972fffb8727d28c062b46 /keyboards/jkeys_design/gentleman65_se_s | |
parent | bdede8b2cdc05d5f3be04e900210aae9c07cf632 (diff) |
Migrate RGB Matrix config to info.json - J (#22862)
Diffstat (limited to 'keyboards/jkeys_design/gentleman65_se_s')
-rw-r--r-- | keyboards/jkeys_design/gentleman65_se_s/config.h | 21 | ||||
-rw-r--r-- | keyboards/jkeys_design/gentleman65_se_s/info.json | 3 |
2 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/jkeys_design/gentleman65_se_s/config.h b/keyboards/jkeys_design/gentleman65_se_s/config.h deleted file mode 100644 index 70ddb0cf5a..0000000000 --- a/keyboards/jkeys_design/gentleman65_se_s/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright 2021 Omar Afzal - -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 14 diff --git a/keyboards/jkeys_design/gentleman65_se_s/info.json b/keyboards/jkeys_design/gentleman65_se_s/info.json index 76d6b445dc..b19e5ef9a3 100644 --- a/keyboards/jkeys_design/gentleman65_se_s/info.json +++ b/keyboards/jkeys_design/gentleman65_se_s/info.json @@ -26,9 +26,6 @@ "ws2812": { "pin": "F7" }, - "rgb_matrix": { - "driver": "ws2812" - }, "matrix_pins": { "cols": ["D5", "D3", "D2", "D1", "D0", "B7", "B2", "B3", "D4", "D6", "D7", "C7", "C6", "B6", "B5", "B4"], "rows": ["F0", "F1", "F4", "F5", "F6"] |