qmk_firmware

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

keyboard.json (2794B)


      1 {
      2     "keyboard_name": "0xC.pad",
      3     "url": "https://s-ol.nu/0xC.pad",
      4     "diode_direction": "ROW2COL",
      5     "build": {
      6         "lto": true
      7     },
      8     "features": {
      9         "bootmagic": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true,
     13         "rgb_matrix": true
     14     },
     15     "matrix_pins": {
     16       "rows": ["B7", "B6", "B5", "B4"],
     17       "cols": ["D4", "D3", "D2", "D1"]
     18     },
     19     "ws2812": {
     20         "pin": "C7"
     21     },
     22     "rgb_matrix": {
     23         "animations": {
     24             "breathing": true,
     25             "band_sat": true,
     26             "band_val": true,
     27             "band_spiral_sat": true,
     28             "band_spiral_val": true,
     29             "cycle_all": true,
     30             "cycle_left_right": true,
     31             "cycle_up_down": true,
     32             "cycle_out_in": true,
     33             "cycle_spiral": true,
     34             "hue_breathing": true,
     35             "hue_wave": true,
     36             "solid_reactive_simple": true,
     37             "solid_reactive_wide": true,
     38             "typing_heatmap": true,
     39             "solid_reactive": true,
     40             "splash": true
     41         },
     42         "driver": "ws2812",
     43         "layout": [
     44             {"matrix": [0, 0], "x": 74, "y": 0, "flags": 4},
     45             {"matrix": [1, 0], "x": 148, "y": 0, "flags": 4},
     46             {"matrix": [2, 0], "x": 37, "y": 21, "flags": 4},
     47             {"matrix": [3, 1], "x": 111, "y": 21, "flags": 4},
     48             {"matrix": [2, 1], "x": 185, "y": 21, "flags": 4},
     49             {"matrix": [1, 1], "x": 0, "y": 42, "flags": 4},
     50             {"matrix": [0, 1], "x": 74, "y": 42, "flags": 4},
     51             {"matrix": [1, 2], "x": 148, "y": 42, "flags": 4},
     52             {"matrix": [2, 2], "x": 224, "y": 42, "flags": 4},
     53             {"matrix": [3, 2], "x": 37, "y": 64, "flags": 4},
     54             {"matrix": [3, 3], "x": 111, "y": 64, "flags": 4},
     55             {"matrix": [2, 3], "x": 185, "y": 64, "flags": 4}
     56         ]
     57     },
     58     "layouts": {
     59         "LAYOUT": {
     60             "layout": [
     61                 {"matrix": [0, 0], "x": 1, "y": 0},
     62                 {"matrix": [0, 1], "x": 2, "y": 0},
     63 
     64                 {"matrix": [1, 0], "x": 0.5, "y": 1},
     65                 {"matrix": [1, 1], "x": 1.5, "y": 1},
     66                 {"matrix": [1, 2], "x": 2.5, "y": 1},
     67 
     68                 {"matrix": [2, 0], "x": 0, "y": 2},
     69                 {"matrix": [2, 1], "x": 1, "y": 2},
     70                 {"matrix": [2, 2], "x": 2, "y": 2},
     71                 {"matrix": [2, 3], "x": 3, "y": 2},
     72 
     73                 {"matrix": [3, 1], "x": 0.5, "y": 3},
     74                 {"matrix": [3, 2], "x": 1.5, "y": 3},
     75                 {"matrix": [3, 3], "x": 2.5, "y": 3}
     76             ]
     77         }
     78     },
     79     "usb": {
     80       "vid": "0x732D",
     81       "pid": "0x0C70",
     82       "device_version": "0.0.1"
     83     },
     84     "processor": "atmega32u2",
     85     "bootloader": "atmel-dfu"
     86 }