qmk_firmware

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

keyboard.json (3274B)


      1 {
      2     "manufacturer": "CXT",
      3     "keyboard_name": "cxt_studio 12E4",
      4     "maintainer": "ColinKinloch",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "ROW2COL",
      7     "features": {
      8         "bootmagic": true,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true,
     13         "encoder": true,
     14         "rgb_matrix": true
     15     },
     16     "ws2812": {
     17         "pin": "F7"
     18     },
     19     "matrix_pins": {
     20         "cols": ["D4", "D7", "B4", "B5"],
     21         "rows": ["C7", "C6", "D6", "F4"]
     22     },
     23     "encoder": {
     24         "rotary": [
     25             {"pin_a": "D5", "pin_b": "D3"},
     26             {"pin_a": "B2", "pin_b": "B3"},
     27             {"pin_a": "F5", "pin_b": "F6"},
     28             {"pin_a": "E6", "pin_b": "F0"}
     29         ]
     30     },
     31     "processor": "atmega32u4",
     32     "rgb_matrix": {
     33         "animations": {
     34             "typing_heatmap": true,
     35             "digital_rain": true,
     36             "solid_reactive_simple": true,
     37             "solid_reactive": true,
     38             "solid_reactive_wide": true,
     39             "solid_reactive_multiwide": true,
     40             "solid_reactive_cross": true,
     41             "solid_reactive_multicross": true,
     42             "solid_reactive_nexus": true,
     43             "solid_reactive_multinexus": true,
     44             "splash": true,
     45             "multisplash": true,
     46             "solid_splash": true,
     47             "solid_multisplash": true
     48         },
     49         "default": {
     50             "animation": "typing_heatmap"
     51         },
     52         "driver": "ws2812",
     53         "layout": [
     54             {"flags": 4, "matrix": [0, 3], "x": 3, "y": 0},
     55             {"flags": 4, "matrix": [0, 2], "x": 2, "y": 0},
     56             {"flags": 4, "matrix": [0, 1], "x": 1, "y": 0},
     57             {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0},
     58             {"flags": 4, "matrix": [1, 0], "x": 0, "y": 1},
     59             {"flags": 4, "matrix": [1, 1], "x": 1, "y": 1},
     60             {"flags": 4, "matrix": [1, 2], "x": 2, "y": 1},
     61             {"flags": 4, "matrix": [1, 3], "x": 3, "y": 1},
     62             {"flags": 4, "matrix": [2, 3], "x": 3, "y": 2},
     63             {"flags": 4, "matrix": [2, 2], "x": 2, "y": 2},
     64             {"flags": 4, "matrix": [2, 1], "x": 1, "y": 2},
     65             {"flags": 4, "matrix": [2, 0], "x": 0, "y": 2}
     66         ]
     67     },
     68     "usb": {
     69         "device_version": "1.0.0",
     70         "pid": "0xC401",
     71         "vid": "0x5754"
     72     },
     73     "layouts": {
     74         "LAYOUT": {
     75             "layout": [
     76                 {"matrix": [0, 0], "x": 0, "y": 0},
     77                 {"matrix": [0, 1], "x": 1, "y": 0},
     78                 {"matrix": [0, 2], "x": 2, "y": 0},
     79                 {"matrix": [0, 3], "x": 3, "y": 0},
     80                 {"matrix": [1, 0], "x": 0, "y": 1},
     81                 {"matrix": [1, 1], "x": 1, "y": 1},
     82                 {"matrix": [1, 2], "x": 2, "y": 1},
     83                 {"matrix": [1, 3], "x": 3, "y": 1},
     84                 {"matrix": [2, 0], "x": 0, "y": 2},
     85                 {"matrix": [2, 1], "x": 1, "y": 2},
     86                 {"matrix": [2, 2], "x": 2, "y": 2},
     87                 {"matrix": [2, 3], "x": 3, "y": 2},
     88 
     89                 {"matrix": [3, 0], "x": 0, "y": 3},
     90                 {"matrix": [3, 1], "x": 1, "y": 3},
     91                 {"matrix": [3, 2], "x": 2, "y": 3},
     92                 {"matrix": [3, 3], "x": 3, "y": 3}
     93             ]
     94         }
     95     }
     96 }