qmk_firmware

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

keyboard.json (1653B)


      1 {
      2     "keyboard_name": "bradpad",
      3     "manufacturer": "tempo_turtle",
      4     "url": "https://tempoturtle.com",
      5     "maintainer": "wxyangf",
      6     "diode_direction": "ROW2COL",
      7     "features": {
      8         "bootmagic": false,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "unicode": true
     13     },
     14     "matrix_pins": {
     15         "rows": ["B7", "D5", "C7", "D2", "D3"],
     16         "cols": ["D7", "E6", "B4", "F1"]
     17     },
     18     "usb": {
     19         "vid": "0x7474",
     20         "pid": "0x6270",
     21         "device_version": "0.0.1"
     22     },
     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                 {"matrix": [0, 3], "x": 3, "y": 0},
     32 
     33                 {"matrix": [1, 0], "x": 0, "y": 1},
     34                 {"matrix": [1, 1], "x": 1, "y": 1},
     35                 {"matrix": [1, 2], "x": 2, "y": 1},
     36                 {"matrix": [1, 3], "x": 3, "y": 1},
     37 
     38                 {"matrix": [2, 0], "x": 0, "y": 2},
     39                 {"matrix": [2, 1], "x": 1, "y": 2},
     40                 {"matrix": [2, 2], "x": 2, "y": 2},
     41                 {"matrix": [2, 3], "x": 3, "y": 2},
     42 
     43                 {"matrix": [3, 0], "x": 0, "y": 3},
     44                 {"matrix": [3, 1], "x": 1, "y": 3},
     45                 {"matrix": [3, 2], "x": 2, "y": 3},
     46                 {"matrix": [3, 3], "x": 3, "y": 3},
     47 
     48                 {"matrix": [4, 1], "x": 0, "y": 4, "w": 2},
     49                 {"matrix": [4, 2], "x": 2, "y": 4, "w": 2}
     50             ]
     51         }
     52     }
     53 }