qmk_firmware

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

keyboard.json (1575B)


      1 {
      2     "keyboard_name": "Cassette8",
      3     "manufacturer": "LAZYDESIGNERS",
      4     "url": "http://lazydesigners.cn",
      5     "maintainer": "Jacky@LAZYDESIGNERS",
      6     "usb": {
      7         "vid": "0x4C44",
      8         "pid": "0x0008",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "led_count": 15,
     13         "sleep": true,
     14         "animations": {
     15             "breathing": true,
     16             "rainbow_mood": true,
     17             "rainbow_swirl": true,
     18             "snake": true,
     19             "knight": true,
     20             "christmas": true,
     21             "static_gradient": true,
     22             "rgb_test": true,
     23             "alternating": true,
     24             "twinkle": true
     25         }
     26     },
     27     "ws2812": {
     28         "pin": "C2"
     29     },
     30     "features": {
     31         "bootmagic": true,
     32         "extrakey": true,
     33         "mousekey": true,
     34         "nkro": true,
     35         "rgblight": true
     36     },
     37     "matrix_pins": {
     38         "cols": ["B5", "B4", "B1", "B0"],
     39         "rows": ["B3", "B2"]
     40     },
     41     "diode_direction": "COL2ROW",
     42     "processor": "atmega32u2",
     43     "bootloader": "atmel-dfu",
     44     "layouts": {
     45         "LAYOUT": {
     46             "layout": [
     47                 {"matrix": [0, 0], "x": 0, "y": 0},
     48                 {"matrix": [0, 1], "x": 1, "y": 0},
     49                 {"matrix": [0, 2], "x": 2, "y": 0},
     50                 {"matrix": [0, 3], "x": 3, "y": 0},
     51 
     52                 {"matrix": [1, 0], "x": 0, "y": 1},
     53                 {"matrix": [1, 1], "x": 1, "y": 1},
     54                 {"matrix": [1, 2], "x": 2, "y": 1},
     55                 {"matrix": [1, 3], "x": 3, "y": 1}
     56             ]
     57         }
     58     }
     59 }