qmk_firmware

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

keyboard.json (1847B)


      1 {
      2     "keyboard_name": "Lynepad",
      3     "manufacturer": "QVEX",
      4     "url": "https://www.tindie.com/products/qvex_tech/qvex-lynepad-macro-keypad/",
      5     "maintainer": "KemoNine",
      6     "usb": {
      7       "vid": "0x5156",
      8       "pid": "0x4C50",
      9       "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["F0", "F1", "F4", "F5"],
     21         "rows": ["C7", "F7", "F6"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "encoder": {
     25       "rotary": [
     26         {"pin_a": "D0", "pin_b": "D1"},
     27         {"pin_a": "B5", "pin_b": "D6"}
     28       ]
     29     },
     30     "ws2812": {
     31       "pin": "D3"
     32     },
     33     "rgblight": {
     34       "saturation_steps": 8,
     35       "brightness_steps": 8,
     36       "led_count": 4,
     37       "max_brightness": 240,
     38       "animations": {
     39         "breathing": true,
     40         "rainbow_mood": true,
     41         "rainbow_swirl": true,
     42         "snake": true,
     43         "knight": true,
     44         "christmas": true,
     45         "static_gradient": true,
     46         "rgb_test": true,
     47         "alternating": true,
     48         "twinkle": true
     49       }
     50     },
     51     "processor": "atmega32u4",
     52     "bootloader": "caterina",
     53     "layouts": {
     54       "LAYOUT": {
     55         "layout": [
     56           {"matrix": [0, 0], "x": 0, "y": 0},
     57           {"matrix": [0, 1], "x": 1, "y": 0},
     58           {"matrix": [0, 2], "x": 2, "y": 0},
     59           {"matrix": [0, 3], "x": 3, "y": 0},
     60 
     61           {"matrix": [1, 0], "x": 0, "y": 1},
     62           {"matrix": [1, 1], "x": 1, "y": 1},
     63           {"matrix": [1, 2], "x": 2, "y": 1},
     64           {"matrix": [1, 3], "x": 3, "y": 1},
     65 
     66           {"matrix": [2, 0], "x": 0, "y": 2},
     67           {"matrix": [2, 1], "x": 1, "y": 2},
     68           {"matrix": [2, 2], "x": 2, "y": 2}
     69         ]
     70       }
     71     }
     72   }