qmk_firmware

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

keyboard.json (4249B)


      1 {
      2     "keyboard_name": "NEBULA12B",
      3     "manufacturer": "Yiancar-Designs",
      4     "maintainer": "yiancar",
      5     "usb": {
      6         "vid": "0x8968",
      7         "pid": "0x5332",
      8         "device_version": "0.0.1"
      9     },
     10     "ws2812": {
     11         "pin": "D5"
     12     },
     13     "rgb_matrix": {
     14         "animations": {
     15             "alphas_mods": true,
     16             "gradient_up_down": true,
     17             "gradient_left_right": true,
     18             "breathing": true,
     19             "band_sat": true,
     20             "band_val": true,
     21             "band_pinwheel_sat": true,
     22             "band_pinwheel_val": true,
     23             "band_spiral_sat": true,
     24             "band_spiral_val": true,
     25             "cycle_all": true,
     26             "cycle_left_right": true,
     27             "cycle_up_down": true,
     28             "rainbow_moving_chevron": true,
     29             "cycle_out_in": true,
     30             "cycle_out_in_dual": true,
     31             "cycle_pinwheel": true,
     32             "cycle_spiral": true,
     33             "dual_beacon": true,
     34             "rainbow_beacon": true,
     35             "rainbow_pinwheels": true,
     36             "raindrops": true,
     37             "jellybean_raindrops": true,
     38             "hue_breathing": true,
     39             "hue_pendulum": true,
     40             "hue_wave": true,
     41             "pixel_rain": true,
     42             "pixel_flow": true,
     43             "pixel_fractal": true,
     44             "typing_heatmap": true,
     45             "digital_rain": true,
     46             "solid_reactive_simple": true,
     47             "solid_reactive": true,
     48             "solid_reactive_wide": true,
     49             "solid_reactive_multiwide": true,
     50             "solid_reactive_cross": true,
     51             "solid_reactive_multicross": true,
     52             "solid_reactive_nexus": true,
     53             "solid_reactive_multinexus": true,
     54             "splash": true,
     55             "multisplash": true,
     56             "solid_splash": true,
     57             "solid_multisplash": true
     58         },
     59         "driver": "ws2812",
     60         "layout": [
     61             {"x": 224, "y": 0, "flags": 2},
     62             {"matrix": [0, 2], "x": 224, "y": 9, "flags": 4},
     63             {"matrix": [1, 2], "x": 224, "y": 27, "flags": 4},
     64             {"matrix": [1, 1], "x": 112, "y": 27, "flags": 4},
     65             {"matrix": [1, 0], "x": 0, "y": 27, "flags": 4},
     66             {"matrix": [2, 0], "x": 0, "y": 46, "flags": 4},
     67             {"matrix": [2, 1], "x": 112, "y": 46, "flags": 4},
     68             {"matrix": [2, 2], "x": 224, "y": 46, "flags": 4},
     69             {"x": 224, "y": 55, "flags": 2},
     70             {"matrix": [3, 2], "x": 224, "y": 64, "flags": 4},
     71             {"matrix": [3, 1], "x": 112, "y": 64, "flags": 4},
     72             {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4},
     73             {"x": 0, "y": 55, "flags": 2},
     74             {"matrix": [0, 0], "x": 0, "y": 9, "flags": 4},
     75             {"x": 0, "y": 0, "flags": 2},
     76             {"matrix": [0, 1], "x": 112, "y": 9, "flags": 4}
     77         ],
     78         "sleep": true
     79     },
     80     "build": {
     81         "lto": true
     82     },
     83     "features": {
     84         "bootmagic": true,
     85         "extrakey": true,
     86         "mousekey": true,
     87         "nkro": true,
     88         "rgb_matrix": true
     89     },
     90     "matrix_pins": {
     91         "cols": ["F4", "F5", "D7"],
     92         "rows": ["B7", "B4", "F7", "F6"]
     93     },
     94     "diode_direction": "COL2ROW",
     95     "processor": "atmega32u4",
     96     "bootloader": "atmel-dfu",
     97     "layout_aliases": {
     98         "LAYOUT_all": "LAYOUT_ortho_4x3"
     99     },
    100     "layouts": {
    101         "LAYOUT_ortho_4x3": {
    102             "layout": [
    103                 {"label": "7", "matrix": [0, 0], "x": 0, "y": 0},
    104                 {"label": "8", "matrix": [0, 1], "x": 1, "y": 0},
    105                 {"label": "9", "matrix": [0, 2], "x": 2, "y": 0},
    106 
    107                 {"label": "4", "matrix": [1, 0], "x": 0, "y": 1},
    108                 {"label": "5", "matrix": [1, 1], "x": 1, "y": 1},
    109                 {"label": "6", "matrix": [1, 2], "x": 2, "y": 1},
    110 
    111                 {"label": "1", "matrix": [2, 0], "x": 0, "y": 2},
    112                 {"label": "2", "matrix": [2, 1], "x": 1, "y": 2},
    113                 {"label": "3", "matrix": [2, 2], "x": 2, "y": 2},
    114 
    115                 {"label": "Fn", "matrix": [3, 0], "x": 0, "y": 3},
    116                 {"label": "0", "matrix": [3, 1], "x": 1, "y": 3},
    117                 {"label": ".", "matrix": [3, 2], "x": 2, "y": 3}
    118             ]
    119         }
    120     }
    121 }