Fix `handwired/onekey/kb2040` WS2812 pin (#19517)

miryoku-merge-master
Joel Challis 3 years ago committed by GitHub
parent 97910fac06
commit c5e3275299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save