Migrate stray WS2812_DRIVER to info.json

This commit is contained in:
zvecr 2023-09-12 10:30:54 +01:00
parent 8975dc6c3b
commit 7b313dbc89
12 changed files with 9 additions and 12 deletions

View file

@ -37,6 +37,7 @@
] ]
}, },
"ws2812": { "ws2812": {
"driver": "vendor",
"pin": "GP24" "pin": "GP24"
}, },
"rgb_matrix": { "rgb_matrix": {

View file

@ -1 +1 @@
WS2812_DRIVER = vendor # This file intentionally left blank

View file

@ -15,6 +15,7 @@
"encoder": true "encoder": true
}, },
"ws2812": { "ws2812": {
"driver": "vendor",
"pin": "GP15" "pin": "GP15"
}, },
"rgblight": { "rgblight": {

View file

@ -1,2 +1 @@
# Needed for RP2040 # This file intentionally left blank
WS2812_DRIVER = vendor

View file

@ -14,6 +14,7 @@
"rgblight": true "rgblight": true
}, },
"ws2812": { "ws2812": {
"driver": "vendor",
"pin": "GP28" "pin": "GP28"
}, },
"rgblight": { "rgblight": {

View file

@ -1,2 +1 @@
# Needed for RP2040 # This file intentionally left blank
WS2812_DRIVER = vendor

View file

@ -121,6 +121,7 @@
} }
}, },
"ws2812": { "ws2812": {
"driver": "vendor",
"pin": "GP18" "pin": "GP18"
}, },
"rgb_matrix": { "rgb_matrix": {

View file

@ -1,2 +1 @@
SERIAL_DRIVER = vendor SERIAL_DRIVER = vendor
WS2812_DRIVER = vendor

View file

@ -109,6 +109,7 @@
"max_brightness": 120 "max_brightness": 120
}, },
"ws2812": { "ws2812": {
"driver": "pwm",
"pin": "B4" "pin": "B4"
}, },
"layout_aliases": { "layout_aliases": {

View file

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

View file

@ -86,6 +86,7 @@
"pin": "GP14" "pin": "GP14"
}, },
"ws2812": { "ws2812": {
"driver": "vendor",
"pin": "GP29" "pin": "GP29"
}, },
"rgblight": { "rgblight": {

View file

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