qmk_firmware

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

keyboard.json (4090B)


      1 {
      2     "manufacturer": "DOIO",
      3     "keyboard_name": "KB09-01",
      4     "maintainer": "DOIO2022",
      5     "bootloader": "stm32duino",
      6     "diode_direction": "COL2ROW",
      7     "encoder": {
      8         "rotary": [
      9             {"pin_a": "B5", "pin_b": "B6"},
     10             {"pin_a": "A1", "pin_b": "A2"}
     11         ]
     12     },
     13     "features": {
     14         "bootmagic": true,
     15         "encoder": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": true,
     19         "rgb_matrix": true
     20     },
     21     "matrix_pins": {
     22         "cols": ["B14", "B13", "B12", "B0", "A7"],
     23         "rows": ["B3", "B4", "B9", "B8"]
     24     },
     25     "processor": "STM32F103",
     26     "rgb_matrix": {
     27         "animations": {
     28             "alphas_mods": true,
     29             "band_pinwheel_sat": true,
     30             "band_pinwheel_val": true,
     31             "band_sat": true,
     32             "band_spiral_sat": true,
     33             "band_spiral_val": true,
     34             "band_val": true,
     35             "breathing": true,
     36             "cycle_all": true,
     37             "cycle_left_right": true,
     38             "cycle_out_in": true,
     39             "cycle_out_in_dual": true,
     40             "cycle_pinwheel": true,
     41             "cycle_spiral": true,
     42             "cycle_up_down": true,
     43             "digital_rain": true,
     44             "dual_beacon": true,
     45             "gradient_left_right": true,
     46             "gradient_up_down": true,
     47             "hue_breathing": true,
     48             "hue_pendulum": true,
     49             "hue_wave": true,
     50             "jellybean_raindrops": true,
     51             "multisplash": 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_up_down"
     73         },
     74         "driver": "ws2812",
     75         "layout": [
     76             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     77             {"matrix": [0, 1], "x": 56, "y": 0, "flags": 4},
     78             {"matrix": [0, 2], "x": 112, "y": 0, "flags": 4},
     79             {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
     80             {"matrix": [1, 1], "x": 56, "y": 21, "flags": 4},
     81             {"matrix": [1, 2], "x": 112, "y": 21, "flags": 4},
     82             {"matrix": [2, 0], "x": 0, "y": 42, "flags": 4},
     83             {"matrix": [2, 1], "x": 56, "y": 42, "flags": 4},
     84             {"matrix": [2, 2], "x": 112, "y": 42, "flags": 4}
     85         ],
     86         "max_brightness": 200,
     87         "sleep": true
     88     },
     89     "usb": {
     90         "device_version": "0.0.1",
     91         "pid": "0x0901",
     92         "vid": "0xD010"
     93     },
     94     "ws2812": {
     95         "pin": "A10"
     96     },
     97     "layouts": {
     98         "LAYOUT": {
     99             "layout": [
    100                 {"matrix": [1, 3], "x": 1, "y": 0},
    101                 {"matrix": [0, 0], "x": 4, "y": 0},
    102                 {"matrix": [0, 1], "x": 5, "y": 0},
    103                 {"matrix": [0, 2], "x": 6, "y": 0},
    104                 {"matrix": [0, 4], "x": 8, "y": 0},
    105                 {"matrix": [1, 4], "x": 9, "y": 0},
    106                 {"matrix": [0, 3], "x": 0, "y": 1},
    107                 {"matrix": [2, 3], "x": 2, "y": 1},
    108                 {"matrix": [1, 0], "x": 4, "y": 1},
    109                 {"matrix": [1, 1], "x": 5, "y": 1},
    110                 {"matrix": [1, 2], "x": 6, "y": 1},
    111                 {"matrix": [3, 0], "x": 1, "y": 2},
    112                 {"matrix": [2, 0], "x": 4, "y": 2},
    113                 {"matrix": [2, 1], "x": 5, "y": 2},
    114                 {"matrix": [2, 2], "x": 6, "y": 2},
    115                 {"matrix": [3, 1], "x": 3, "y": 3},
    116                 {"matrix": [3, 2], "x": 3, "y": 3}
    117             ]
    118         }
    119     }
    120 }