qmk_firmware

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

keyboard.json (1927B)


      1 {
      2     "keyboard_name": "Tennie",
      3     "manufacturer": "Jsck",
      4     "url": "https://github.com/StoutIEEE/macropad-workshop",
      5     "maintainer": "UW Stout IEEE, Jack Hildebrandt (onemorebyte)",
      6     "usb": {
      7         "vid": "0x1EEE",
      8         "pid": "0x1313",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 1,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true,
     19             "snake": true,
     20             "knight": true,
     21             "christmas": true,
     22             "static_gradient": true,
     23             "rgb_test": true,
     24             "alternating": true,
     25             "twinkle": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "D1",
     30         "rgbw": true
     31     },
     32     "features": {
     33         "bootmagic": true,
     34         "command": true,
     35         "extrakey": true,
     36         "mousekey": true,
     37         "nkro": false,
     38         "rgblight": true
     39     },
     40     "qmk": {
     41         "locking": {
     42             "enabled": true,
     43             "resync": true
     44         }
     45     },
     46     "matrix_pins": {
     47         "cols": ["D7", "E6", "B4", "B5"],
     48         "rows": ["C6", "D4", "D0"]
     49     },
     50     "diode_direction": "COL2ROW",
     51     "processor": "atmega32u4",
     52     "bootloader": "caterina",
     53     "layouts": {
     54         "LAYOUT": {
     55             "layout": [
     56                 {"matrix": [0, 0], "x": 0.5, "y": 0},
     57                 {"matrix": [0, 1], "x": 1.5, "y": 0},
     58                 {"matrix": [0, 2], "x": 2.5, "y": 0},
     59 
     60                 {"matrix": [1, 0], "x": 0, "y": 1},
     61                 {"matrix": [1, 1], "x": 1, "y": 1},
     62                 {"matrix": [1, 2], "x": 2, "y": 1},
     63                 {"matrix": [1, 3], "x": 3, "y": 1},
     64 
     65                 {"matrix": [2, 0], "x": 0.5, "y": 2},
     66                 {"matrix": [2, 1], "x": 1.5, "y": 2},
     67                 {"matrix": [2, 2], "x": 2.5, "y": 2}
     68             ]
     69         }
     70     }
     71 }