qmk_firmware

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

keyboard.json (1716B)


      1 {
      2     "keyboard_name": "h08",
      3     "manufacturer": "Hiney LLC",
      4     "maintainer": "hineybush",
      5     "usb": {
      6         "vid": "0x04D8",
      7         "pid": "0xE8E9",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": true,
     15         "rgblight": true
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["F4", "C7", "D0", "D1"],
     25         "rows": ["B4", "B6"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "ws2812": {
     29         "pin": "F1"
     30     },
     31     "rgblight": {
     32         "saturation_steps": 8,
     33         "brightness_steps": 8,
     34         "led_count": 7,
     35         "max_brightness": 220,
     36         "sleep": true,
     37         "animations": {
     38             "breathing": true,
     39             "rainbow_mood": true,
     40             "rainbow_swirl": true,
     41             "snake": true,
     42             "knight": true,
     43             "christmas": true,
     44             "static_gradient": true,
     45             "rgb_test": true,
     46             "alternating": true,
     47             "twinkle": true
     48         }
     49     },
     50     "processor": "atmega32u4",
     51     "bootloader": "atmel-dfu",
     52     "layouts": {
     53         "LAYOUT": {
     54             "layout": [
     55                 {"matrix": [0, 0], "x": 0, "y": 0},
     56                 {"matrix": [0, 1], "x": 1, "y": 0},
     57                 {"matrix": [0, 2], "x": 2, "y": 0},
     58                 {"matrix": [0, 3], "x": 3, "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         }
     66     }
     67 }