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
|
@ -85,7 +85,6 @@
|
|||
# define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
#endif
|
||||
#define RGB_DI_PIN B7
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x7C97",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "F6", "F5", "F4"],
|
||||
"rows": ["C7", "C6", "B6", "B5", "B4"]
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
#define RGBLED_NUM 3
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
"rows": ["D0", "D1", "D2", "D3"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"community_layouts": ["planck_mit"],
|
||||
|
|
|
@ -15,8 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
|
||||
#define RGBLED_NUM 2
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x6C71",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6"],
|
||||
"rows": ["D0", "D1", "D2", "D3", "D6", "D7", "B5", "B6"]
|
||||
|
|
|
@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
|
|||
#pragma once
|
||||
|
||||
#define SSD1306OLED
|
||||
#define RGB_DI_PIN D3
|
||||
|
||||
#define RGBLED_NUM 18
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
{"pin_a": "B5", "pin_b": "B6"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
|
@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
|
|||
// #define NO_ACTION_TAPPING
|
||||
// #define NO_ACTION_ONESHOT
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
|
||||
#define RGBLED_NUM 4
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
{"pin_a": "C7", "pin_b": "F7"}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue