Move RGBLIGHT_LED_MAP
to data driven (#21095)
This commit is contained in:
parent
6c4286152f
commit
9551a0a38a
84 changed files with 68 additions and 306 deletions
|
@ -1,5 +0,0 @@
|
|||
// Copyright 2023 Massdrop, Inc.
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define RGBLIGHT_LED_MAP {4, 0, 1, 2, 3}
|
|
@ -25,6 +25,7 @@
|
|||
"diode_direction": "ROW2COL",
|
||||
"rgblight": {
|
||||
"led_count": 5,
|
||||
"led_map": [4, 0, 1, 2, 3],
|
||||
"sleep": true,
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue