qmk_firmware

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

keyboard.json (427B)


      1 {
      2     "processor": "atmega32u4",
      3     "bootloader": "atmel-dfu",
      4     "matrix_pins": {
      5         "direct": [
      6             ["D5", "B6", "D4", "D2", "E6", "D7"]
      7         ]
      8     },
      9     "ws2812": {
     10         "pin": "B5"
     11     },
     12     "rgblight": {
     13         "led_count": 3,
     14         "max_brightness": 40,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true
     19         }
     20     }
     21 }