qmk_firmware

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

keyboard.json (1359B)


      1 {
      2     "keyboard_name": "ISO Macro",
      3     "manufacturer": "Merge",
      4     "maintainer": "duoshock",
      5     "usb": {
      6         "vid": "0x4D65",
      7         "pid": "0x1200",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "backlight": true,
     12         "bootmagic": false,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "matrix_pins": {
     19         "cols": ["B4", "B5", "B6"],
     20         "rows": ["F4", "F5", "F6"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "encoder": {
     24         "rotary": [
     25             {"pin_a": "F0", "pin_b": "F1"},
     26             {"pin_a": "D0", "pin_b": "D1"}
     27         ]
     28     },
     29     "backlight": {
     30         "pin": "B7"
     31     },
     32     "processor": "atmega32u4",
     33     "bootloader": "atmel-dfu",
     34     "layouts": {
     35         "LAYOUT": {
     36             "layout": [
     37                 {"matrix": [2, 1], "x": 0, "y": 0},
     38 
     39                 {"matrix": [0, 0], "x": 1.25, "y": 0},
     40                 {"matrix": [0, 1], "x": 2.25, "y": 0},
     41                 {"matrix": [0, 2], "x": 3.25, "y": 0},
     42                 {"matrix": [2, 0], "x": 4.5, "y": 0, "w": 1.25, "h": 2},
     43 
     44                 {"matrix": [2, 2], "x": 0, "y": 1},
     45 
     46                 {"matrix": [1, 0], "x": 1.5, "y": 1},
     47                 {"matrix": [1, 1], "x": 2.5, "y": 1},
     48                 {"matrix": [1, 2], "x": 3.5, "y": 1}
     49             ]
     50         }
     51     }
     52 }