Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D7
|
||||
# define RGBLED_NUM 30
|
||||
# define RGBLIGHT_HUE_STEP 5
|
||||
# define RGBLIGHT_SAT_STEP 10
|
||||
|
@@ -27,6 +27,9 @@
|
||||
"num_lock": "D2",
|
||||
"scroll_lock": "D4"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D7"
|
||||
},
|
||||
"processor": "at90usb1286",
|
||||
"bootloader": "qmk-dfu",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user