qmk_firmware

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

keyboard.json (4894B)


      1 {
      2     "manufacturer": "kbdfans",
      3     "keyboard_name": "Kbdpadmk3",
      4     "maintainer": "kbdfans",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "rgb_matrix": true
     13     },
     14     "build": {
     15         "lto": true
     16     },
     17     "matrix_pins": {
     18         "cols": ["F7", "F6", "D5", "D3"],
     19         "rows": ["F4", "C7", "C6", "B6", "B5", "D7"]
     20     },
     21     "processor": "atmega32u4",
     22     "rgb_matrix": {
     23         "animations": {
     24             "gradient_up_down": true,
     25             "gradient_left_right": true,
     26             "breathing": true,
     27             "band_sat": true,
     28             "band_pinwheel_sat": true,
     29             "band_spiral_sat": true,
     30             "cycle_all": true,
     31             "cycle_left_right": true,
     32             "cycle_up_down": true,
     33             "rainbow_moving_chevron": true,
     34             "cycle_pinwheel": true,
     35             "cycle_spiral": true,
     36             "dual_beacon": true,
     37             "rainbow_beacon": true,
     38             "rainbow_pinwheels": true,
     39             "raindrops": true,
     40             "jellybean_raindrops": true,
     41             "hue_breathing": true,
     42             "hue_pendulum": true,
     43             "hue_wave": true,
     44             "pixel_rain": true,
     45             "pixel_flow": true,
     46             "pixel_fractal": true,
     47             "typing_heatmap": true,
     48             "digital_rain": true,
     49             "solid_reactive": true,
     50             "solid_reactive_wide": true,
     51             "solid_reactive_cross": true,
     52             "solid_reactive_nexus": true,
     53             "splash": true,
     54             "multisplash": true,
     55             "solid_splash": true
     56         },
     57         "default": {
     58             "animation": "cycle_all"
     59         },
     60         "driver": "ws2812",
     61         "layout": [
     62             {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0},
     63             {"flags": 4, "matrix": [0, 1], "x": 75, "y": 0},
     64             {"flags": 4, "matrix": [0, 2], "x": 150, "y": 0},
     65             {"flags": 4, "matrix": [0, 3], "x": 224, "y": 0},
     66             {"flags": 4, "matrix": [1, 3], "x": 224, "y": 12},
     67             {"flags": 4, "matrix": [1, 2], "x": 150, "y": 12},
     68             {"flags": 4, "matrix": [1, 1], "x": 75, "y": 12},
     69             {"flags": 4, "matrix": [1, 0], "x": 0, "y": 12},
     70             {"flags": 4, "matrix": [2, 0], "x": 0, "y": 25},
     71             {"flags": 4, "matrix": [2, 1], "x": 75, "y": 25},
     72             {"flags": 4, "matrix": [2, 2], "x": 150, "y": 25},
     73             {"flags": 4, "matrix": [2, 3], "x": 224, "y": 32},
     74             {"flags": 4, "matrix": [3, 2], "x": 150, "y": 38},
     75             {"flags": 4, "matrix": [3, 1], "x": 75, "y": 38},
     76             {"flags": 4, "matrix": [3, 0], "x": 0, "y": 38},
     77             {"flags": 4, "matrix": [4, 0], "x": 0, "y": 51},
     78             {"flags": 4, "matrix": [4, 1], "x": 75, "y": 51},
     79             {"flags": 4, "matrix": [4, 2], "x": 150, "y": 51},
     80             {"flags": 4, "matrix": [4, 3], "x": 224, "y": 57},
     81             {"flags": 4, "matrix": [5, 2], "x": 150, "y": 64},
     82             {"flags": 4, "matrix": [5, 0], "x": 37, "y": 64}
     83         ],
     84         "max_brightness": 128,
     85         "sleep": true
     86     },
     87     "ws2812": {
     88         "pin": "F5"
     89     },
     90     "usb": {
     91         "device_version": "3.0.0",
     92         "pid": "0x0012",
     93         "vid": "0x4B42"
     94     },
     95     "layouts": {
     96         "LAYOUT_numpad_6x4": {
     97             "layout": [
     98                 {"label": "K00", "matrix": [0, 0], "x": 0, "y": 0},
     99                 {"label": "K01", "matrix": [0, 1], "x": 1, "y": 0},
    100                 {"label": "K02", "matrix": [0, 2], "x": 2, "y": 0},
    101                 {"label": "K03", "matrix": [0, 3], "x": 3, "y": 0},
    102                 {"label": "K10", "matrix": [1, 0], "x": 0, "y": 1},
    103                 {"label": "K11", "matrix": [1, 1], "x": 1, "y": 1},
    104                 {"label": "K12", "matrix": [1, 2], "x": 2, "y": 1},
    105                 {"label": "K13", "matrix": [1, 3], "x": 3, "y": 1},
    106                 {"label": "K20", "matrix": [2, 0], "x": 0, "y": 2},
    107                 {"label": "K21", "matrix": [2, 1], "x": 1, "y": 2},
    108                 {"label": "K22", "matrix": [2, 2], "x": 2, "y": 2},
    109                 {"label": "K30", "matrix": [3, 0], "x": 0, "y": 3},
    110                 {"label": "K31", "matrix": [3, 1], "x": 1, "y": 3},
    111                 {"label": "K32", "matrix": [3, 2], "x": 2, "y": 3},
    112                 {"h": 2, "label": "K23", "matrix": [2, 3], "x": 3, "y": 2},
    113                 {"label": "K40", "matrix": [4, 0], "x": 0, "y": 4},
    114                 {"label": "K41", "matrix": [4, 1], "x": 1, "y": 4},
    115                 {"label": "K42", "matrix": [4, 2], "x": 2, "y": 4},
    116                 {"label": "K50", "matrix": [5, 0], "w": 2, "x": 0, "y": 5},
    117                 {"label": "K52", "matrix": [5, 2], "x": 2, "y": 5},
    118                 {"h": 2, "label": "K43", "matrix": [4, 3], "x": 3, "y": 4}
    119             ]
    120         }
    121     }
    122 }