diff options
| author | Ryan <fauxpark@gmail.com> | 2023-03-11 00:39:56 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 00:39:56 +1100 |
| commit | caa8c81086a806ea048c91ba142d424dc6a49f50 (patch) | |
| tree | 824de64449d9cfaeba176288d379a282c733ae1a /keyboards/mxss | |
| parent | ace372d90de13dafc815df5d8049497cb351b69b (diff) | |
Move matrix config to info.json, part 7 (#20020)
Diffstat (limited to 'keyboards/mxss')
| -rw-r--r-- | keyboards/mxss/config.h | 8 | ||||
| -rw-r--r-- | keyboards/mxss/info.json | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/keyboards/mxss/config.h b/keyboards/mxss/config.h index 14ed456ecf..1a372c72f5 100644 --- a/keyboards/mxss/config.h +++ b/keyboards/mxss/config.h | |||
| @@ -17,14 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | |||
| 21 | /* matrix pin configuration */ | ||
| 22 | #define MATRIX_ROW_PINS { F4, F1, F7, B1, B7 } | ||
| 23 | #define MATRIX_COL_PINS { D7, D6, D4, D0, C6, B6, D1, B5, D2, B4, D3, D5, B0, B2, B3 } | ||
| 24 | |||
| 25 | /* COL2ROW, ROW2COL*/ | ||
| 26 | #define DIODE_DIRECTION COL2ROW | ||
| 27 | |||
| 28 | /* Basic RGB configuration */ | 20 | /* Basic RGB configuration */ |
| 29 | #define RGB_DI_PIN C7 | 21 | #define RGB_DI_PIN C7 |
| 30 | #define RGBLIGHT_EFFECT_BREATHING | 22 | #define RGBLIGHT_EFFECT_BREATHING |
diff --git a/keyboards/mxss/info.json b/keyboards/mxss/info.json index 8bc0277016..70bb5c5f76 100644 --- a/keyboards/mxss/info.json +++ b/keyboards/mxss/info.json | |||
| @@ -8,6 +8,11 @@ | |||
| 8 | "pid": "0x5353", | 8 | "pid": "0x5353", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "matrix_pins": { | ||
| 12 | "cols": ["D7", "D6", "D4", "D0", "C6", "B6", "D1", "B5", "D2", "B4", "D3", "D5", "B0", "B2", "B3"], | ||
| 13 | "rows": ["F4", "F1", "F7", "B1", "B7"] | ||
| 14 | }, | ||
| 15 | "diode_direction": "COL2ROW", | ||
| 11 | "processor": "atmega32u4", | 16 | "processor": "atmega32u4", |
| 12 | "bootloader": "atmel-dfu", | 17 | "bootloader": "atmel-dfu", |
| 13 | "layouts": { | 18 | "layouts": { |
