Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B15
|
||||
|
||||
#define RGBLIGHT_LAYERS
|
||||
|
||||
#undef RGBLED_NUM
|
||||
|
@@ -18,6 +18,9 @@
|
||||
"num_lock": "B12",
|
||||
"scroll_lock": "B13"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
},
|
||||
"processor": "STM32F103", // GD32F303CCT6
|
||||
"bootloader": "stm32duino"
|
||||
}
|
||||
|
Reference in New Issue
Block a user