summaryrefslogtreecommitdiff
path: root/keyboards/coban/pad3a/info.json
diff options
context:
space:
mode:
authorDam Vu Duy <RyanDam@users.noreply.github.com>2023-03-19 00:32:29 +0700
committerGitHub <noreply@github.com>2023-03-18 11:32:29 -0600
commit7b9d471ba0ec0da3d4127940979247ae2f7fcfec (patch)
treea8fb173a7dcc24bba120884087fa70a0e33444cb /keyboards/coban/pad3a/info.json
parent319da117b715b54d6f7092732367db62e4848181 (diff)
[Keyboard] Add Coban Pad 3A (#19634)
Diffstat (limited to 'keyboards/coban/pad3a/info.json')
-rw-r--r--keyboards/coban/pad3a/info.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/coban/pad3a/info.json b/keyboards/coban/pad3a/info.json
new file mode 100644
index 0000000000..f1b9053fc9
--- /dev/null
+++ b/keyboards/coban/pad3a/info.json
@@ -0,0 +1,28 @@
+{
+ "keyboard_name": "Coban Pad 3A",
+ "name": "Coban Pad 3A",
+ "url": "https://cobanstationery.com",
+ "maintainer": "Coban Stationery",
+ "manufacturer": "Coban Stationery",
+ "usb": {
+ "pid": "0xCC3A",
+ "vid": "0xCB3A",
+ "device_version": "1.1.0"
+ },
+ "matrix_pins": {
+ "direct": [
+ ["GP8", "GP7", "GP6"]
+ ]
+ },
+ "processor": "RP2040",
+ "bootloader": "rp2040",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"Mute", "x":0, "y":0, "matrix": [0, 0]},
+ {"label":"Next", "x":1, "y":0, "matrix": [0, 1]},
+ {"label":"Push", "x":3, "y":0, "matrix": [0, 2]},
+ ]
+ }
+ }
+}