qmk_firmware

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

keyboard.json (1384B)


      1 {
      2     "keyboard_name": "BigSeries 3-Key",
      3     "manufacturer": "WoodKeys.click",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x6073",
      8         "device_version": "0.0.2"
      9     },
     10     "ws2812": {
     11         "pin": "D3"
     12     },
     13     "rgblight": {
     14         "led_count": 11,
     15         "max_brightness": 128,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "snake": true,
     21             "knight": true,
     22             "christmas": true,
     23             "static_gradient": true,
     24             "rgb_test": true,
     25             "alternating": true,
     26             "twinkle": true
     27         }
     28     },
     29     "features": {
     30         "bootmagic": false,
     31         "command": true,
     32         "console": true,
     33         "extrakey": true,
     34         "mousekey": false,
     35         "nkro": false,
     36         "rgblight": true
     37     },
     38     "matrix_pins": {
     39         "cols": ["B4", "B3", "B5"],
     40         "rows": ["B0"]
     41     },
     42     "diode_direction": "ROW2COL",
     43     "processor": "atmega32u4",
     44     "bootloader": "atmel-dfu",
     45     "debounce": 50,
     46     "layouts": {
     47         "LAYOUT": {
     48             "layout": [
     49                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4},
     50                 {"matrix": [0, 1], "x": 4, "y": 0, "w": 4, "h": 4},
     51                 {"matrix": [0, 2], "x": 8, "y": 0, "w": 4, "h": 4}
     52             ]
     53         }
     54     }
     55 }