qmk_firmware

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

keyboard.json (1080B)


      1 {
      2     "build": {
      3         "lto": false
      4     },
      5     "features": {
      6         "backlight": true,
      7         "bootmagic": true,
      8         "command": true,
      9         "extrakey": true,
     10         "mousekey": false,
     11         "nkro": true,
     12         "rgblight": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "eeprom": {
     21         "driver": "i2c"
     22     },
     23     "backlight": {
     24         "pin": "A6",
     25         "levels": 20,
     26         "breathing": true
     27     },
     28     "rgblight": {
     29         "led_count": 22,
     30         "animations": {
     31             "breathing": true,
     32             "rainbow_mood": true,
     33             "rainbow_swirl": true,
     34             "snake": true,
     35             "knight": true,
     36             "christmas": true,
     37             "static_gradient": true,
     38             "rgb_test": true,
     39             "alternating": true,
     40             "twinkle": true
     41         },
     42         "default": {
     43             "val": 0
     44         }
     45     },
     46     "ws2812": {
     47         "pin": "B15",
     48         "driver": "pwm"
     49     },
     50     "processor": "STM32F411",
     51     "bootloader": "stm32-dfu"
     52 }