qmk_firmware

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

keyboard.json (749B)


      1 {
      2     "manufacturer": "CannonKeys",
      3     "keyboard_name": "is0GR",
      4     "maintainer": "awkannan",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["B3"],
     15         "rows": ["A15"]
     16     },
     17     "processor": "STM32F072",
     18     "url": "https://cannonkeys.com",
     19     "usb": {
     20         "device_version": "0.0.1",
     21         "pid": "0xCA04",
     22         "vid": "0x0028"
     23     },
     24     "community_layouts": ["ortho_1x1"],
     25     "layouts": {
     26         "LAYOUT_ortho_1x1": {
     27             "layout": [
     28                 {"matrix": [0, 0], "x": 0.25, "y": 0, "w": 1.25, "h": 2}
     29             ]
     30         }
     31     }
     32 }