mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-28 01:51:30 +00:00
Fix handwired/onekey/kb2040
WS2812 pin (#19517)
This commit is contained in:
parent
97910fac06
commit
c5e3275299
@ -6,6 +6,6 @@
|
|||||||
"rows": ["GP5"]
|
"rows": ["GP5"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"pin": "A1"
|
"pin": "GP17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
OLED_ENABLE = yes
|
OLED_ENABLE = yes
|
||||||
OLED_DRIVER = SSD1306
|
OLED_DRIVER = SSD1306
|
||||||
|
|
||||||
|
WS2812_DRIVER = vendor
|
||||||
|
|
||||||
OPT_DEFS += -DHAL_USE_I2C=TRUE
|
OPT_DEFS += -DHAL_USE_I2C=TRUE
|
||||||
|
Loading…
Reference in New Issue
Block a user