mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-14 22:00:53 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
766b600f64
@ -16,7 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B9
|
||||
#define RGB_MATRIX_LED_COUNT 89
|
||||
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
|
@ -18,7 +18,8 @@
|
||||
},
|
||||
"processor": "STM32F103",
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
"driver": "pwm",
|
||||
"pin": "B9"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"animations": {
|
||||
|
Loading…
Reference in New Issue
Block a user