mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +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_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define RGB_DI_PIN GP18
|
||||
|
||||
// RGB Matrix Animation modes
|
||||
// For full list of effects, see:
|
||||
|
@ -27,6 +27,10 @@
|
||||
"community_layouts": [
|
||||
"65_ansi"
|
||||
],
|
||||
"ws2812": {
|
||||
"pin": "GP18",
|
||||
"driver": "vendor"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
"layout": [
|
||||
|
@ -1 +0,0 @@
|
||||
WS2812_DRIVER = vendor
|
Loading…
Reference in New Issue
Block a user