qmk_firmware

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

keyboard.json (3301B)


      1 {
      2   "keyboard_name": "MT40",
      3   "manufacturer": "ThomasDehaeze",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0x20A0",
      7     "pid": "0x422D",
      8     "device_version": "0.0.1"
      9   },
     10   "features": {
     11     "backlight": true,
     12     "bootmagic": true,
     13     "extrakey": true,
     14     "mousekey": false,
     15     "nkro": false,
     16     "rgblight": true
     17   },
     18   "matrix_pins": {
     19     "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "D7"],
     20     "rows": ["B0", "B1", "B2", "B3", "B4", "B6", "B7"]
     21   },
     22   "diode_direction": "COL2ROW",
     23   "backlight": {
     24     "driver": "timer",
     25     "pin": "D2"
     26   },
     27   "rgblight": {
     28     "led_count": 12,
     29     "animations": {
     30       "breathing": true,
     31       "rainbow_mood": true,
     32       "rainbow_swirl": true,
     33       "snake": true,
     34       "knight": true,
     35       "christmas": true,
     36       "static_gradient": true,
     37       "rgb_test": true,
     38       "alternating": true,
     39       "twinkle": true
     40     }
     41   },
     42   "ws2812": {
     43     "driver": "i2c"
     44   },
     45   "processor": "atmega32a",
     46   "bootloader": "bootloadhid",
     47   "community_layouts": ["planck_mit"],
     48   "layout_aliases": {
     49     "LAYOUT": "LAYOUT_planck_mit"
     50   },
     51   "layouts": {
     52     "LAYOUT_planck_mit": {
     53       "layout": [
     54         {"matrix": [4, 0], "x": 0, "y": 0},
     55         {"matrix": [3, 1], "x": 1, "y": 0},
     56         {"matrix": [3, 2], "x": 2, "y": 0},
     57         {"matrix": [3, 3], "x": 3, "y": 0},
     58         {"matrix": [3, 4], "x": 4, "y": 0},
     59         {"matrix": [3, 5], "x": 5, "y": 0},
     60         {"matrix": [5, 2], "x": 6, "y": 0},
     61         {"matrix": [5, 12], "x": 7, "y": 0},
     62         {"matrix": [6, 12], "x": 8, "y": 0},
     63         {"matrix": [6, 2], "x": 9, "y": 0},
     64         {"matrix": [3, 10], "x": 10, "y": 0},
     65         {"matrix": [4, 14], "x": 11, "y": 0},
     66 
     67         {"matrix": [3, 0], "x": 0, "y": 1},
     68         {"matrix": [2, 1], "x": 1, "y": 1},
     69         {"matrix": [2, 2], "x": 2, "y": 1},
     70         {"matrix": [2, 3], "x": 3, "y": 1},
     71         {"matrix": [2, 4], "x": 4, "y": 1},
     72         {"matrix": [2, 5], "x": 5, "y": 1},
     73         {"matrix": [5, 3], "x": 6, "y": 1},
     74         {"matrix": [5, 13], "x": 7, "y": 1},
     75         {"matrix": [6, 13], "x": 8, "y": 1},
     76         {"matrix": [6, 3], "x": 9, "y": 1},
     77         {"matrix": [2, 10], "x": 10, "y": 1},
     78         {"matrix": [2, 11], "x": 11, "y": 1},
     79 
     80         {"matrix": [1, 0], "x": 0, "y": 2},
     81         {"matrix": [1, 1], "x": 1, "y": 2},
     82         {"matrix": [1, 2], "x": 2, "y": 2},
     83         {"matrix": [1, 3], "x": 3, "y": 2},
     84         {"matrix": [1, 4], "x": 4, "y": 2},
     85         {"matrix": [1, 5], "x": 5, "y": 2},
     86         {"matrix": [5, 4], "x": 6, "y": 2},
     87         {"matrix": [5, 14], "x": 7, "y": 2},
     88         {"matrix": [6, 14], "x": 8, "y": 2},
     89         {"matrix": [6, 4], "x": 9, "y": 2},
     90         {"matrix": [1, 10], "x": 10, "y": 2},
     91         {"matrix": [6, 6], "x": 11, "y": 2},
     92 
     93         {"matrix": [2, 0], "x": 0, "y": 3},
     94         {"matrix": [0, 0], "x": 1, "y": 3},
     95         {"matrix": [0, 1], "x": 2, "y": 3},
     96         {"matrix": [0, 2], "x": 3, "y": 3},
     97         {"matrix": [0, 4], "x": 4, "y": 3},
     98         {"matrix": [0, 5], "x": 5, "y": 3, "w": 2},
     99         {"matrix": [0, 11], "x": 7, "y": 3},
    100         {"matrix": [5, 6], "x": 8, "y": 3},
    101         {"matrix": [5, 8], "x": 9, "y": 3},
    102         {"matrix": [5, 7], "x": 10, "y": 3},
    103         {"matrix": [5, 9], "x": 11, "y": 3}
    104       ]
    105     }
    106   }
    107 }