qmk_firmware

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

keyboard.json (778B)


      1 {
      2     "keyboard_name": "Kangaroo Rev 2.0",
      3     "usb": {
      4         "device_version": "0.0.2"
      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         "wear_leveling": {
     27             "backing_size": 4096
     28         }
     29     },
     30     "processor": "STM32L412",
     31     "bootloader": "stm32-dfu"
     32 }