forked from mirror/qmk_firmware
Migrate RGB Matrix config to info.json (#22998)
This commit is contained in:
@@ -16,8 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 89
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 23
|
||||
|
||||
@@ -39,15 +39,6 @@
|
||||
/* Encoder Configuration */
|
||||
#define ENCODER_DEFAULT_POS 0x3
|
||||
|
||||
/* Disable RGB lighting when PC is in suspend */
|
||||
#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
|
||||
|
||||
// Needed as the master side could enter slave state during poweron
|
||||
// of host, due to missing VUSB detection.
|
||||
#define SPLIT_WATCHDOG_ENABLE
|
||||
|
||||
@@ -90,7 +90,8 @@
|
||||
"solid_reactive_multinexus": true,
|
||||
"splash": true,
|
||||
"solid_splash": true
|
||||
}
|
||||
},
|
||||
"sleep": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_91_ansi": {
|
||||
|
||||
@@ -16,8 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 90
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 23
|
||||
|
||||
Reference in New Issue
Block a user