qmk_firmware

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

keyboard.json (1816B)


      1 {
      2     "keyboard_name": "CU7",
      3     "manufacturer": "CapsUnlocked",
      4     "url": "https://caps-unlocked.com/cu7/",
      5     "maintainer": "rys",
      6     "usb": {
      7         "vid": "0x4355",
      8         "pid": "0x0007",
      9         "device_version": "0.0.1"
     10     },
     11     "ws2812": {
     12         "pin": "F1"
     13     },
     14     "rgblight": {
     15         "hue_steps": 10,
     16         "led_count": 6,
     17         "max_brightness": 50,
     18         "animations": {
     19             "breathing": true,
     20             "rainbow_mood": true,
     21             "rainbow_swirl": true,
     22             "snake": true,
     23             "knight": true,
     24             "christmas": true,
     25             "static_gradient": true,
     26             "rgb_test": true,
     27             "alternating": true,
     28             "twinkle": true
     29         }
     30     },
     31     "features": {
     32         "bootmagic": true,
     33         "encoder": true,
     34         "extrakey": true,
     35         "mousekey": true,
     36         "nkro": false,
     37         "rgblight": true
     38     },
     39     "qmk": {
     40         "locking": {
     41             "enabled": true,
     42             "resync": true
     43         }
     44     },
     45     "matrix_pins": {
     46         "cols": ["F5", "F7", "F4"],
     47         "rows": ["D7", "F0", "F6"]
     48     },
     49     "diode_direction": "COL2ROW",
     50     "encoder": {
     51         "rotary": [
     52             {"pin_a": "D6", "pin_b": "D4", "resolution": 2}
     53         ]
     54     },
     55     "processor": "atmega32u4",
     56     "bootloader": "atmel-dfu",
     57     "layouts": {
     58         "LAYOUT": {
     59             "layout": [
     60                 {"matrix": [0, 1], "x": 0.5, "y": 0, "w": 2, "h": 2},
     61 
     62                 {"matrix": [1, 0], "x": 0, "y": 2.5},
     63                 {"matrix": [1, 1], "x": 1, "y": 2.5},
     64                 {"matrix": [1, 2], "x": 2, "y": 2.5},
     65 
     66                 {"matrix": [2, 0], "x": 0, "y": 3.5},
     67                 {"matrix": [2, 1], "x": 1, "y": 3.5},
     68                 {"matrix": [2, 2], "x": 2, "y": 3.5}
     69             ]
     70         }
     71     }
     72 }