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
|
@ -42,10 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGBLED_NUM 24
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
||||
// The LEDs on the slave half go in reverse order
|
||||
#define RGBLIGHT_LED_MAP { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, \
|
||||
23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12}
|
||||
|
||||
#define SELECT_SOFT_SERIAL_SPEED 1
|
||||
/*Sets the protocol speed when using serial communication*/
|
||||
//Speeds:
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_map": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12],
|
||||
"split_count": [12, 12]
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue