Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
#if defined(RGBLIGHT_ENABLE)
|
||||
# define RGBLED_NUM 2
|
||||
# define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -18,6 +18,9 @@
|
||||
{"pin_a": "B2", "pin_b": "B1"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
@@ -18,6 +18,9 @@
|
||||
{"pin_a": "B2", "pin_b": "B1"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN F4
|
||||
#define RGBLED_NUM 10 // Number of LEDs
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6060",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F7", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"],
|
||||
"rows": ["F6", "B6", "B2", "B3", "B1"]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLED_NUM 16
|
||||
|
||||
#define RGB_DI_PIN F4
|
||||
#define WS2812_DI_PIN F4
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN F7
|
||||
#define RGBLED_NUM 4 // Number of LEDs
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -18,6 +18,9 @@
|
||||
{"pin_a": "B3", "pin_b": "B2"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
@@ -22,9 +22,6 @@
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED --- DIN Pin Routed to VIA on main PCB marked "RGB" */
|
||||
#define RGB_DI_PIN D3
|
||||
|
||||
#define RGBLED_NUM 18
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -18,6 +18,9 @@
|
||||
{"pin_a": "B7", "pin_b": "D5"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN B3
|
||||
#define RGBLED_NUM 4 // Number of LEDs
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xB195",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3"],
|
||||
"rows": ["C5", "D2"]
|
||||
|
@@ -20,8 +20,6 @@
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED --- DIN Pin Routed to VIA on main PCB marked "RGB" */
|
||||
#define RGB_DI_PIN B6
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0003",
|
||||
"device_version": "0.0.4"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F1", "F0", "D5"],
|
||||
"rows": ["C7", "C6"]
|
||||
|
Reference in New Issue
Block a user