summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/lulu/rp2040/info.json
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-08-30 01:20:05 -0600
committerGitHub <noreply@github.com>2022-08-30 08:20:05 +0100
commit035e7fdb8ba2e4533c809b2dfe0f15ea7116c508 (patch)
tree58f925fbd255c8f385202a7c9b512a49d4407a83 /keyboards/boardsource/lulu/rp2040/info.json
parentf3d52d8fe81da5044db4bb675ae788393d7c06a5 (diff)
Add boardsource/lulu RP2040 support (#18200)
by waffle87
Diffstat (limited to 'keyboards/boardsource/lulu/rp2040/info.json')
-rw-r--r--keyboards/boardsource/lulu/rp2040/info.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/boardsource/lulu/rp2040/info.json b/keyboards/boardsource/lulu/rp2040/info.json
new file mode 100644
index 0000000000..a384241944
--- /dev/null
+++ b/keyboards/boardsource/lulu/rp2040/info.json
@@ -0,0 +1,17 @@
+{
+ "bootloader": "rp2040",
+ "matrix_pins": {
+ "cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7"],
+ "rows": ["GP14", "GP15", "GP16", "GP17", "GP18"]
+ },
+ "processor": "RP2040",
+ "rgblight": {
+ "pin": "GP29",
+ "led_count": 70
+ },
+ "encoder": {
+ "rotary": [
+ { "pin_a": "GP8", "pin_b": "GP9" }
+ ]
+ }
+}