qmk_firmware

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

keyboard.json (3773B)


      1 {
      2     "keyboard_name": "Levinson Rev. 3",
      3     "split": {
      4         "handedness": {
      5             "pin": "D2"
      6         },
      7         "matrix_pins": {
      8             "right": {
      9                 "cols": ["F4", "F7", "D3", "B5", "B4", "E6"],
     10                 "rows": ["D4", "B2", "B3", "B1"]
     11             }
     12         },
     13         "serial": {
     14             "pin": "D0"
     15         }
     16     },
     17     "usb": {
     18         "pid": "0x3146",
     19         "device_version": "3.0.0"
     20     },
     21     "matrix_pins": {
     22         "cols": ["D3", "F4", "F7", "B1", "B3", "B2"],
     23         "rows": ["D4", "E6", "B4", "B5"]
     24     },
     25     "diode_direction": "COL2ROW",
     26     "backlight": {
     27         "default": {
     28             "brightness": 5
     29         }, 
     30         "pin": "B6",
     31         "levels": 7
     32     },
     33     "rgblight": {
     34         "led_count": 12,
     35         "split_count": [6, 6]
     36     },
     37     "ws2812": {
     38         "pin": "D7"
     39     },
     40     "features": {
     41         "bootmagic": false,
     42         "mousekey": true,
     43         "extrakey": true,
     44         "backlight": true
     45     },
     46     "qmk": {
     47         "locking": {
     48             "enabled": true,
     49             "resync": true
     50         }
     51     },
     52     "layout_aliases": {
     53         "LAYOUT": "LAYOUT_ortho_4x12"
     54     },
     55     "layouts": {
     56         "LAYOUT_ortho_4x12": {
     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": [4, 5], "x": 7, "y": 0},
     66                 {"matrix": [4, 4], "x": 8, "y": 0},
     67                 {"matrix": [4, 3], "x": 9, "y": 0},
     68                 {"matrix": [4, 2], "x": 10, "y": 0},
     69                 {"matrix": [4, 1], "x": 11, "y": 0},
     70                 {"matrix": [4, 0], "x": 12, "y": 0},
     71 
     72                 {"matrix": [1, 0], "x": 0, "y": 1},
     73                 {"matrix": [1, 1], "x": 1, "y": 1},
     74                 {"matrix": [1, 2], "x": 2, "y": 1},
     75                 {"matrix": [1, 3], "x": 3, "y": 1},
     76                 {"matrix": [1, 4], "x": 4, "y": 1},
     77                 {"matrix": [1, 5], "x": 5, "y": 1},
     78 
     79                 {"matrix": [5, 5], "x": 7, "y": 1},
     80                 {"matrix": [5, 4], "x": 8, "y": 1},
     81                 {"matrix": [5, 3], "x": 9, "y": 1},
     82                 {"matrix": [5, 2], "x": 10, "y": 1},
     83                 {"matrix": [5, 1], "x": 11, "y": 1},
     84                 {"matrix": [5, 0], "x": 12, "y": 1},
     85 
     86                 {"matrix": [2, 0], "x": 0, "y": 2},
     87                 {"matrix": [2, 1], "x": 1, "y": 2},
     88                 {"matrix": [2, 2], "x": 2, "y": 2},
     89                 {"matrix": [2, 3], "x": 3, "y": 2},
     90                 {"matrix": [2, 4], "x": 4, "y": 2},
     91                 {"matrix": [2, 5], "x": 5, "y": 2},
     92 
     93                 {"matrix": [6, 5], "x": 7, "y": 2},
     94                 {"matrix": [6, 4], "x": 8, "y": 2},
     95                 {"matrix": [6, 3], "x": 9, "y": 2},
     96                 {"matrix": [6, 2], "x": 10, "y": 2},
     97                 {"matrix": [6, 1], "x": 11, "y": 2},
     98                 {"matrix": [6, 0], "x": 12, "y": 2},
     99 
    100                 {"matrix": [3, 0], "x": 0, "y": 3},
    101                 {"matrix": [3, 1], "x": 1, "y": 3},
    102                 {"matrix": [3, 2], "x": 2, "y": 3},
    103                 {"matrix": [3, 3], "x": 3, "y": 3},
    104                 {"matrix": [3, 4], "x": 4, "y": 3},
    105                 {"matrix": [3, 5], "x": 5, "y": 3},
    106 
    107                 {"matrix": [7, 5], "x": 7, "y": 3},
    108                 {"matrix": [7, 4], "x": 8, "y": 3},
    109                 {"matrix": [7, 3], "x": 9, "y": 3},
    110                 {"matrix": [7, 2], "x": 10, "y": 3},
    111                 {"matrix": [7, 1], "x": 11, "y": 3},
    112                 {"matrix": [7, 0], "x": 12, "y": 3}
    113             ]
    114         }
    115     }
    116 }