qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (1288B)


      1 {
      2     "keyboard_name": "Christmas Tree",
      3     "manufacturer": "Maple Computing",
      4     "url": "https://www.reddit.com/r/MechanicalKeyboards/comments/7cqxpf/gb_christmas_tree_pcb_gb_now_live/",
      5     "maintainer": "That-Canadian",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x3070",
      9         "device_version": "20.1.7"
     10     },
     11     "development_board": "promicro",
     12     "features": {
     13         "backlight": true,
     14         "bootmagic": false,
     15         "console": true,
     16         "extrakey": true,
     17         "mousekey": false,
     18         "nkro": false
     19     },
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "matrix_pins": {
     27         "cols": ["D1"],
     28         "rows": ["D3", "F4", "D0", "F6", "F5", "D4"]
     29     },
     30     "diode_direction": "COL2ROW",
     31     "backlight": {
     32         "driver": "timer",
     33         "pin": "D2"
     34     },
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"matrix": [ 0, 0 ], "x": 1, "y": 0},
     39 
     40                 {"matrix": [ 1, 0 ], "x": 0.5, "y": 1},
     41                 {"matrix": [ 2, 0 ], "x": 1.5, "y": 1},
     42 
     43                 {"matrix": [ 3, 0 ], "x": 0, "y": 2},
     44                 {"matrix": [ 4, 0 ], "x": 1, "y": 2},
     45                 {"matrix": [ 5, 0 ], "x": 2, "y": 2}
     46             ]
     47         }
     48     }
     49 }