Vertex/angle65 WS2812 pin fix (#20653)
This commit is contained in:
parent
9d4edcdfeb
commit
50a8287f34
@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||||
#define RGBLIGHT_EFFECT_TWINKLE
|
#define RGBLIGHT_EFFECT_TWINKLE
|
||||||
#define RGB_DI_PIN B15
|
|
||||||
#define RGBLED_NUM 9
|
#define RGBLED_NUM 9
|
||||||
#define WS2812_SPI SPID2
|
#define WS2812_SPI SPID2
|
||||||
#define WS2812_SPI_MOSI_PAL_MODE 5
|
#define WS2812_SPI_MOSI_PAL_MODE 5
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
"caps_lock": "C13",
|
"caps_lock": "C13",
|
||||||
"on_state": 0
|
"on_state": 0
|
||||||
},
|
},
|
||||||
|
"ws2812": {
|
||||||
|
"pin": "B15"
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
"layout": [
|
"layout": [
|
||||||
|
Loading…
Reference in New Issue
Block a user