qmk_firmware

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

keyboard.json (4279B)


      1 {
      2   "keyboard_name": "Mint60",
      3   "manufacturer": "Eucalyn",
      4   "maintainer": "eucalyn",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x0000",
      8     "device_version": "0.0.1"
      9   },
     10   "features": {
     11     "bootmagic": false,
     12     "extrakey": false,
     13     "mousekey": false,
     14     "nkro": false,
     15     "rgblight": true
     16   },
     17   "qmk": {
     18     "locking": {
     19       "enabled": true,
     20       "resync": true
     21     }
     22   },
     23   "matrix_pins": {
     24     "cols": ["D4", "B3", "B1", "F7", "B2", "B6", "F6", "F5"],
     25     "rows": ["C6", "D7", "E6", "B4", "B5"]
     26   },
     27   "diode_direction": "COL2ROW",
     28   "split": {
     29     "enabled": true,
     30     "serial": {
     31       "pin": "D2"
     32     }
     33   },
     34   "rgblight": {
     35     "hue_steps": 10,
     36     "led_count": 8,
     37     "split": true,
     38     "animations": {
     39       "breathing": true,
     40       "rainbow_mood": true,
     41       "rainbow_swirl": true,
     42       "snake": true,
     43       "knight": true,
     44       "christmas": true,
     45       "static_gradient": true,
     46       "rgb_test": true,
     47       "alternating": true,
     48       "twinkle": true
     49     }
     50   },
     51   "ws2812": {
     52     "pin": "D3"
     53   },
     54   "development_board": "promicro",
     55   "layouts": {
     56     "LAYOUT": {
     57       "layout": [
     58         {"matrix": [0, 0], "x": 0, "y": 0},
     59         {"matrix": [0, 1], "x": 1, "y": 0},
     60         {"matrix": [0, 2], "x": 2, "y": 0},
     61         {"matrix": [0, 3], "x": 3, "y": 0},
     62         {"matrix": [0, 4], "x": 4, "y": 0},
     63         {"matrix": [0, 5], "x": 5, "y": 0},
     64 
     65         {"matrix": [5, 0], "x": 7, "y": 0},
     66         {"matrix": [5, 1], "x": 8, "y": 0},
     67         {"matrix": [5, 2], "x": 9, "y": 0},
     68         {"matrix": [5, 3], "x": 10, "y": 0},
     69         {"matrix": [5, 4], "x": 11, "y": 0},
     70         {"matrix": [5, 5], "x": 12, "y": 0},
     71         {"matrix": [5, 6], "x": 13, "y": 0},
     72         {"matrix": [5, 7], "x": 14, "y": 0, "w": 2},
     73 
     74         {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
     75         {"matrix": [1, 1], "x": 1.5, "y": 1},
     76         {"matrix": [1, 2], "x": 2.5, "y": 1},
     77         {"matrix": [1, 3], "x": 3.5, "y": 1},
     78         {"matrix": [1, 4], "x": 4.5, "y": 1},
     79         {"matrix": [1, 5], "x": 5.5, "y": 1},
     80 
     81         {"matrix": [6, 0], "x": 7.5, "y": 1},
     82         {"matrix": [6, 1], "x": 8.5, "y": 1},
     83         {"matrix": [6, 2], "x": 9.5, "y": 1},
     84         {"matrix": [6, 3], "x": 10.5, "y": 1},
     85         {"matrix": [6, 4], "x": 11.5, "y": 1},
     86         {"matrix": [6, 5], "x": 12.5, "y": 1},
     87         {"matrix": [6, 6], "x": 13.5, "y": 1},
     88         {"matrix": [6, 7], "x": 14.5, "y": 1, "w": 1.5},
     89 
     90         {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     91         {"matrix": [2, 1], "x": 1.75, "y": 2},
     92         {"matrix": [2, 2], "x": 2.75, "y": 2},
     93         {"matrix": [2, 3], "x": 3.75, "y": 2},
     94         {"matrix": [2, 4], "x": 4.75, "y": 2},
     95         {"matrix": [2, 5], "x": 5.75, "y": 2},
     96 
     97         {"matrix": [7, 0], "x": 7.75, "y": 2},
     98         {"matrix": [7, 1], "x": 8.75, "y": 2},
     99         {"matrix": [7, 2], "x": 9.75, "y": 2},
    100         {"matrix": [7, 3], "x": 10.75, "y": 2},
    101         {"matrix": [7, 4], "x": 11.75, "y": 2},
    102         {"matrix": [7, 5], "x": 12.75, "y": 2},
    103         {"matrix": [7, 7], "x": 13.75, "y": 2, "w": 2.25},
    104 
    105         {"matrix": [3, 0], "x": 0, "y": 3, "w": 2},
    106         {"matrix": [3, 1], "x": 2, "y": 3},
    107         {"matrix": [3, 2], "x": 3, "y": 3},
    108         {"matrix": [3, 3], "x": 4, "y": 3},
    109         {"matrix": [3, 4], "x": 5, "y": 3},
    110         {"matrix": [3, 5], "x": 6, "y": 3},
    111 
    112         {"matrix": [8, 0], "x": 8, "y": 3},
    113         {"matrix": [8, 1], "x": 9, "y": 3},
    114         {"matrix": [8, 2], "x": 10, "y": 3},
    115         {"matrix": [8, 3], "x": 11, "y": 3},
    116         {"matrix": [8, 4], "x": 12, "y": 3},
    117         {"matrix": [8, 5], "x": 13, "y": 3},
    118         {"matrix": [8, 6], "x": 14, "y": 3},
    119         {"matrix": [8, 7], "x": 15, "y": 3},
    120 
    121         {"matrix": [4, 0], "x": 0, "y": 4},
    122         {"matrix": [4, 1], "x": 1, "y": 4, "w": 1.25},
    123         {"matrix": [4, 2], "x": 2.25, "y": 4, "w": 1.25},
    124         {"matrix": [4, 3], "x": 3.5, "y": 4, "w": 1.25},
    125         {"matrix": [4, 4], "x": 4.75, "y": 4, "w": 2.25},
    126 
    127         {"matrix": [9, 0], "x": 7.75, "y": 4, "w": 2.75},
    128         {"matrix": [9, 1], "x": 10.5, "y": 4, "w": 1.25},
    129         {"matrix": [9, 3], "x": 11.75, "y": 4, "w": 1.25},
    130         {"matrix": [9, 5], "x": 13, "y": 4},
    131         {"matrix": [9, 6], "x": 14, "y": 4},
    132         {"matrix": [9, 7], "x": 15, "y": 4}
    133       ]
    134     }
    135   }
    136 }