1
0
Fork 0

Migrate lighting defaults to info.json (#22920)

This commit is contained in:
Joel Challis 2024-02-01 18:10:14 +00:00 committed by GitHub
parent 7d5b4adc50
commit 2f37a7854d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 312 additions and 338 deletions

View file

@ -3,8 +3,6 @@
#pragma once
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL
#define WS2812_PWM_DRIVER PWMD4
#define WS2812_PWM_CHANNEL 4
#define WS2812_DMA_STREAM STM32_DMA1_STREAM6

View file

@ -31,6 +31,9 @@
"static_gradient": true,
"twinkle": true
},
"default": {
"animation": "rainbow_swirl"
},
"driver": "ws2812",
"led_count": 20,
"max_brightness": 120,