qmk_firmware

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

keyboard.json (3301B)


      1 {
      2     "manufacturer": "SOFT/HRUF",
      3     "keyboard_name": "Splitography",
      4     "url": "https://softhruf.love/collections/writers",
      5     "maintainer": "qmk",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "steno": true,
      9         "nkro": true,
     10         "bootmagic": true,
     11         "mousekey": false,
     12         "extrakey": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "matrix_pins": {
     21         "rows": ["D0", "D1", "D2", "D3"],
     22         "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7"]
     23     },
     24     "usb": {
     25         "vid": "0xFEED",
     26         "pid": "0x6060",
     27         "device_version": "0.0.1"
     28     },
     29     "processor": "atmega32u4",
     30     "bootloader": "atmel-dfu",
     31     "layouts": {
     32         "LAYOUT": {
     33             "layout": [
     34                 {"matrix": [0, 0], "x": 0, "y": 0, "h": 0.6},
     35                 {"matrix": [0, 1], "x": 1, "y": 0, "h": 0.6},
     36                 {"matrix": [0, 2], "x": 2, "y": 0, "h": 0.6},
     37                 {"matrix": [0, 3], "x": 3, "y": 0, "h": 0.6},
     38                 {"matrix": [0, 4], "x": 4, "y": 0, "h": 0.6},
     39                 {"matrix": [0, 5], "x": 5, "y": 0, "h": 0.6},
     40 
     41                 {"matrix": [0, 6], "x": 8, "y": 0, "h": 0.6},
     42                 {"matrix": [0, 7], "x": 9, "y": 0, "h": 0.6},
     43                 {"matrix": [0, 8], "x": 10, "y": 0, "h": 0.6},
     44                 {"matrix": [0, 9], "x": 11, "y": 0, "h": 0.6},
     45                 {"matrix": [0, 10], "x": 12, "y": 0, "h": 0.6},
     46                 {"matrix": [0, 11], "x": 13, "y": 0, "h": 0.6},
     47 
     48                 {"matrix": [1, 0], "x": 0, "y": 0.6},
     49                 {"matrix": [1, 1], "x": 1, "y": 0.6},
     50                 {"matrix": [1, 2], "x": 2, "y": 0.6},
     51                 {"matrix": [1, 3], "x": 3, "y": 0.6},
     52                 {"matrix": [1, 4], "x": 4, "y": 0.6},
     53                 {"matrix": [1, 5], "x": 5, "y": 0.6},
     54 
     55                 {"matrix": [1, 6], "x": 8, "y": 0.6},
     56                 {"matrix": [1, 7], "x": 9, "y": 0.6},
     57                 {"matrix": [1, 8], "x": 10, "y": 0.6},
     58                 {"matrix": [1, 9], "x": 11, "y": 0.6},
     59                 {"matrix": [1, 10], "x": 12, "y": 0.6},
     60                 {"matrix": [1, 11], "x": 13, "y": 0.6},
     61 
     62                 {"matrix": [2, 0], "x": 0, "y": 1.6, "h": 1.2},
     63                 {"matrix": [2, 1], "x": 1, "y": 1.6, "h": 1.2},
     64                 {"matrix": [2, 2], "x": 2, "y": 1.6, "h": 1.2},
     65                 {"matrix": [2, 3], "x": 3, "y": 1.6, "h": 1.2},
     66                 {"matrix": [2, 4], "x": 4, "y": 1.6, "h": 1.2},
     67                 {"matrix": [2, 5], "x": 5, "y": 1.6, "h": 1.2},
     68 
     69                 {"matrix": [2, 6], "x": 8, "y": 1.6, "h": 1.2},
     70                 {"matrix": [2, 7], "x": 9, "y": 1.6, "h": 1.2},
     71                 {"matrix": [2, 8], "x": 10, "y": 1.6, "h": 1.2},
     72                 {"matrix": [2, 9], "x": 11, "y": 1.6, "h": 1.2},
     73                 {"matrix": [2, 10], "x": 12, "y": 1.6, "h": 1.2},
     74                 {"matrix": [2, 11], "x": 13, "y": 1.6, "h": 1.2},
     75 
     76                 {"matrix": [3, 4], "x": 3.5, "y": 3, "h": 1.2},
     77                 {"matrix": [3, 5], "x": 4.5, "y": 3, "h": 1.2},
     78 
     79                 {"matrix": [3, 6], "x": 8.5, "y": 3, "h": 1.2},
     80                 {"matrix": [3, 7], "x": 9.5, "y": 3, "h": 1.2}
     81             ]
     82         }
     83     }
     84 }