qmk_firmware

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

keyboard.json (853B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.1"
      4     },
      5     "features": {
      6         "bootmagic": true,
      7         "mousekey": false,
      8         "extrakey": true,
      9         "sleep_led": true,
     10         "nkro": true,
     11         "rgblight": true
     12     },
     13     "build": {
     14         "lto": true
     15     },
     16     "rgblight": {
     17         "saturation_steps": 8,
     18         "brightness_steps": 8,
     19         "led_count": 6,
     20         "animations": {
     21             "breathing": true,
     22             "rainbow_mood": true
     23         }
     24     },
     25     "tapping": {
     26         "term": 175
     27     },
     28     "ws2812": {
     29         "pin": "E6"
     30     },
     31     "matrix_pins": {
     32         "cols": ["F1", "B0", "B1", "B2", "B3", "D0", "D1", "D2", "C6", "C7", "F7", "F6", "F5", "F4", "B5"],
     33         "rows": ["D4", "D7", "B6", "B4", "B7"]
     34     },
     35     "diode_direction": "COL2ROW",
     36     "processor": "atmega32u4",
     37     "bootloader": "atmel-dfu"
     38 }