~ruther/qmk_firmware

ref: 7baaac9531c2806e38d8c9e2e0357b3eadbf2a7f qmk_firmware/keyboards/maple_computing/christmas_tree/v2017/keyboard.json -rw-r--r-- 1.2 KiB
7baaac95 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "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",
        "device_version": "20.1.7"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "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"
    },
    "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}
            ]
        }
    }
}
Do not follow this link