aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/maple_computing/christmas_tree/info.json
diff options
context:
space:
mode:
authorJames Young2024-04-23 05:06:24 +0200
committerGitHub2024-04-23 05:06:24 +0200
commita1cbdf145fe90a60fed2d567ac944277a4234089 (patch)
tree3799bb08f26802f25df95169f6b68176b4724977 /keyboards/maple_computing/christmas_tree/info.json
parentdc0095c64b2658a8fb5421ce93cb6bdc53806693 (diff)
Data-Driven Keyboard Conversions: M, Part 1 (#23590)
Diffstat (limited to 'keyboards/maple_computing/christmas_tree/info.json')
-rw-r--r--keyboards/maple_computing/christmas_tree/info.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/keyboards/maple_computing/christmas_tree/info.json b/keyboards/maple_computing/christmas_tree/info.json
deleted file mode 100644
index ced352ccaa..0000000000
--- a/keyboards/maple_computing/christmas_tree/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "keyboard_name": "Christmas Tree",
- "manufacturer": "Maple Computing",
- "url": "https://www.reddit.com/r/MechanicalKeyboards/comments/7cqxpf/gb_christmas_tree_pcb_gb_now_live/",
- "maintainer": "That-Canadian",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x3070"
- },
- "features": {
- "backlight": true,
- "bootmagic": false,
- "command": false,
- "console": true,
- "extrakey": true,
- "mousekey": false,
- "nkro": false
- },
- "matrix_pins": {
- "cols": ["D1"],
- "rows": ["D3", "F4", "D0", "F6", "F5", "D4"]
- },
- "diode_direction": "COL2ROW",
- "backlight": {
- "driver": "timer",
- "pin": "D2"
- },
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 1, "y": 0},
-
- {"matrix": [1, 0], "x": 0.5, "y": 1},
- {"matrix": [2, 0], "x": 1.5, "y": 1},
-
- {"matrix": [3, 0], "x": 0, "y": 2},
- {"matrix": [4, 0], "x": 1, "y": 2},
- {"matrix": [5, 0], "x": 2, "y": 2}
- ]
- }
- }
-}