Add encoder map to boardsource/lulu, and some other dd migrations (#19281)

This commit is contained in:
jack
2022-12-13 19:49:06 -07:00
committed by GitHub
parent 582f879d6f
commit fecfb176b4
6 changed files with 25 additions and 22 deletions

View File

@@ -9,3 +9,4 @@
#define I2C_DRIVER I2CD2
#define I2C1_SDA_PIN GP22
#define I2C1_SCL_PIN GP23
#define RGB_DI_PIN GP29

View File

@@ -5,10 +5,6 @@
"rows": ["GP14", "GP15", "GP16", "GP17", "GP18"]
},
"processor": "RP2040",
"rgblight": {
"pin": "GP29",
"led_count": 70
},
"encoder": {
"rotary": [
{ "pin_a": "GP8", "pin_b": "GP9" }