qmk_firmware

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

info.json (505B)


      1 {
      2     "keyboard_name": "Suihankey",
      3     "manufacturer": "kakunpc",
      4     "url": "https://kakunpc.booth.pm/",
      5     "maintainer": "kakunpc",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0000",
      9         "device_version": "0.0.1"
     10     },
     11     "split": {
     12         "enabled": true,
     13         "handedness": {
     14             "pin": "D2"
     15         },
     16         "serial": {
     17             "pin": "D0"
     18         }
     19     },
     20     "processor": "atmega32u4",
     21     "bootloader": "atmel-dfu",
     22     "community_layouts": ["split_3x5_3"]
     23 }