qmk_firmware

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

keyboard.json (1388B)


      1 {
      2     "keyboard_name": "The Key",
      3     "manufacturer": "Drop Inc.",
      4     "url": "https://drop.com/buy/stack-overflow-the-key-macropad",
      5     "maintainer": "zvecr",
      6     "usb": {
      7         "vid": "0x359B",
      8         "pid": "0x0002",
      9         "device_version": "1.0.0"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "backlight": true,
     16         "rgblight": true
     17     },
     18     "processor": "atmega32u4",
     19     "bootloader": "atmel-dfu",
     20     "matrix_pins": {
     21         "cols": ["D2", "D1", "D0"],
     22         "rows": ["D4"]
     23     },
     24     "diode_direction": "ROW2COL",
     25     "backlight": {
     26         "pin": "B6",
     27         "breathing": true
     28     },
     29     "rgblight": {
     30         "led_count": 2,
     31         "sleep": true,
     32         "animations": {
     33             "alternating": true,
     34             "breathing": true,
     35             "christmas": true,
     36             "knight": true,
     37             "rainbow_mood": true,
     38             "rainbow_swirl": true,
     39             "rgb_test": true,
     40             "snake": true,
     41             "static_gradient": true,
     42             "twinkle": true
     43         }
     44     },
     45     "ws2812": {
     46         "pin": "B1"
     47     },
     48     "layouts": {
     49         "LAYOUT": {
     50             "layout": [
     51                 {"matrix": [0, 0], "x": 0, "y": 0},
     52                 {"matrix": [0, 1], "x": 1, "y": 0},
     53                 {"matrix": [0, 2], "x": 2, "y": 0}
     54             ]
     55         }
     56     }
     57 }