qmk_firmware

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

keyboard.json (1257B)


      1 {
      2     "keyboard_name": "Type-9 Series II",
      3     "manufacturer": "Treasure",
      4     "url": "http://treasuretypes.com",
      5     "maintainer": "Treasure",
      6     "usb": {
      7         "vid": "0x5452",
      8         "pid": "0x5492",
      9         "device_version": "0.0.1"
     10     },
     11     "build": {
     12         "lto": true
     13     },
     14     "features": {
     15         "backlight": true,
     16         "bootmagic": true,
     17         "extrakey": true,
     18         "mousekey": false,
     19         "nkro": false
     20     },
     21     "matrix_pins": {
     22         "cols": ["B2", "B3", "C5"],
     23         "rows": ["B4", "B5", "D2"]
     24     },
     25     "diode_direction": "COL2ROW",
     26     "backlight": {
     27         "pin": "B7"
     28     },
     29     "processor": "atmega32u2",
     30     "bootloader": "atmel-dfu",
     31     "layouts": {
     32         "LAYOUT_ortho_3x3": {
     33             "layout": [
     34                 {"matrix": [0, 0], "x": 0, "y": 0},
     35                 {"matrix": [0, 1], "x": 1, "y": 0},
     36                 {"matrix": [0, 2], "x": 2, "y": 0},
     37 
     38                 {"matrix": [1, 0], "x": 0, "y": 1},
     39                 {"matrix": [1, 1], "x": 1, "y": 1},
     40                 {"matrix": [1, 2], "x": 2, "y": 1},
     41 
     42                 {"matrix": [2, 0], "x": 0, "y": 2},
     43                 {"matrix": [2, 1], "x": 1, "y": 2},
     44                 {"matrix": [2, 2], "x": 2, "y": 2}
     45             ]
     46         }
     47     }
     48 }