qmk_firmware

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

keyboard.json (4118B)


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