qmk_firmware

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

keyboard.json (4892B)


      1 {
      2     "keyboard_name": "NK20",
      3     "manufacturer": "Yiancar-Designs",
      4     "url": "www.yiancar-designs.com",
      5     "maintainer": "Yiancar",
      6     "usb": {
      7         "vid": "0x8968",
      8         "pid": "0x4E4E",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": true,
     16         "rgb_matrix": true
     17     },
     18     "ws2812": {
     19         "pin": "A7",
     20         "driver": "pwm"
     21     },
     22     "rgb_matrix": {
     23         "animations": {
     24             "alphas_mods": true,
     25             "gradient_up_down": true,
     26             "gradient_left_right": true,
     27             "breathing": true,
     28             "band_sat": true,
     29             "band_val": true,
     30             "band_pinwheel_sat": true,
     31             "band_pinwheel_val": true,
     32             "band_spiral_sat": true,
     33             "band_spiral_val": true,
     34             "cycle_all": true,
     35             "cycle_left_right": true,
     36             "cycle_up_down": true,
     37             "rainbow_moving_chevron": true,
     38             "cycle_out_in": true,
     39             "cycle_out_in_dual": true,
     40             "cycle_pinwheel": true,
     41             "cycle_spiral": true,
     42             "dual_beacon": true,
     43             "rainbow_beacon": true,
     44             "rainbow_pinwheels": true,
     45             "raindrops": true,
     46             "jellybean_raindrops": true,
     47             "hue_breathing": true,
     48             "hue_pendulum": true,
     49             "hue_wave": true,
     50             "pixel_rain": true,
     51             "pixel_flow": true,
     52             "pixel_fractal": true,
     53             "typing_heatmap": true,
     54             "digital_rain": true,
     55             "solid_reactive_simple": true,
     56             "solid_reactive": true,
     57             "solid_reactive_wide": true,
     58             "solid_reactive_multiwide": true,
     59             "solid_reactive_cross": true,
     60             "solid_reactive_multicross": true,
     61             "solid_reactive_nexus": true,
     62             "solid_reactive_multinexus": true,
     63             "splash": true,
     64             "multisplash": true,
     65             "solid_splash": true,
     66             "solid_multisplash": true
     67         },
     68         "driver": "ws2812",
     69         "layout": [
     70             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
     71             {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1},
     72             {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1},
     73             {"matrix": [1, 3], "x": 224, "y": 15, "flags": 1},
     74             {"matrix": [1, 2], "x": 149, "y": 15, "flags": 1},
     75             {"matrix": [1, 1], "x": 75, "y": 15, "flags": 1},
     76             {"matrix": [1, 0], "x": 0, "y": 15, "flags": 1},
     77             {"matrix": [2, 0], "x": 0, "y": 27, "flags": 4},
     78             {"matrix": [2, 1], "x": 75, "y": 27, "flags": 4},
     79             {"matrix": [2, 2], "x": 149, "y": 27, "flags": 4},
     80             {"matrix": [2, 3], "x": 224, "y": 34, "flags": 1},
     81             {"matrix": [3, 2], "x": 149, "y": 40, "flags": 4},
     82             {"matrix": [3, 1], "x": 75, "y": 40, "flags": 4},
     83             {"matrix": [3, 0], "x": 0, "y": 40, "flags": 4},
     84             {"matrix": [4, 0], "x": 0, "y": 52, "flags": 4},
     85             {"matrix": [4, 1], "x": 75, "y": 52, "flags": 4},
     86             {"matrix": [4, 2], "x": 149, "y": 52, "flags": 4},
     87             {"matrix": [4, 3], "x": 224, "y": 58, "flags": 1},
     88             {"matrix": [5, 2], "x": 149, "y": 64, "flags": 4},
     89             {"matrix": [5, 0], "x": 37, "y": 64, "flags": 4}
     90         ],
     91         "max_brightness": 210,
     92         "sleep": true
     93     },
     94     "matrix_pins": {
     95         "cols": ["B13", "B14", "B15", "A4"],
     96         "rows": ["B12", "A5", "A3", "A2", "A1", "A0"]
     97     },
     98     "diode_direction": "COL2ROW",
     99     "processor": "STM32F072",
    100     "bootloader": "stm32-dfu",
    101     "layout_aliases": {
    102         "LAYOUT_all": "LAYOUT"
    103     },
    104     "layouts": {
    105         "LAYOUT": {
    106             "layout": [
    107                 {"matrix": [0, 0], "x": 0, "y": 0},
    108                 {"matrix": [0, 1], "x": 1, "y": 0},
    109                 {"matrix": [0, 2], "x": 2, "y": 0},
    110 
    111                 {"matrix": [1, 0], "x": 0, "y": 1},
    112                 {"matrix": [1, 1], "x": 1, "y": 1},
    113                 {"matrix": [1, 2], "x": 2, "y": 1},
    114                 {"matrix": [1, 3], "x": 3, "y": 1},
    115 
    116                 {"matrix": [2, 0], "x": 0, "y": 2},
    117                 {"matrix": [2, 1], "x": 1, "y": 2},
    118                 {"matrix": [2, 2], "x": 2, "y": 2},
    119                 {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
    120 
    121                 {"matrix": [3, 0], "x": 0, "y": 3},
    122                 {"matrix": [3, 1], "x": 1, "y": 3},
    123                 {"matrix": [3, 2], "x": 2, "y": 3},
    124 
    125                 {"matrix": [4, 0], "x": 0, "y": 4},
    126                 {"matrix": [4, 1], "x": 1, "y": 4},
    127                 {"matrix": [4, 2], "x": 2, "y": 4},
    128                 {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
    129 
    130                 {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
    131                 {"matrix": [5, 2], "x": 2, "y": 5}
    132             ]
    133         }
    134     }
    135 }