qmk_firmware

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

keyboard.json (5055B)


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