summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/lulu/rp2040/info.json
blob: a1e8db89a9c13afd9618e513bfdfee915452710b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "bootloader": "rp2040",
  "matrix_pins": {
    "cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7"],
    "rows": ["GP14", "GP15", "GP16", "GP17", "GP18"]
  },
  "processor": "RP2040",
  "encoder": {
    "rotary": [
      {"pin_a": "GP8", "pin_b": "GP9"}
    ]
  },
  "ws2812": {
    "pin": "GP29",
    "driver": "vendor"
  }
}