[Keyboard] Update ymdk/id75 config (#20432)
This commit is contained in:
parent
a41f6a3e07
commit
d11c37925b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define RGB_DI_PIN B9
|
|
||||||
#define RGB_MATRIX_LED_COUNT 89
|
#define RGB_MATRIX_LED_COUNT 89
|
||||||
|
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||||
|
|
|
@ -18,7 +18,8 @@
|
||||||
},
|
},
|
||||||
"processor": "STM32F103",
|
"processor": "STM32F103",
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
"driver": "pwm"
|
"driver": "pwm",
|
||||||
|
"pin": "B9"
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"animations": {
|
"animations": {
|
||||||
|
|
Loading…
Reference in a new issue