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

This commit is contained in:
Joel Challis 2023-01-07 17:02:40 +00:00 committed by GitHub
parent 97910fac06
commit c5e3275299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,6 @@
"rows": ["GP5"]
},
"rgblight": {
"pin": "A1"
"pin": "GP17"
}
}

View file

@ -1,4 +1,6 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WS2812_DRIVER = vendor
OPT_DEFS += -DHAL_USE_I2C=TRUE