summaryrefslogtreecommitdiff
path: root/keyboards/handwired/itstleo9/rp2040/info.json
diff options
context:
space:
mode:
authorIts TLeo <134472524+ItsTLeo@users.noreply.github.com>2023-07-11 11:16:19 +0700
committerGitHub <noreply@github.com>2023-07-10 21:16:19 -0700
commitfbe44c062196fc757d2137d4d05405f401d0e7b5 (patch)
tree174a0baccc3ad885ceca2932ab383a59f8edfafc /keyboards/handwired/itstleo9/rp2040/info.json
parent4d92aff2aeed79f6b0c792a5b75744c5dc1049cd (diff)
[Keyboard] add itstleo9 (#21460)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/handwired/itstleo9/rp2040/info.json')
-rw-r--r--keyboards/handwired/itstleo9/rp2040/info.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/handwired/itstleo9/rp2040/info.json b/keyboards/handwired/itstleo9/rp2040/info.json
new file mode 100644
index 0000000000..0272150df1
--- /dev/null
+++ b/keyboards/handwired/itstleo9/rp2040/info.json
@@ -0,0 +1,9 @@
+{
+ "bootloader": "rp2040",
+ "processor": "RP2040",
+
+ "matrix_pins": {
+ "cols": ["GP10", "GP11", "GP12"],
+ "rows": ["GP21", "GP20", "GP19"]
+ }
+} \ No newline at end of file