qmk_firmware

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

keyboard.json (3560B)


      1 {
      2     "manufacturer": "Keebio",
      3     "keyboard_name": "BAMFK-1",
      4     "maintainer": "nooges",
      5     "bootloader": "atmel-dfu",
      6     "encoder": {
      7         "enabled": true,
      8         "rotary": [
      9             {"pin_a": "C7", "pin_b": "B5"},
     10             {"pin_a": "D7", "pin_b": "D4"}
     11         ]
     12     },
     13     "features": {
     14         "bootmagic": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "rgb_matrix": true
     18     },
     19     "matrix_pins": {
     20         "direct": [
     21             ["E6", "B6", "D6"]
     22         ]
     23     },
     24     "processor": "atmega32u4",
     25     "rgb_matrix": {
     26         "animations": {
     27             "alphas_mods": true,
     28             "band_pinwheel_sat": true,
     29             "band_pinwheel_val": true,
     30             "band_sat": true,
     31             "band_spiral_sat": true,
     32             "band_spiral_val": true,
     33             "band_val": true,
     34             "breathing": true,
     35             "cycle_all": true,
     36             "cycle_left_right": true,
     37             "cycle_out_in": true,
     38             "cycle_out_in_dual": true,
     39             "cycle_pinwheel": true,
     40             "cycle_spiral": true,
     41             "cycle_up_down": true,
     42             "digital_rain": true,
     43             "dual_beacon": true,
     44             "gradient_left_right": true,
     45             "gradient_up_down": true,
     46             "hue_breathing": true,
     47             "hue_pendulum": true,
     48             "hue_wave": true,
     49             "jellybean_raindrops": true,
     50             "multisplash": true,
     51             "pixel_flow": true,
     52             "pixel_fractal": true,
     53             "pixel_rain": true,
     54             "rainbow_beacon": true,
     55             "rainbow_moving_chevron": true,
     56             "rainbow_pinwheels": true,
     57             "raindrops": true,
     58             "solid_multisplash": true,
     59             "solid_reactive": true,
     60             "solid_reactive_cross": true,
     61             "solid_reactive_multicross": true,
     62             "solid_reactive_multinexus": true,
     63             "solid_reactive_multiwide": true,
     64             "solid_reactive_nexus": true,
     65             "solid_reactive_simple": true,
     66             "solid_reactive_wide": true,
     67             "solid_splash": true,
     68             "splash": true,
     69             "typing_heatmap": true
     70         },
     71         "default": {
     72             "animation": "cycle_pinwheel",
     73             "speed": 48
     74         },
     75         "driver": "ws2812",
     76         "layout": [
     77             {"x": 56, "y": 0, "flags": 4},
     78             {"x": 168, "y": 0, "flags": 4},
     79             {"x": 224, "y": 16, "flags": 4},
     80             {"x": 224, "y": 48, "flags": 4},
     81             {"matrix": [0, 2], "x": 168, "y": 64, "flags": 4},
     82             {"matrix": [0, 1], "x": 56, "y": 64, "flags": 4},
     83             {"x": 0, "y": 48, "flags": 4},
     84             {"x": 0, "y": 16, "flags": 4},
     85             {"x": 0, "y": 0, "flags": 2},
     86             {"x": 112, "y": 0, "flags": 2},
     87             {"x": 224, "y": 0, "flags": 2},
     88             {"x": 224, "y": 32, "flags": 2},
     89             {"x": 224, "y": 64, "flags": 2},
     90             {"x": 112, "y": 64, "flags": 2},
     91             {"x": 224, "y": 64, "flags": 2},
     92             {"matrix": [0, 0], "x": 112, "y": 32, "flags": 2}
     93         ],
     94         "sleep": true
     95     },
     96     "url": "https://keeb.io",
     97     "usb": {
     98         "device_version": "0.0.1",
     99         "pid": "0x1211",
    100         "vid": "0xCB10"
    101     },
    102     "ws2812": {
    103         "pin": "D3"
    104     },
    105     "layouts": {
    106         "LAYOUT": {
    107             "layout": [
    108                 {"matrix": [0, 0], "x": 1, "y": 0, "w": 2, "h": 2},
    109                 {"matrix": [0, 1], "x": 0, "y": 2.25},
    110                 {"matrix": [0, 2], "x": 3, "y": 2.25}
    111             ]
    112         }
    113     }
    114 }