forked from mirrors/qmk_firmware
Migrate stray WS2812_DRIVER to info.json
This commit is contained in:
parent
8975dc6c3b
commit
7b313dbc89
12 changed files with 9 additions and 12 deletions
|
@ -37,6 +37,7 @@
|
|||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor",
|
||||
"pin": "GP24"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
WS2812_DRIVER = vendor
|
||||
# This file intentionally left blank
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"encoder": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor",
|
||||
"pin": "GP15"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Needed for RP2040
|
||||
WS2812_DRIVER = vendor
|
||||
# This file intentionally left blank
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"rgblight": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor",
|
||||
"pin": "GP28"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Needed for RP2040
|
||||
WS2812_DRIVER = vendor
|
||||
# This file intentionally left blank
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor",
|
||||
"pin": "GP18"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
SERIAL_DRIVER = vendor
|
||||
WS2812_DRIVER = vendor
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
"max_brightness": 120
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm",
|
||||
"pin": "B4"
|
||||
},
|
||||
"layout_aliases": {
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
# Wildcard to allow APM32 MCU
|
||||
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"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor",
|
||||
"pin": "GP29"
|
||||
},
|
||||
"rgblight": {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
SERIAL_DRIVER = vendor
|
||||
WS2812_DRIVER = vendor
|
||||
|
||||
POINTING_DEVICE_ENABLE = yes
|
||||
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
||||
|
|
Loading…
Reference in a new issue