qmk_firmware

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

info.json (1125B)


      1 {
      2     "keyboard_name": "Piggy60 rev1",
      3     "bootloader": "atmel-dfu",
      4     "build": {
      5         "lto": true
      6     },
      7      "matrix_pins": {
      8         "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "F7", "B5", "B4", "D7", "D6", "B3", "B2"],
      9         "rows": ["D0", "D1", "D2", "D3", "D5"]
     10     },
     11     "processor": "atmega32u4",
     12     "usb": {
     13         "device_version": "1.0.0",
     14         "pid": "0x1001"
     15     },
     16     "features": {
     17         "bootmagic": true,
     18         "caps_word": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "rgblight": true,
     22         "nkro": true
     23     },
     24     "indicators": {
     25         "caps_lock": "F4",
     26         "on_state": 0
     27     },
     28     "rgblight": {
     29         "led_count": 14,
     30         "animations": {
     31             "alternating": true,
     32             "breathing": true,
     33             "christmas": true,
     34             "knight": true,
     35             "rainbow_mood": true,
     36             "rainbow_swirl": true,
     37             "rgb_test": true,
     38             "snake": true,
     39             "static_gradient": true,
     40             "twinkle": true
     41         },
     42         "sleep": true
     43     },
     44     "ws2812": {
     45         "pin": "E2"
     46     }
     47 }