qmk_firmware

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

keyboard.json (1155B)


      1 {
      2     "features": {
      3         "backlight": true,
      4         "bootmagic": true,
      5         "extrakey": true,
      6         "mousekey": true,
      7         "nkro": true,
      8         "rgblight": true
      9     },
     10     "qmk": {
     11         "locking": {
     12             "enabled": true,
     13             "resync": true
     14         }
     15     },
     16     "matrix_pins": {
     17         "cols": ["B0", "B1", "B2", "B3", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "F7", "D2", "D1", "D0"],
     18         "rows": ["F0", "F1", "F4", "F5", "F6"]
     19     },
     20     "diode_direction": "COL2ROW",
     21     "backlight": {
     22         "pin": "B7",
     23         "levels": 10
     24     },
     25     "rgblight": {
     26         "saturation_steps": 8,
     27         "brightness_steps": 8,
     28         "led_count": 16,
     29         "sleep": true,
     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             "speed": 10
     44         }
     45     },
     46     "ws2812": {
     47         "pin": "C6"
     48     }
     49 }