qmk_firmware

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

keyboard.json (3429B)


      1 {
      2     "keyboard_name": "wings42 rev2",
      3     "manufacturer": "yfuku",
      4     "maintainer": "yfuku",
      5     "usb": {
      6         "vid": "0x5946",
      7         "pid": "0x0005",
      8         "device_version": "0.0.1"
      9     },
     10     "matrix_pins": {
     11         "cols": ["B3", "B1", "F7", "F6", "F5", "F4"],
     12         "rows": ["D4", "C6", "D7", "E6", null]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "split": {
     16         "enabled": true,
     17         "serial": {
     18             "pin": "D2"
     19         }
     20     },
     21     "encoder": {
     22         "rotary": [
     23             { "pin_a": "B5", "pin_b": "B4" },
     24             { "pin_a": "B6", "pin_b": "B2" }
     25         ]
     26     },
     27     "development_board": "promicro",
     28     "features": {
     29         "bootmagic": true,
     30         "encoder": true,
     31         "extrakey": true,
     32         "mousekey": true
     33     },
     34     "qmk": {
     35         "locking": {
     36             "enabled": true,
     37             "resync": true
     38         }
     39     },
     40     "layout_aliases": {
     41         "LAYOUT_split_3x6_3_2": "LAYOUT_split_3x6_3"
     42     },
     43     "community_layouts": ["split_3x6_3"],
     44     "layouts": {
     45         "LAYOUT_split_3x6_3": {
     46             "layout": [
     47                 {"matrix": [0, 0], "x": 0, "y": 0.875},
     48                 {"matrix": [0, 1], "x": 1, "y": 0.625},
     49                 {"matrix": [0, 2], "x": 2, "y": 0.375},
     50                 {"matrix": [0, 3], "x": 3, "y": 0},
     51                 {"matrix": [0, 4], "x": 4, "y": 0},
     52                 {"matrix": [0, 5], "x": 5, "y": 0.125},
     53 
     54                 {"matrix": [5, 5], "x": 9, "y": 0.125},
     55                 {"matrix": [5, 4], "x": 10, "y": 0},
     56                 {"matrix": [5, 3], "x": 11, "y": 0},
     57                 {"matrix": [5, 2], "x": 12, "y": 0.375},
     58                 {"matrix": [5, 1], "x": 13, "y": 0.625},
     59                 {"matrix": [5, 0], "x": 14, "y": 0.875},
     60 
     61                 {"matrix": [1, 0], "x": 0, "y": 1.875},
     62                 {"matrix": [1, 1], "x": 1, "y": 1.625},
     63                 {"matrix": [1, 2], "x": 2, "y": 1.375},
     64                 {"matrix": [1, 3], "x": 3, "y": 1},
     65                 {"matrix": [1, 4], "x": 4, "y": 1},
     66                 {"matrix": [1, 5], "x": 5, "y": 1.125},
     67 
     68                 {"matrix": [6, 5], "x": 9, "y": 1.125},
     69                 {"matrix": [6, 4], "x": 10, "y": 1},
     70                 {"matrix": [6, 3], "x": 11, "y": 1},
     71                 {"matrix": [6, 2], "x": 12, "y": 1.375},
     72                 {"matrix": [6, 1], "x": 13, "y": 1.625},
     73                 {"matrix": [6, 0], "x": 14, "y": 1.875},
     74 
     75                 {"matrix": [2, 0], "x": 0, "y": 2.875},
     76                 {"matrix": [2, 1], "x": 1, "y": 2.625},
     77                 {"matrix": [2, 2], "x": 2, "y": 2.375},
     78                 {"matrix": [2, 3], "x": 3, "y": 2},
     79                 {"matrix": [2, 4], "x": 4, "y": 2},
     80                 {"matrix": [2, 5], "x": 5, "y": 2.125},
     81 
     82                 {"matrix": [7, 5], "x": 9, "y": 2.125},
     83                 {"matrix": [7, 4], "x": 10, "y": 2},
     84                 {"matrix": [7, 3], "x": 11, "y": 2},
     85                 {"matrix": [7, 2], "x": 12, "y": 2.375},
     86                 {"matrix": [7, 1], "x": 13, "y": 2.625},
     87                 {"matrix": [7, 0], "x": 14, "y": 2.875},
     88 
     89                 {"matrix": [3, 3], "x": 4, "y": 3},
     90                 {"matrix": [3, 4], "x": 5, "y": 3.125},
     91                 {"matrix": [3, 5], "x": 6, "y": 3.375},
     92 
     93                 {"matrix": [8, 5], "x": 8, "y": 3.375},
     94                 {"matrix": [8, 4], "x": 9, "y": 3.125},
     95                 {"matrix": [8, 3], "x": 10, "y": 3}
     96             ]
     97         }
     98     }
     99 }