Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Select hand configuration */
|
||||
#define EE_HANDS
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN B7
|
||||
#ifndef RGBLIGHT_SPLIT_ENABLE
|
||||
#define RGBLED_NUM 30
|
||||
#else
|
||||
|
@@ -21,6 +21,9 @@
|
||||
"split": {
|
||||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "qmk-dfu",
|
||||
"community_layouts": ["ortho_4x12", "ortho_5x12"],
|
||||
|
Reference in New Issue
Block a user