mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Move RGBLIGHT_LED_MAP to data driven (#21095)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user