mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)
This commit is contained in:
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 10
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6974",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F6", "F5", "F4", "F7", "B1", "B3", "B2", "B6"],
|
||||
"rows": ["B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1", "D2"]
|
||||
|
||||
Reference in New Issue
Block a user