Migrate stray WS2812_DRIVER to info.json
parent
8975dc6c3b
commit
7b313dbc89
|
@ -37,6 +37,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
"pin": "GP24"
|
"pin": "GP24"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
WS2812_DRIVER = vendor
|
# This file intentionally left blank
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"encoder": true
|
"encoder": true
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
"pin": "GP15"
|
"pin": "GP15"
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
# Needed for RP2040
|
# This file intentionally left blank
|
||||||
WS2812_DRIVER = vendor
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
"pin": "GP28"
|
"pin": "GP28"
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
# Needed for RP2040
|
# This file intentionally left blank
|
||||||
WS2812_DRIVER = vendor
|
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
"pin": "GP18"
|
"pin": "GP18"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
SERIAL_DRIVER = vendor
|
SERIAL_DRIVER = vendor
|
||||||
WS2812_DRIVER = vendor
|
|
||||||
|
|
|
@ -109,6 +109,7 @@
|
||||||
"max_brightness": 120
|
"max_brightness": 120
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "pwm",
|
||||||
"pin": "B4"
|
"pin": "B4"
|
||||||
},
|
},
|
||||||
"layout_aliases": {
|
"layout_aliases": {
|
||||||
|
|
|
@ -1,7 +1,2 @@
|
||||||
# Wildcard to allow APM32 MCU
|
# Wildcard to allow APM32 MCU
|
||||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||||
|
|
||||||
# Build Options
|
|
||||||
# change yes to no to disable
|
|
||||||
#
|
|
||||||
WS2812_DRIVER = pwm # Per-key RGB MCU Driver
|
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
"pin": "GP14"
|
"pin": "GP14"
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
"pin": "GP29"
|
"pin": "GP29"
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
SERIAL_DRIVER = vendor
|
SERIAL_DRIVER = vendor
|
||||||
WS2812_DRIVER = vendor
|
|
||||||
|
|
||||||
POINTING_DEVICE_ENABLE = yes
|
POINTING_DEVICE_ENABLE = yes
|
||||||
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
||||||
|
|
Loading…
Reference in New Issue