qmk_firmware

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

keyboard.json (4178B)


      1 {
      2     "keyboard_name": "Zeuspad",
      3     "manufacturer": "Koobaczech",
      4     "maintainer": "Koobaczech",
      5     "usb": {
      6         "vid": "0x6963",
      7         "pid": "0x6967",
      8         "device_version": "0.0.1"
      9     },
     10     "build": {
     11         "lto": true
     12     },
     13     "features": {
     14         "bootmagic": false,
     15         "encoder": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": true,
     19         "oled": true,
     20         "rgblight": true
     21     },
     22     "qmk": {
     23         "locking": {
     24             "enabled": true,
     25             "resync": true
     26         }
     27     },
     28     "matrix_pins": {
     29         "cols": ["B0", "F0", "F5", "F6"],
     30         "rows": ["D2", "D3", "D5", "F7", "F4", "F1"]
     31     },
     32     "diode_direction": "COL2ROW",
     33     "encoder": {
     34         "rotary": [
     35             {"pin_a": "D6", "pin_b": "D4", "resolution": 1}
     36         ]
     37     },
     38     "rgblight": {
     39         "saturation_steps": 8,
     40         "brightness_steps": 8,
     41         "led_count": 2,
     42         "sleep": true,
     43         "animations": {
     44             "breathing": true,
     45             "rainbow_mood": true,
     46             "rainbow_swirl": true,
     47             "snake": true,
     48             "knight": true,
     49             "christmas": true,
     50             "static_gradient": true,
     51             "alternating": true,
     52             "twinkle": true
     53         }
     54     },
     55     "ws2812": {
     56         "pin": "B7"
     57     },
     58     "processor": "atmega32u4",
     59     "bootloader": "atmel-dfu",
     60     "debounce": 0,
     61     "community_layouts": ["numpad_6x4"],
     62     "layout_aliases": {
     63         "LAYOUT_all": "LAYOUT_ortho_6x4"
     64     },
     65     "layouts": {
     66         "LAYOUT_ortho_6x4": {
     67             "layout": [
     68                 {"matrix": [0, 0], "x": 0, "y": 0},
     69                 {"matrix": [0, 1], "x": 1, "y": 0},
     70                 {"matrix": [0, 2], "x": 2, "y": 0},
     71                 {"matrix": [0, 3], "x": 3, "y": 0},
     72 
     73                 {"matrix": [1, 0], "x": 0, "y": 1.25},
     74                 {"matrix": [1, 1], "x": 1, "y": 1.25},
     75                 {"matrix": [1, 2], "x": 2, "y": 1.25},
     76                 {"matrix": [1, 3], "x": 3, "y": 1.25},
     77 
     78                 {"matrix": [2, 0], "x": 0, "y": 2.25},
     79                 {"matrix": [2, 1], "x": 1, "y": 2.25},
     80                 {"matrix": [2, 2], "x": 2, "y": 2.25},
     81                 {"matrix": [2, 3], "x": 3, "y": 2.25},
     82 
     83                 {"matrix": [3, 0], "x": 0, "y": 3.25},
     84                 {"matrix": [3, 1], "x": 1, "y": 3.25},
     85                 {"matrix": [3, 2], "x": 2, "y": 3.25},
     86                 {"matrix": [3, 3], "x": 3, "y": 3.25},
     87 
     88                 {"matrix": [4, 0], "x": 0, "y": 4.25},
     89                 {"matrix": [4, 1], "x": 1, "y": 4.25},
     90                 {"matrix": [4, 2], "x": 2, "y": 4.25},
     91                 {"matrix": [4, 3], "x": 3, "y": 4.25},
     92 
     93                 {"matrix": [5, 0], "x": 0, "y": 5.25},
     94                 {"matrix": [5, 1], "x": 1, "y": 5.25},
     95                 {"matrix": [5, 2], "x": 2, "y": 5.25},
     96                 {"matrix": [5, 3], "x": 3, "y": 5.25}
     97             ]
     98         },
     99         "LAYOUT_numpad_6x4": {
    100             "layout": [
    101                 {"matrix": [0, 0], "x": 0, "y": 0},
    102                 {"matrix": [0, 1], "x": 1, "y": 0},
    103                 {"matrix": [0, 2], "x": 2, "y": 0},
    104                 {"matrix": [0, 3], "x": 3, "y": 0},
    105 
    106                 {"matrix": [1, 0], "x": 0, "y": 1.25},
    107                 {"matrix": [1, 1], "x": 1, "y": 1.25},
    108                 {"matrix": [1, 2], "x": 2, "y": 1.25},
    109                 {"matrix": [1, 3], "x": 3, "y": 1.25},
    110 
    111                 {"matrix": [2, 0], "x": 0, "y": 2.25},
    112                 {"matrix": [2, 1], "x": 1, "y": 2.25},
    113                 {"matrix": [2, 2], "x": 2, "y": 2.25},
    114 
    115                 {"matrix": [3, 0], "x": 0, "y": 3.25},
    116                 {"matrix": [3, 1], "x": 1, "y": 3.25},
    117                 {"matrix": [3, 2], "x": 2, "y": 3.25},
    118                 {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
    119 
    120                 {"matrix": [4, 0], "x": 0, "y": 4.25},
    121                 {"matrix": [4, 1], "x": 1, "y": 4.25},
    122                 {"matrix": [4, 2], "x": 2, "y": 4.25},
    123 
    124                 {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
    125                 {"matrix": [5, 2], "x": 2, "y": 5.25},
    126                 {"matrix": [5, 3], "x": 3, "y": 4.25, "h": 2}
    127             ]
    128         }
    129     }
    130 }