qmk_firmware

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

keyboard.json (4665B)


      1 {
      2     "keyboard_name": "Elongate",
      3     "manufacturer": "Acheron Project",
      4     "url": "http://gondolindrim.github.io/AcheronDocs/elongate/introduction.html",
      5     "maintainer": "Gondolindrim",
      6     "usb": {
      7         "vid": "0x4150",
      8         "pid": "0x454C",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 16,
     15         "sleep": true,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "snake": true,
     21             "knight": true,
     22             "christmas": true,
     23             "static_gradient": true,
     24             "rgb_test": true,
     25             "alternating": true,
     26             "twinkle": true
     27         }
     28     },
     29     "ws2812": {
     30         "pin": "D7"
     31     },
     32     "build": {
     33         "lto": true
     34     },
     35     "features": {
     36         "bootmagic": true,
     37         "command": true,
     38         "extrakey": true,
     39         "mousekey": false,
     40         "nkro": false,
     41         "rgblight": true
     42     },
     43     "qmk": {
     44         "locking": {
     45             "enabled": true,
     46             "resync": true
     47         }
     48     },
     49     "matrix_pins": {
     50         "cols": ["F5", "F6", "F4", "F1", "F0", "B2", "B1", "C6", "B0", "B3", "E6", "D4", "B4"],
     51         "rows": ["D3", "B7", "D5", "B5", "D6"]
     52     },
     53     "diode_direction": "COL2ROW",
     54     "indicators": {
     55         "caps_lock": "D1",
     56         "num_lock": "D2",
     57         "scroll_lock": "D0"
     58     },
     59     "processor": "atmega32u4",
     60     "bootloader": "atmel-dfu",
     61     "layouts": {
     62         "LAYOUT": {
     63             "layout": [
     64                 {"matrix": [0, 0], "x": 0, "y": 0},
     65                 {"matrix": [0, 1], "x": 1, "y": 0},
     66                 {"matrix": [0, 2], "x": 2, "y": 0},
     67                 {"matrix": [0, 3], "x": 3, "y": 0},
     68                 {"matrix": [0, 4], "x": 4, "y": 0},
     69                 {"matrix": [0, 5], "x": 5, "y": 0},
     70                 {"matrix": [0, 6], "x": 6, "y": 0},
     71                 {"matrix": [0, 7], "x": 7, "y": 0},
     72                 {"matrix": [0, 8], "x": 8, "y": 0},
     73                 {"matrix": [0, 9], "x": 9, "y": 0},
     74                 {"matrix": [0, 10], "x": 10, "y": 0},
     75                 {"matrix": [0, 11], "x": 11, "y": 0},
     76 
     77                 {"matrix": [0, 12], "x": 12.5, "y": 0},
     78                 {"matrix": [4, 9], "x": 13.5, "y": 0},
     79                 {"matrix": [4, 1], "x": 14.5, "y": 0},
     80 
     81                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
     82                 {"matrix": [1, 1], "x": 1.25, "y": 1},
     83                 {"matrix": [1, 2], "x": 2.25, "y": 1},
     84                 {"matrix": [1, 3], "x": 3.25, "y": 1},
     85                 {"matrix": [1, 4], "x": 4.25, "y": 1},
     86                 {"matrix": [1, 5], "x": 5.25, "y": 1},
     87                 {"matrix": [1, 6], "x": 6.25, "y": 1},
     88                 {"matrix": [1, 7], "x": 7.25, "y": 1},
     89                 {"matrix": [1, 8], "x": 8.25, "y": 1},
     90                 {"matrix": [1, 9], "x": 9.25, "y": 1},
     91                 {"matrix": [1, 11], "x": 10.25, "y": 1, "w": 1.75},
     92 
     93                 {"matrix": [1, 12], "x": 12.5, "y": 1},
     94                 {"matrix": [4, 10], "x": 13.5, "y": 1},
     95                 {"matrix": [4, 2], "x": 14.5, "y": 1},
     96 
     97                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     98                 {"matrix": [2, 2], "x": 1.75, "y": 2},
     99                 {"matrix": [2, 3], "x": 2.75, "y": 2},
    100                 {"matrix": [2, 4], "x": 3.75, "y": 2},
    101                 {"matrix": [2, 5], "x": 4.75, "y": 2},
    102                 {"matrix": [2, 6], "x": 5.75, "y": 2},
    103                 {"matrix": [2, 7], "x": 6.75, "y": 2},
    104                 {"matrix": [2, 8], "x": 7.75, "y": 2},
    105                 {"matrix": [2, 9], "x": 8.75, "y": 2},
    106                 {"matrix": [2, 10], "x": 9.75, "y": 2, "w": 1.25},
    107                 {"matrix": [2, 11], "x": 11.25, "y": 2.25},
    108 
    109                 {"matrix": [2, 12], "x": 12.5, "y": 2},
    110                 {"matrix": [4, 11], "x": 13.5, "y": 2},
    111                 {"matrix": [4, 4], "x": 14.5, "y": 2},
    112 
    113                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
    114                 {"matrix": [3, 1], "x": 1.25, "y": 3},
    115                 {"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
    116                 {"matrix": [3, 4], "x": 3.5, "y": 3, "w": 2.25},
    117                 {"matrix": [3, 7], "x": 6.25, "y": 3, "w": 2.75},
    118                 {"matrix": [3, 9], "x": 9, "y": 3},
    119 
    120                 {"matrix": [3, 10], "x": 10.25, "y": 3.25},
    121                 {"matrix": [3, 11], "x": 11.25, "y": 3.25},
    122                 {"matrix": [3, 12], "x": 12.25, "y": 3.25},
    123 
    124                 {"matrix": [4, 12], "x": 13.5, "y": 3},
    125                 {"matrix": [4, 7], "x": 14.5, "y": 3}
    126             ]
    127         }
    128     }
    129 }