aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dumbo/info.json
diff options
context:
space:
mode:
authorJames Young2024-04-13 07:33:49 +0200
committerGitHub2024-04-13 07:33:49 +0200
commit8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (patch)
tree161e97f48783e4e210449e42ae00f06612759096 /keyboards/dumbo/info.json
parent43a122e050647057dbaa16bc50417b9306e00bcc (diff)
Data-Driven Keyboard Conversions: D (#23461)
Diffstat (limited to 'keyboards/dumbo/info.json')
-rw-r--r--keyboards/dumbo/info.json93
1 files changed, 0 insertions, 93 deletions
diff --git a/keyboards/dumbo/info.json b/keyboards/dumbo/info.json
deleted file mode 100644
index ddcab98dd3..0000000000
--- a/keyboards/dumbo/info.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "keyboard_name": "Dumbo",
- "manufacturer": "trip_trap",
- "url": "",
- "maintainer": "adamnaldal",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x25E3",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["B6", "B2", "B3", "B1", "F7", "F6"],
- "rows": ["D4", "D7", "E6", "B4"]
- },
- "diode_direction": "COL2ROW",
- "encoder": {
- "rotary": [
- {"pin_a": "F4", "pin_b": "F5"},
- {"pin_a": "C6", "pin_b": "B5"}
- ]
- },
- "split": {
- "enabled": true,
- "soft_serial_pin": "D2",
- "encoder": {
- "right": {
- "rotary": [
- {"pin_a": "F5", "pin_b": "F4"},
- {"pin_a": "B5", "pin_b": "C6"}
- ]
- }
- }
- },
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "layouts": {
- "LAYOUT_split_3x6_4": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 1.25},
- {"matrix": [0, 1], "x": 1, "y": 1},
- {"matrix": [0, 2], "x": 2, "y": 0.25},
- {"matrix": [0, 3], "x": 3, "y": 0},
- {"matrix": [0, 4], "x": 4, "y": 0.5},
- {"matrix": [0, 5], "x": 5, "y": 0.75},
-
- {"matrix": [4, 5], "x": 9.5, "y": 0.75},
- {"matrix": [4, 4], "x": 10.5, "y": 0.5},
- {"matrix": [4, 3], "x": 11.5, "y": 0},
- {"matrix": [4, 2], "x": 12.5, "y": 0.25},
- {"matrix": [4, 1], "x": 13.5, "y": 1},
- {"matrix": [4, 0], "x": 14.5, "y": 1.25},
-
- {"matrix": [1, 0], "x": 0, "y": 2.25},
- {"matrix": [1, 1], "x": 1, "y": 2},
- {"matrix": [1, 2], "x": 2, "y": 1.25},
- {"matrix": [1, 3], "x": 3, "y": 1},
- {"matrix": [1, 4], "x": 4, "y": 1.5},
- {"matrix": [1, 5], "x": 5, "y": 1.75},
-
- {"matrix": [5, 5], "x": 9.5, "y": 1.75},
- {"matrix": [5, 4], "x": 10.5, "y": 1.5},
- {"matrix": [5, 3], "x": 11.5, "y": 1},
- {"matrix": [5, 2], "x": 12.5, "y": 1.25},
- {"matrix": [5, 1], "x": 13.5, "y": 2},
- {"matrix": [5, 0], "x": 14.5, "y": 2.25},
-
- {"matrix": [2, 0], "x": 0, "y": 3.25},
- {"matrix": [2, 1], "x": 1, "y": 3},
- {"matrix": [2, 2], "x": 2, "y": 2.25},
- {"matrix": [2, 3], "x": 3, "y": 2},
- {"matrix": [2, 4], "x": 4, "y": 2.5},
- {"matrix": [2, 5], "x": 5, "y": 2.75},
-
- {"matrix": [6, 5], "x": 9.5, "y": 2.75},
- {"matrix": [6, 4], "x": 10.5, "y": 2.5},
- {"matrix": [6, 3], "x": 11.5, "y": 2},
- {"matrix": [6, 2], "x": 12.5, "y": 2.25},
- {"matrix": [6, 1], "x": 13.5, "y": 3},
- {"matrix": [6, 0], "x": 14.5, "y": 3.25},
-
- {"matrix": [3, 2], "x": 3.25, "y": 3.75},
- {"matrix": [3, 3], "x": 4.25, "y": 3.75, "h": 1.5},
- {"matrix": [3, 4], "x": 5.25, "y": 3.75, "h": 1.5},
- {"matrix": [3, 5], "x": 6.25, "y": 4.25},
-
- {"matrix": [7, 5], "x": 8.25, "y": 4.25},
- {"matrix": [7, 4], "x": 9.25, "y": 3.75, "h": 1.5},
- {"matrix": [7, 3], "x": 10.25, "y": 3.75, "h": 1.5},
- {"matrix": [7, 2], "x": 11.25, "y": 3.75}
- ]
- }
- }
-}