Remove deprecated RGB_DI_PIN and move WS2812 pin/driver declarations to info.json

This commit is contained in:
Aaron Hong 2023-05-28 22:51:48 -07:00
parent f12ae0c70d
commit edd1e9c46d
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -27,6 +27,10 @@
"community_layouts": [
"65_ansi"
],
"ws2812": {
"pin": "GP18",
"driver": "vendor"
},
"rgb_matrix": {
"driver": "WS2812",
"layout": [

View File

@ -1 +0,0 @@
WS2812_DRIVER = vendor