qmk_firmware

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

keyboard.json (2489B)


      1 {
      2     "keyboard_name": "DogTag",
      3     "manufacturer": "takashicompany",
      4     "url": "https://github.com/takashicompany/dogtag",
      5     "maintainer": "takashicompany",
      6     "usb": {
      7         "vid": "0x7463",
      8         "pid": "0x0018",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "mousekey": true,
     14         "extrakey": true,
     15         "rgblight": true
     16     },
     17     "ws2812": {
     18         "pin": "D3"
     19     },
     20     "matrix_pins": {
     21         "cols": ["F4", "F5", "F6", "F7", "B1"],
     22         "rows": ["B2", "B6"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "encoder": {
     26         "enabled": true,
     27         "rotary": [
     28             {"pin_a": "D4", "pin_b": "C6"}
     29         ]
     30     },
     31     "split": {
     32         "enabled": true,
     33         "serial": {
     34             "pin": "D2"
     35         },
     36         "matrix_pins": {
     37             "right": {
     38                 "cols": ["B1", "F7", "F6", "F5", "F4"],
     39                 "rows": ["B2", "B6"]
     40             }
     41         }
     42     },
     43     "development_board": "promicro",
     44     "rgblight": {
     45         "led_count": 8,
     46         "split_count": [4, 4],
     47         "sleep": true,
     48         "animations": {
     49             "alternating": true,
     50             "breathing": true,
     51             "christmas": true,
     52             "knight": true,
     53             "rainbow_mood": true,
     54             "rainbow_swirl": true,
     55             "rgb_test": true,
     56             "snake": true,
     57             "static_gradient": true,
     58             "twinkle": true
     59         }
     60     },
     61     "layouts": {
     62         "LAYOUT": {
     63             "layout": [
     64                 {"matrix": [0, 0], "x": 0, "y": 0},
     65                 {"matrix": [0, 1], "x": 1, "y": 0},
     66                 {"matrix": [0, 2], "x": 2, "y": 0},
     67                 {"matrix": [0, 3], "x": 3, "y": 0},
     68 
     69                 {"matrix": [2, 1], "x": 8, "y": 0},
     70                 {"matrix": [2, 2], "x": 9, "y": 0},
     71                 {"matrix": [2, 3], "x": 10, "y": 0},
     72                 {"matrix": [2, 4], "x": 11, "y": 0},
     73 
     74                 {"matrix": [1, 0], "x": 0, "y": 1},
     75                 {"matrix": [1, 1], "x": 1, "y": 1},
     76                 {"matrix": [1, 2], "x": 2, "y": 1},
     77                 {"matrix": [1, 3], "x": 3, "y": 1},
     78                 {"matrix": [1, 4], "x": 4, "y": 2},
     79 
     80                 {"matrix": [3, 0], "x": 7, "y": 2},
     81                 {"matrix": [3, 1], "x": 8, "y": 1},
     82                 {"matrix": [3, 2], "x": 9, "y": 1},
     83                 {"matrix": [3, 3], "x": 10, "y": 1},
     84                 {"matrix": [3, 4], "x": 11, "y": 1}
     85             ]
     86         }
     87     }
     88 }