mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
Remove deprecated RGB_DI_PIN and move WS2812 pin/driver declarations to info.json
This commit is contained in:
parent
f12ae0c70d
commit
edd1e9c46d
@ -8,7 +8,6 @@
|
|||||||
#define RGB_MATRIX_KEYPRESSES
|
#define RGB_MATRIX_KEYPRESSES
|
||||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||||
#define RGB_DI_PIN GP18
|
|
||||||
|
|
||||||
// RGB Matrix Animation modes
|
// RGB Matrix Animation modes
|
||||||
// For full list of effects, see:
|
// For full list of effects, see:
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
"community_layouts": [
|
"community_layouts": [
|
||||||
"65_ansi"
|
"65_ansi"
|
||||||
],
|
],
|
||||||
|
"ws2812": {
|
||||||
|
"pin": "GP18",
|
||||||
|
"driver": "vendor"
|
||||||
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"driver": "WS2812",
|
"driver": "WS2812",
|
||||||
"layout": [
|
"layout": [
|
||||||
|
@ -1 +0,0 @@
|
|||||||
WS2812_DRIVER = vendor
|
|
Loading…
Reference in New Issue
Block a user