qmk_firmware

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

keyboard.json (732B)


      1 {
      2     "keyboard_name": "Kangaroo Rev 1.0",
      3     "usb": {
      4         "device_version": "0.0.1"
      5     },
      6     "features": {
      7         "bootmagic": true,
      8         "command": true,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "matrix_pins": {
     21         "cols": ["B10", "B2", "B11", "A10", "B7", "B6", "B5", "B4", "B3", "A15", "A14"],
     22         "rows": ["A9", "A8", "B15", "B14", "B13", "B12", "A4", "A5", "A6", "A7", "B0", "B1"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "eeprom": {
     26         "driver": "i2c"
     27     },
     28     "processor": "STM32F072",
     29     "bootloader": "stm32-dfu"
     30 }