Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)
This commit is contained in:
@@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
//EITHERWAY is supported through a custom matrix
|
||||
//#define DIODE_DIRECTION EITHERWAY
|
||||
|
||||
#define RGB_DI_PIN B0
|
||||
#define RGBLED_NUM 27
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"pin": "B7",
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B0"
|
||||
},
|
||||
"processor": "at90usb1286",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
||||
Reference in New Issue
Block a user