qmk_firmware

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

keyboard.json (1308B)


      1 {
      2     "keyboard_name": "Bookerboard",
      3     "manufacturer": "AlisGraveNil",
      4     "maintainer": "AlisGraveNil",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x41CE",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "command": true,
     13         "console": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "matrix_pins": {
     19         "cols": ["B6", "B2", "B3"],
     20         "rows": ["B5", "B4", "E6", "D7"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "processor": "atmega32u4",
     24     "bootloader": "atmel-dfu",
     25     "layouts": {
     26         "LAYOUT": {
     27             "layout": [
     28                 {"matrix": [0, 0], "x": 0, "y": 0},
     29                 {"matrix": [0, 1], "x": 1, "y": 0},
     30                 {"matrix": [0, 2], "x": 2, "y": 0},
     31 
     32                 {"matrix": [1, 0], "x": 0, "y": 1},
     33                 {"matrix": [1, 1], "x": 1, "y": 1},
     34                 {"matrix": [1, 2], "x": 2, "y": 1},
     35 
     36                 {"matrix": [2, 0], "x": 0, "y": 2},
     37                 {"matrix": [2, 1], "x": 1, "y": 2},
     38                 {"matrix": [2, 2], "x": 2, "y": 2},
     39 
     40                 {"matrix": [3, 0], "x": 0, "y": 3},
     41                 {"matrix": [3, 1], "x": 1, "y": 3},
     42                 {"matrix": [3, 2], "x": 2, "y": 3}
     43             ]
     44         }
     45     }
     46 }