qmk_firmware

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

keyboard.json (3931B)


      1 {
      2     "keyboard_name": "ALETH42",
      3     "manufacturer": "25KEYS",
      4     "url": "http://www.sho-k.co.uk/tech/aleth42",
      5     "maintainer": "monksoffunk",
      6     "usb": {
      7         "vid": "0x04D8",
      8         "pid": "0xEAC8",
      9         "device_version": "0.0.0"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "mousekey": false,
     14         "extrakey": true,
     15         "console": true,
     16         "rgblight": true,
     17         "encoder": true
     18     },
     19     "qmk": {
     20         "locking": {
     21             "enabled": true,
     22             "resync": true
     23         }
     24     },
     25     "matrix_pins": {
     26         "cols": ["D0", "D1", "D2", "D3", "D4", "D5", "D6", "C2", "C4", "C5", "C6"],
     27         "rows": ["B0", "B1", "B2", "B3"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "encoder": {
     31         "rotary": [
     32             {"pin_a": "B6", "pin_b": "B7"},
     33             {"pin_a": "B5", "pin_b": "B4"}
     34         ]
     35     },
     36     "rgblight": {
     37         "saturation_steps": 8,
     38         "brightness_steps": 8,
     39         "led_count": 6,
     40         "sleep": true,
     41         "animations": {
     42             "breathing": true,
     43             "rainbow_mood": true,
     44             "rainbow_swirl": true,
     45             "snake": true,
     46             "knight": true,
     47             "christmas": true,
     48             "static_gradient": true,
     49             "rgb_test": true,
     50             "alternating": true,
     51             "twinkle": true
     52         }
     53     },
     54     "ws2812": {
     55         "pin": "C7"
     56     },
     57     "processor": "atmega32u2",
     58     "bootloader": "atmel-dfu",
     59     "layouts": {
     60         "LAYOUT": {
     61             "layout": [
     62                 {"matrix": [0, 0], "x": 0, "y": 0},
     63                 {"matrix": [0, 1], "x": 1, "y": 0},
     64                 {"matrix": [0, 2], "x": 2, "y": 0},
     65                 {"matrix": [0, 3], "x": 3, "y": 0},
     66                 {"matrix": [0, 4], "x": 4, "y": 0},
     67                 {"matrix": [0, 5], "x": 5, "y": 0},
     68                 {"matrix": [0, 6], "x": 6, "y": 0},
     69                 {"matrix": [0, 7], "x": 7, "y": 0},
     70                 {"matrix": [0, 8], "x": 8, "y": 0},
     71                 {"matrix": [0, 9], "x": 9, "y": 0},
     72                 {"matrix": [0, 10], "x": 10, "y": 0},
     73                 {"matrix": [3, 10], "x": 11, "y": 0},
     74 
     75                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
     76                 {"matrix": [1, 1], "x": 1.25, "y": 1},
     77                 {"matrix": [1, 2], "x": 2.25, "y": 1},
     78                 {"matrix": [1, 3], "x": 3.25, "y": 1},
     79                 {"matrix": [1, 4], "x": 4.25, "y": 1},
     80                 {"matrix": [1, 5], "x": 5.25, "y": 1},
     81                 {"matrix": [1, 6], "x": 6.25, "y": 1},
     82                 {"matrix": [1, 7], "x": 7.25, "y": 1},
     83                 {"matrix": [1, 8], "x": 8.25, "y": 1},
     84                 {"matrix": [1, 9], "x": 9.25, "y": 1},
     85                 {"matrix": [1, 10], "x": 10.25, "y": 1, "w": 1.75},
     86 
     87                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     88                 {"matrix": [2, 1], "x": 1.75, "y": 2},
     89                 {"matrix": [2, 2], "x": 2.75, "y": 2},
     90                 {"matrix": [2, 3], "x": 3.75, "y": 2},
     91                 {"matrix": [2, 4], "x": 4.75, "y": 2},
     92                 {"matrix": [2, 5], "x": 5.75, "y": 2},
     93                 {"matrix": [2, 6], "x": 6.75, "y": 2},
     94                 {"matrix": [2, 7], "x": 7.75, "y": 2},
     95                 {"matrix": [2, 8], "x": 8.75, "y": 2},
     96                 {"matrix": [2, 9], "x": 9.75, "y": 2},
     97                 {"matrix": [2, 10], "x": 10.75, "y": 2, "w": 1.25},
     98 
     99                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
    100                 {"matrix": [3, 1], "x": 1.25, "y": 3},
    101                 {"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
    102                 {"matrix": [3, 3], "x": 3.5, "y": 3, "w": 2.75},
    103                 {"matrix": [3, 4], "x": 6.25, "y": 3, "w": 2.25},
    104                 {"matrix": [3, 5], "x": 8.5, "y": 3, "w": 1.25},
    105                 {"matrix": [3, 6], "x": 9.75, "y": 3},
    106                 {"matrix": [3, 7], "x": 10.75, "y": 3, "w": 1.25}
    107             ]
    108         }
    109     }
    110 }