qmk_firmware

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

keyboard.json (1281B)


      1 {
      2     "keyboard_name": "Red Comet Big Switch",
      3     "manufacturer": "zFrontier",
      4     "url": "https://en.zfrontier.com/products/redcomet-bigswitch-combo",
      5     "maintainer": "carlxia",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0A01",
      9         "device_version": "0.0.5"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "console": true,
     14         "extrakey": false,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["F1"],
     21         "rows": ["F0"]
     22     },
     23     "rgblight": {
     24         "led_count": 4,
     25         "animations": {
     26             "breathing": true,
     27             "rainbow_mood": true,
     28             "rainbow_swirl": true,
     29             "snake": true,
     30             "knight": true,
     31             "christmas": true,
     32             "static_gradient": true,
     33             "rgb_test": true,
     34             "alternating": true,
     35             "twinkle": true
     36         }
     37     },
     38     "tapping": {
     39         "term": 500
     40     },
     41     "ws2812": {
     42         "pin": "B6"
     43     },
     44     "diode_direction": "COL2ROW",
     45     "processor": "atmega32u4",
     46     "bootloader": "atmel-dfu",
     47     "layouts": {
     48         "LAYOUT": {
     49             "layout": [
     50                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
     51             ]
     52         }
     53     }
     54 }