Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
# define RGBLED_NUM 5
|
||||
# define RGBLIGHT_HUE_STEP 16
|
||||
# define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x516D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B1", "B3", "B2", "B6", "B5"],
|
||||
"rows": ["F4", "F5", "F6", "F7"]
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// place overrides here
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define WS2812_DI_PIN D3
|
||||
#define RGBLED_NUM 9
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// place overrides here
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define WS2812_DI_PIN D3
|
||||
#define RGBLED_NUM 9
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// place overrides here
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define WS2812_DI_PIN D3
|
||||
#define RGBLED_NUM 11
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// place overrides here
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define WS2812_DI_PIN D3
|
||||
#define RGBLED_NUM 6
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// place overrides here
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define WS2812_DI_PIN D3
|
||||
#define RGBLED_NUM 11
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 11
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0xDCCB",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
||||
"rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"]
|
||||
|
|
|
@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
# define RGBLED_NUM 4
|
||||
# define RGBLIGHT_HUE_STEP 16
|
||||
# define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4F0D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4"],
|
||||
"rows": ["F4"]
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 10
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4E09",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
|
||||
"rows": ["D0", "D4", "C6", "D7", "E6", "B4", "B5"]
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// place overrides here
|
||||
|
||||
// --- RGB underglow ---
|
||||
#define RGB_DI_PIN B7
|
||||
#define WS2812_DI_PIN B7
|
||||
#define RGBLED_NUM 12
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue