Migrate RGB Matrix config to info.json - H (#22861)
This commit is contained in:
parent
c7b59a96df
commit
a45107e152
39 changed files with 413 additions and 681 deletions
|
|
@ -16,11 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
// WS2812 RGB LED strip input and number of LEDs
|
||||
#define RGB_MATRIX_LED_COUNT 36
|
||||
#define RGB_MATRIX_SPLIT { 18, 18 }
|
||||
#define RGB_MATRIX_CENTER { 133, 54 }
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#undef LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812"
|
||||
"center_point": [133, 54],
|
||||
"driver": "ws2812",
|
||||
"split_count": [18, 18]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "D7", "E6", "B4", "B5"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue