qmk_firmware

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

keyboard.json (4956B)


      1 {
      2     "keyboard_name": "tau4",
      3     "manufacturer": "taukeyboards",
      4     "url": "https://gaskell.tech/tau/four.html",
      5     "maintainer": "qmk",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x6060",
      9         "device_version": "0.0.1"
     10     },
     11     "bootloader": "atmel-dfu",
     12     "build": {
     13         "lto": true
     14     },
     15     "matrix_pins": {
     16         "rows": ["F4", "F5", "F6", "F7"],
     17         "cols": ["D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F1", "F0", "B0", "B1"]
     18     },
     19     "processor": "atmega32u4",
     20     "features": {
     21         "bootmagic": true,
     22         "encoder": true,
     23         "extrakey": true,
     24         "mousekey": true,
     25         "nkro": true,
     26         "oled": true,
     27         "rgblight": true
     28     },
     29     "community_layouts": ["ortho_4x12"],
     30     "diode_direction": "COL2ROW",
     31     "encoder": {
     32         "rotary": [
     33             {"pin_a": "B3", "pin_b": "B7", "resolution": 1}
     34         ]
     35     },
     36     "rgblight": {
     37         "animations": {
     38             "alternating": true,
     39             "breathing": true,
     40             "christmas": true,
     41             "knight": true,
     42             "rainbow_mood": true,
     43             "rainbow_swirl": true,
     44             "rgb_test": true,
     45             "snake": true,
     46             "static_gradient": true,
     47             "twinkle": true
     48         },
     49         "brightness_steps": 8,
     50         "layers": {
     51             "blink": false,
     52             "enabled": true,
     53             "max": 5,
     54             "override_rgb": false
     55         },
     56         "led_count": 10,
     57         "max_brightness": 128,
     58         "saturation_steps": 16,
     59         "sleep": true
     60     },
     61     "ws2812": {
     62         "pin": "B2"
     63     },
     64     "layouts": {
     65         "LAYOUT_ortho_4x12": {
     66             "layout": [
     67                 {"label": "Mute", "matrix": [0, 0], "x": 0, "y": 0},
     68                 {"label": "Q", "matrix": [0, 1], "x": 1, "y": 0},
     69                 {"label": "W", "matrix": [0, 2], "x": 2, "y": 0},
     70                 {"label": "E", "matrix": [0, 3], "x": 3, "y": 0},
     71                 {"label": "R", "matrix": [0, 4], "x": 4, "y": 0},
     72                 {"label": "T", "matrix": [0, 5], "x": 5, "y": 0},
     73                 {"label": "Y", "matrix": [0, 6], "x": 6, "y": 0},
     74                 {"label": "U", "matrix": [0, 7], "x": 7, "y": 0},
     75                 {"label": "I", "matrix": [0, 8], "x": 8, "y": 0},
     76                 {"label": "O", "matrix": [0, 9], "x": 9, "y": 0},
     77                 {"label": "P", "matrix": [0, 10], "x": 10, "y": 0},
     78                 {"label": "Backspace", "matrix": [0, 11], "x": 11, "y": 0},
     79 
     80                 {"label": "Esc", "matrix": [1, 0], "x": 0, "y": 1},
     81                 {"label": "A", "matrix": [1, 1], "x": 1, "y": 1},
     82                 {"label": "S", "matrix": [1, 2], "x": 2, "y": 1},
     83                 {"label": "D", "matrix": [1, 3], "x": 3, "y": 1},
     84                 {"label": "F", "matrix": [1, 4], "x": 4, "y": 1},
     85                 {"label": "G", "matrix": [1, 5], "x": 5, "y": 1},
     86                 {"label": "H", "matrix": [1, 6], "x": 6, "y": 1},
     87                 {"label": "J", "matrix": [1, 7], "x": 7, "y": 1},
     88                 {"label": "K", "matrix": [1, 8], "x": 8, "y": 1},
     89                 {"label": "L", "matrix": [1, 9], "x": 9, "y": 1},
     90                 {"label": ";:", "matrix": [1, 10], "x": 10, "y": 1},
     91                 {"label": "'\"", "matrix": [1, 11], "x": 11, "y": 1},
     92 
     93                 {"label": "Shift", "matrix": [2, 0], "x": 0, "y": 2},
     94                 {"label": "Z", "matrix": [2, 1], "x": 1, "y": 2},
     95                 {"label": "X", "matrix": [2, 2], "x": 2, "y": 2},
     96                 {"label": "C", "matrix": [2, 3], "x": 3, "y": 2},
     97                 {"label": "V", "matrix": [2, 4], "x": 4, "y": 2},
     98                 {"label": "B", "matrix": [2, 5], "x": 5, "y": 2},
     99                 {"label": "N", "matrix": [2, 6], "x": 6, "y": 2},
    100                 {"label": "M", "matrix": [2, 7], "x": 7, "y": 2},
    101                 {"label": ",<", "matrix": [2, 8], "x": 8, "y": 2},
    102                 {"label": ".>", "matrix": [2, 9], "x": 9, "y": 2},
    103                 {"label": "/?", "matrix": [2, 10], "x": 10, "y": 2},
    104                 {"label": "Enter", "matrix": [2, 11], "x": 11, "y": 2},
    105 
    106                 {"label": "Backspace", "matrix": [3, 0], "x": 0, "y": 3},
    107                 {"label": "Ctrl", "matrix": [3, 1], "x": 1, "y": 3},
    108                 {"label": "GUI", "matrix": [3, 2], "x": 2, "y": 3},
    109                 {"label": "Alt", "matrix": [3, 3], "x": 3, "y": 3},
    110                 {"label": "Lower", "matrix": [3, 4], "x": 4, "y": 3},
    111                 {"label": "Space", "matrix": [3, 5], "x": 5, "y": 3},
    112                 {"label": "Space", "matrix": [3, 6], "x": 6, "y": 3},
    113                 {"label": "Raise", "matrix": [3, 7], "x": 7, "y": 3},
    114                 {"label": "Left", "matrix": [3, 8], "x": 8, "y": 3},
    115                 {"label": "Down", "matrix": [3, 9], "x": 9, "y": 3},
    116                 {"label": "Up", "matrix": [3, 10], "x": 10, "y": 3},
    117                 {"label": "Right", "matrix": [3, 11], "x": 11, "y": 3}
    118             ]
    119         }
    120     }
    121 }