diff options
author | Joel Challis <git@zvecr.com> | 2024-01-08 04:27:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 04:27:01 +0000 |
commit | ce34549c26ece884f78c7c245ddf9a37143a0757 (patch) | |
tree | 19f888a7245354d320027bee59b4bbacf1de0d84 /keyboards/inland/mk47 | |
parent | a45107e1525cb73e489bcc1ff85722adb12d36f9 (diff) |
Migrate RGB Matrix config to info.json (#22863)
Diffstat (limited to 'keyboards/inland/mk47')
-rw-r--r-- | keyboards/inland/mk47/config.h | 7 | ||||
-rw-r--r-- | keyboards/inland/mk47/info.json | 3 |
2 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/inland/mk47/config.h b/keyboards/inland/mk47/config.h index 6b673f5a3d..13ebb83ba6 100644 --- a/keyboards/inland/mk47/config.h +++ b/keyboards/inland/mk47/config.h @@ -30,10 +30,3 @@ /* WB32 MCU has no default definition */ #define I2C1_OPMODE OPMODE_I2C #define I2C1_CLOCK_SPEED 400000 - -#define RGB_MATRIX_LED_COUNT 47 -#define RGB_MATRIX_SLEEP - -#define RGB_MATRIX_FRAMEBUFFER_EFFECTS -#define RGB_MATRIX_KEYPRESSES - diff --git a/keyboards/inland/mk47/info.json b/keyboards/inland/mk47/info.json index e647723ed8..b6404f58b2 100644 --- a/keyboards/inland/mk47/info.json +++ b/keyboards/inland/mk47/info.json @@ -105,7 +105,8 @@ { "flags": 4, "matrix": [3, 9], "x": 183, "y": 64}, { "flags": 4, "matrix": [3, 10], "x": 204, "y": 64}, { "flags": 4, "matrix": [3, 11], "x": 224, "y": 64} - ] + ], + "sleep": true }, "layout_aliases": { "LAYOUT": "LAYOUT_planck_mit" |