qmk_firmware

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

keyboard.json (1008B)


      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     "backlight": {
     21         "pin": "A6",
     22         "levels": 20,
     23         "breathing": true
     24     },
     25     "rgblight": {
     26         "led_count": 22,
     27         "animations": {
     28             "breathing": true,
     29             "rainbow_mood": true,
     30             "rainbow_swirl": true,
     31             "snake": true,
     32             "knight": true,
     33             "christmas": true,
     34             "static_gradient": true,
     35             "rgb_test": true,
     36             "alternating": true,
     37             "twinkle": true
     38         },
     39         "default": {
     40             "val": 0
     41         }
     42     },
     43     "ws2812": {
     44         "pin": "B15"
     45     },
     46     "processor": "STM32F072",
     47     "bootloader": "stm32-dfu"
     48 }