Move RGBLED_NUM to data driven (#21278)

This commit is contained in:
Ryan 2023-06-18 14:39:07 +10:00 committed by GitHub
parent 7178645be7
commit b1783db4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2160 changed files with 2194 additions and 2058 deletions

View file

@ -3,10 +3,6 @@
#pragma once
// Underglow LED settings
#define RGBLED_NUM 10
// Thumbstick settings
#define ANALOG_JOYSTICK_X_AXIS_PIN B5
#define ANALOG_JOYSTICK_Y_AXIS_PIN B6

View file

@ -10,6 +10,9 @@
"pid": "0x0000",
"vid": "0xFEED"
},
"rgblight": {
"led_count": 10
},
"ws2812": {
"pin": "D0"
},