summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/lulu/rp2040/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-30 07:20:44 +0000
committerQMK Bot <hello@qmk.fm>2022-08-30 07:20:44 +0000
commit8067c3bff566c760aaaf82a1d62a3210600a7574 (patch)
tree9144f45c9768d730f9c941397efcf2f38eead280 /keyboards/boardsource/lulu/rp2040/info.json
parent4a7a4b2b94c4fd3b158a60851d79fe1eaa7ae4da (diff)
parent035e7fdb8ba2e4533c809b2dfe0f15ea7116c508 (diff)
Merge remote-tracking branch 'origin/master' into develop
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" }
+ ]
+ }
+}