Skip to content

Commit

Permalink
Fix handwired/onekey/kb2040 WS2812 pin (#19517)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 7, 2023
1 parent 97910fa commit c5e3275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/handwired/onekey/kb2040/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"rows": ["GP5"]
},
"rgblight": {
"pin": "A1"
"pin": "GP17"
}
}
2 changes: 2 additions & 0 deletions keyboards/handwired/onekey/kb2040/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

WS2812_DRIVER = vendor

OPT_DEFS += -DHAL_USE_I2C=TRUE

0 comments on commit c5e3275

Please sign in to comment.