qmk_firmware

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

keyboard.json (1241B)


      1 {
      2     "manufacturer": "flehrad",
      3     "keyboard_name": "BigSwitch PCB",
      4     "maintainer": "qmk",
      5     "debounce": 50,
      6     "development_board": "promicro",
      7     "diode_direction": "ROW2COL",
      8     "features": {
      9         "bootmagic": false,
     10         "console": true,
     11         "extrakey": true,
     12         "mousekey": true,
     13         "nkro": false,
     14         "rgblight": true
     15     },
     16     "matrix_pins": {
     17         "cols": ["B6"],
     18         "rows": ["B5"]
     19     },
     20     "rgblight": {
     21         "animations": {
     22             "alternating": true,
     23             "breathing": true,
     24             "christmas": true,
     25             "knight": true,
     26             "rainbow_mood": true,
     27             "rainbow_swirl": true,
     28             "rgb_test": true,
     29             "snake": true,
     30             "static_gradient": true,
     31             "twinkle": true
     32         },
     33         "default": {
     34             "animation": "rainbow_swirl",
     35             "val": 127
     36         },
     37         "led_count": 8
     38     },
     39     "usb": {
     40         "device_version": "0.0.1",
     41         "pid": "0xB195",
     42         "vid": "0x1209"
     43     },
     44     "ws2812": {
     45         "pin": "D3"
     46     },
     47     "layouts": {
     48         "LAYOUT": {
     49             "layout": [
     50                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
     51             ]
     52         }
     53     }
     54 }