qmk_firmware

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

keyboard.json (4637B)


      1 {
      2     "keyboard_name": "reviung34",
      3     "manufacturer": "gtips",
      4     "maintainer": "gtips",
      5     "usb": {
      6         "vid": "0x6774",
      7         "pid": "0x4E03",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": false,
     12         "command": true,
     13         "console": true,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["D4", "C6", "D7", "E6", "B4", "B1", "B3", "B2", "B6"],
     26         "rows": ["F4", "F5", "F6", "F7"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "development_board": "promicro",
     30     "community_layouts": [
     31         "split_3x5_2"
     32     ],
     33     "layout_aliases": {
     34         "LAYOUT_split_3x5_2": "LAYOUT_2x1u_left",
     35         "LAYOUT_reviung34": "LAYOUT_2x1u_left",
     36         "LAYOUT_reviung34_2u": "LAYOUT_1x2u_left",
     37     },
     38     "layouts": {
     39         "LAYOUT_2x1u_left": {
     40             "layout": [
     41                 {"matrix": [0, 0], "x": 0, "y": 0},
     42                 {"matrix": [0, 1], "x": 1, "y": 0},
     43                 {"matrix": [0, 2], "x": 2, "y": 0},
     44                 {"matrix": [0, 3], "x": 3, "y": 0},
     45                 {"matrix": [0, 4], "x": 4, "y": 0},
     46 
     47                 {"matrix": [0, 5], "x": 6, "y": 0},
     48                 {"matrix": [0, 6], "x": 7, "y": 0},
     49                 {"matrix": [0, 7], "x": 8, "y": 0},
     50                 {"matrix": [0, 8], "x": 9, "y": 0},
     51                 {"matrix": [3, 5], "x": 10, "y": 0},
     52 
     53                 {"matrix": [1, 0], "x": 0, "y": 1},
     54                 {"matrix": [1, 1], "x": 1, "y": 1},
     55                 {"matrix": [1, 2], "x": 2, "y": 1},
     56                 {"matrix": [1, 3], "x": 3, "y": 1},
     57                 {"matrix": [1, 4], "x": 4, "y": 1},
     58 
     59                 {"matrix": [1, 5], "x": 6, "y": 1},
     60                 {"matrix": [1, 6], "x": 7, "y": 1},
     61                 {"matrix": [1, 7], "x": 8, "y": 1},
     62                 {"matrix": [1, 8], "x": 9, "y": 1},
     63                 {"matrix": [3, 6], "x": 10, "y": 1},
     64 
     65                 {"matrix": [2, 0], "x": 0, "y": 2},
     66                 {"matrix": [2, 1], "x": 1, "y": 2},
     67                 {"matrix": [2, 2], "x": 2, "y": 2},
     68                 {"matrix": [2, 3], "x": 3, "y": 2},
     69                 {"matrix": [2, 4], "x": 4, "y": 2},
     70 
     71                 {"matrix": [2, 5], "x": 6, "y": 2},
     72                 {"matrix": [2, 6], "x": 7, "y": 2},
     73                 {"matrix": [2, 7], "x": 8, "y": 2},
     74                 {"matrix": [2, 8], "x": 9, "y": 2},
     75                 {"matrix": [3, 7], "x": 10, "y": 2},
     76 
     77                 {"matrix": [3, 2], "x": 2, "y": 3},
     78                 {"matrix": [3, 3], "x": 3, "y": 3},
     79                 {"matrix": [3, 4], "x": 4, "y": 3},
     80 
     81                 {"matrix": [3, 8], "x": 6, "y": 3, "w": 2}
     82             ]
     83         },
     84         "LAYOUT_1x2u_left": {
     85             "layout": [
     86                 {"matrix": [0, 0], "x": 0, "y": 0},
     87                 {"matrix": [0, 1], "x": 1, "y": 0},
     88                 {"matrix": [0, 2], "x": 2, "y": 0},
     89                 {"matrix": [0, 3], "x": 3, "y": 0},
     90                 {"matrix": [0, 4], "x": 4, "y": 0},
     91 
     92                 {"matrix": [0, 5], "x": 6, "y": 0},
     93                 {"matrix": [0, 6], "x": 7, "y": 0},
     94                 {"matrix": [0, 7], "x": 8, "y": 0},
     95                 {"matrix": [0, 8], "x": 9, "y": 0},
     96                 {"matrix": [3, 5], "x": 10, "y": 0},
     97 
     98                 {"matrix": [1, 0], "x": 0, "y": 1},
     99                 {"matrix": [1, 1], "x": 1, "y": 1},
    100                 {"matrix": [1, 2], "x": 2, "y": 1},
    101                 {"matrix": [1, 3], "x": 3, "y": 1},
    102                 {"matrix": [1, 4], "x": 4, "y": 1},
    103 
    104                 {"matrix": [1, 5], "x": 6, "y": 1},
    105                 {"matrix": [1, 6], "x": 7, "y": 1},
    106                 {"matrix": [1, 7], "x": 8, "y": 1},
    107                 {"matrix": [1, 8], "x": 9, "y": 1},
    108                 {"matrix": [3, 6], "x": 10, "y": 1},
    109 
    110                 {"matrix": [2, 0], "x": 0, "y": 2},
    111                 {"matrix": [2, 1], "x": 1, "y": 2},
    112                 {"matrix": [2, 2], "x": 2, "y": 2},
    113                 {"matrix": [2, 3], "x": 3, "y": 2},
    114                 {"matrix": [2, 4], "x": 4, "y": 2},
    115 
    116                 {"matrix": [2, 5], "x": 6, "y": 2},
    117                 {"matrix": [2, 6], "x": 7, "y": 2},
    118                 {"matrix": [2, 7], "x": 8, "y": 2},
    119                 {"matrix": [2, 8], "x": 9, "y": 2},
    120                 {"matrix": [3, 7], "x": 10, "y": 2},
    121 
    122                 {"matrix": [3, 2], "x": 2, "y": 3},
    123                 {"matrix": [3, 4], "x": 3, "y": 3, "w": 2},
    124 
    125                 {"matrix": [3, 8], "x": 6, "y": 3, "w": 2}
    126             ]
    127         }
    128     }
    129 }