qmk_firmware

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

keyboard.json (4978B)


      1 {
      2     "keyboard_name": "Montex RGB",
      3     "manufacturer": "IDOBAO",
      4     "usb": {
      5         "vid": "0x6964",
      6         "pid": "0x0127",
      7         "device_version": "0.0.1"
      8     },
      9     "rgb_matrix": {
     10         "animations": {
     11             "alphas_mods": true,
     12             "gradient_up_down": true,
     13             "gradient_left_right": true,
     14             "breathing": true,
     15             "cycle_all": true,
     16             "cycle_left_right": true,
     17             "cycle_up_down": true,
     18             "cycle_out_in": true,
     19             "cycle_pinwheel": true,
     20             "cycle_spiral": true,
     21             "rainbow_beacon": true,
     22             "raindrops": true,
     23             "jellybean_raindrops": true,
     24             "hue_breathing": true,
     25             "hue_pendulum": true,
     26             "hue_wave": true,
     27             "pixel_rain": true,
     28             "pixel_flow": true,
     29             "solid_reactive": true,
     30             "solid_reactive_wide": true,
     31             "solid_reactive_multiwide": true,
     32             "splash": true,
     33             "solid_splash": true
     34         },
     35         "driver": "ws2812",
     36         "layout": [
     37             {"x": 224, "y": 0, "flags": 2},
     38             {"x": 224, "y": 64, "flags": 2},
     39             {"x": 0, "y": 64, "flags": 2},
     40             {"x": 0, "y": 0, "flags": 2},
     41             {"matrix": [0, 2], "x": 112, "y": 0, "flags": 1},
     42             {"matrix": [0, 1], "x": 56, "y": 0, "flags": 1},
     43             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
     44             {"matrix": [5, 0], "x": 0, "y": 64, "flags": 4},
     45             {"matrix": [5, 1], "x": 84, "y": 64, "flags": 4},
     46             {"matrix": [5, 2], "x": 168, "y": 64, "flags": 4},
     47             {"matrix": [5, 3], "x": 224, "y": 58, "flags": 4},
     48             {"matrix": [4, 3], "x": 168, "y": 41, "flags": 4},
     49             {"matrix": [4, 2], "x": 112, "y": 41, "flags": 4},
     50             {"matrix": [4, 1], "x": 56, "y": 41, "flags": 4},
     51             {"matrix": [4, 0], "x": 0, "y": 41, "flags": 4},
     52             {"matrix": [3, 0], "x": 0, "y": 29, "flags": 4},
     53             {"matrix": [3, 1], "x": 56, "y": 29, "flags": 4},
     54             {"matrix": [3, 2], "x": 112, "y": 29, "flags": 4},
     55             {"matrix": [3, 3], "x": 168, "y": 29, "flags": 4},
     56             {"matrix": [2, 4], "x": 224, "y": 35, "flags": 4},
     57             {"matrix": [2, 3], "x": 168, "y": 29, "flags": 4},
     58             {"matrix": [2, 2], "x": 112, "y": 29, "flags": 4},
     59             {"matrix": [2, 1], "x": 56, "y": 29, "flags": 4},
     60             {"matrix": [2, 0], "x": 0, "y": 29, "flags": 4},
     61             {"matrix": [1, 0], "x": 0, "y": 17, "flags": 4},
     62             {"matrix": [1, 1], "x": 56, "y": 17, "flags": 4},
     63             {"matrix": [1, 2], "x": 112, "y": 17, "flags": 4},
     64             {"matrix": [1, 3], "x": 168, "y": 17, "flags": 4},
     65             {"matrix": [1, 4], "x": 224, "y": 17, "flags": 4},
     66             {"matrix": [0, 4], "x": 224, "y": 0, "flags": 1},
     67             {"matrix": [0, 3], "x": 168, "y": 0, "flags": 1}
     68         ],
     69         "max_brightness": 170
     70     },
     71     "features": {
     72         "bootmagic": true,
     73         "extrakey": true,
     74         "mousekey": true,
     75         "nkro": false,
     76         "rgb_matrix": true
     77     },
     78     "matrix_pins": {
     79         "cols": ["D5", "D3", "D2", "D1", "D0"],
     80         "rows": ["D4", "D6", "D7", "B4", "B5", "C6"]
     81     },
     82     "ws2812": {
     83         "pin": "B1"
     84     },
     85     "diode_direction": "ROW2COL",
     86     "processor": "atmega32u4",
     87     "bootloader": "atmel-dfu",
     88     "community_layouts": ["numpad_6x5"],
     89     "layouts": {
     90         "LAYOUT_numpad_6x5": {
     91             "layout": [
     92                 {"matrix": [0, 0], "x": 0, "y": 0},
     93                 {"matrix": [0, 1], "x": 1, "y": 0},
     94                 {"matrix": [0, 2], "x": 2, "y": 0},
     95                 {"matrix": [0, 3], "x": 3, "y": 0},
     96                 {"matrix": [0, 4], "x": 4, "y": 0},
     97 
     98                 {"matrix": [1, 0], "x": 0, "y": 1},
     99                 {"matrix": [1, 1], "x": 1, "y": 1},
    100                 {"matrix": [1, 2], "x": 2, "y": 1},
    101                 {"matrix": [1, 3], "x": 3, "y": 1},
    102                 {"matrix": [1, 4], "x": 4, "y": 1},
    103 
    104                 {"matrix": [2, 0], "x": 0, "y": 2},
    105                 {"matrix": [2, 1], "x": 1, "y": 2},
    106                 {"matrix": [2, 2], "x": 2, "y": 2},
    107                 {"matrix": [2, 3], "x": 3, "y": 2},
    108                 {"matrix": [2, 4], "x": 4, "y": 2, "h": 2},
    109 
    110                 {"matrix": [3, 0], "x": 0, "y": 3},
    111                 {"matrix": [3, 1], "x": 1, "y": 3},
    112                 {"matrix": [3, 2], "x": 2, "y": 3},
    113                 {"matrix": [3, 3], "x": 3, "y": 3},
    114 
    115                 {"matrix": [4, 0], "x": 0, "y": 4},
    116                 {"matrix": [4, 1], "x": 1, "y": 4},
    117                 {"matrix": [4, 2], "x": 2, "y": 4},
    118                 {"matrix": [4, 3], "x": 3, "y": 4},
    119                 {"matrix": [5, 3], "x": 4, "y": 4, "h": 2},
    120 
    121                 {"matrix": [5, 0], "x": 0, "y": 5},
    122                 {"matrix": [5, 1], "x": 1, "y": 5, "w": 2},
    123                 {"matrix": [5, 2], "x": 3, "y": 5}
    124             ]
    125         }
    126     }
    127 }