mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-20 12:52:51 +01:00
Migrate RGB Matrix config to info.json (#22998)
This commit is contained in:
@@ -24,22 +24,8 @@
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56 }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 60
|
||||
#define DRIVER_2_LED_TOTAL 48
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
/* Enable indicator LED*/
|
||||
#define NUM_LED_INDEX 16
|
||||
#define CAPS_LED_INDEX 17
|
||||
#define MAC_LED_INDEX 18
|
||||
#define WIN_LED_INDEX 19
|
||||
|
||||
/* turn off effects when suspended */
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
// RGB Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
@@ -261,6 +261,7 @@
|
||||
{"matrix":[5, 16], "flags":1, "x":180, "y":64},
|
||||
{"matrix":[5, 17], "flags":4, "x":198, "y":64},
|
||||
{"matrix":[5, 18], "flags":4, "x":214, "y":64}
|
||||
]
|
||||
],
|
||||
"sleep": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user