Migrate RGB Matrix config to info.json - A (#22798)
This commit is contained in:
parent
0a6913b682
commit
60f0132bd5
38 changed files with 458 additions and 618 deletions
|
@ -8,16 +8,3 @@
|
|||
#define AUDIO_CLICKY
|
||||
#define AUDIO_ENABLE_TONE_MULTIPLEXING
|
||||
#define AUDIO_TONE_MULTIPLEXING_RATE_DEFAULT 10
|
||||
|
||||
// The number of LEDs connected
|
||||
#define RGB_MATRIX_LED_COUNT 27
|
||||
#define RGB_MATRIX_CENTER { 60, 77 }
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 175
|
||||
#define RGB_MATRIX_SLEEP
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
// RGB Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
|
||||
# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
|
||||
# define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
|
||||
#endif
|
||||
|
|
|
@ -11,7 +11,14 @@
|
|||
"pin": "F4"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812"
|
||||
"animations": {
|
||||
"cycle_left_right": true,
|
||||
"cycle_up_down": true
|
||||
},
|
||||
"center_point": [60, 77],
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 175,
|
||||
"sleep": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3", "D2", "F5", "F6", "B2"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue