Skip to content

Commit

Permalink
Migrate stray WS2812_DRIVER to info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and mechlovin committed Oct 25, 2023
1 parent 84c67a0 commit cc5e9e6
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 12 deletions.
1 change: 1 addition & 0 deletions keyboards/1upkeyboards/1upocarina/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
]
},
"ws2812": {
"driver": "vendor",
"pin": "GP24"
},
"rgb_matrix": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/1upocarina/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WS2812_DRIVER = vendor
# This file intentionally left blank
1 change: 1 addition & 0 deletions keyboards/handwired/phantagom/baragon/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"encoder": true
},
"ws2812": {
"driver": "vendor",
"pin": "GP15"
},
"rgblight": {
Expand Down
3 changes: 1 addition & 2 deletions keyboards/handwired/phantagom/baragon/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Needed for RP2040
WS2812_DRIVER = vendor
# This file intentionally left blank
1 change: 1 addition & 0 deletions keyboards/handwired/phantagom/varan/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"rgblight": true
},
"ws2812": {
"driver": "vendor",
"pin": "GP28"
},
"rgblight": {
Expand Down
3 changes: 1 addition & 2 deletions keyboards/handwired/phantagom/varan/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Needed for RP2040
WS2812_DRIVER = vendor
# This file intentionally left blank
1 change: 1 addition & 0 deletions keyboards/keebio/cepstrum/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
}
},
"ws2812": {
"driver": "vendor",
"pin": "GP18"
},
"rgb_matrix": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/keebio/cepstrum/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SERIAL_DRIVER = vendor
WS2812_DRIVER = vendor
1 change: 1 addition & 0 deletions keyboards/novelkeys/nk_plus/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"max_brightness": 120
},
"ws2812": {
"driver": "pwm",
"pin": "B4"
},
"layout_aliases": {
Expand Down
5 changes: 0 additions & 5 deletions keyboards/novelkeys/nk_plus/rules.mk
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions keyboards/stront/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"pin": "GP14"
},
"ws2812": {
"driver": "vendor",
"pin": "GP29"
},
"rgblight": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/stront/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SERIAL_DRIVER = vendor
WS2812_DRIVER = vendor

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
Expand Down

0 comments on commit cc5e9e6

Please sign in to comment.