qmk_firmware

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

keyboard.json (1251B)


      1 {
      2     "keyboard_name": "bobPad",
      3     "manufacturer": "Desiboards",
      4     "maintainer": "Ananya Kirti",
      5     "usb": {
      6         "vid": "0x416B",
      7         "pid": "0x0002",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "encoder": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": false
     16     },
     17     "matrix_pins": {
     18         "cols": ["F6", "F5", "F4"],
     19         "rows": ["F7", "B1"]
     20     },
     21     "diode_direction": "COL2ROW",
     22     "encoder": {
     23         "rotary": [
     24             {"pin_a": "B3", "pin_b": "B2"}
     25         ]
     26     },
     27     "indicators": {
     28         "caps_lock": "D0",
     29         "num_lock": "D4",
     30         "scroll_lock": "C6",
     31         "compose": "E6",
     32         "kana": "D7"
     33     },
     34     "processor": "atmega32u4",
     35     "bootloader": "caterina",
     36     "community_layouts": ["ortho_2x3"],
     37     "layouts": {
     38         "LAYOUT_ortho_2x3": {
     39             "layout": [
     40                 {"matrix": [0, 0], "x": 0, "y": 0},
     41                 {"matrix": [0, 1], "x": 1, "y": 0},
     42                 {"matrix": [0, 2], "x": 2, "y": 0},
     43 
     44                 {"matrix": [1, 0], "x": 0, "y": 1},
     45                 {"matrix": [1, 1], "x": 1, "y": 1},
     46                 {"matrix": [1, 2], "x": 2, "y": 1}
     47             ]
     48         }
     49     }
     50 }