forked from mirror/qmk_firmware
Migrate RGB Matrix config to info.json - M (#22908)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
// Copyright 2023 devzhaoyou (@gevzhaoyou)
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 17
|
||||
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
|
||||
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
@@ -91,7 +91,9 @@
|
||||
{"flags": 1, "matrix": [4, 0], "x": 32, "y": 64},
|
||||
{"flags": 1, "matrix": [4, 1], "x": 150, "y": 64},
|
||||
{"flags": 1, "matrix": [4, 2], "x": 224, "y": 64}
|
||||
]
|
||||
],
|
||||
"max_brightness": 180,
|
||||
"sleep": true
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B15",
|
||||
|
||||
Reference in New Issue
Block a user