qmk_firmware

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

keyboard.json (3885B)


      1 {
      2     "keyboard_name": "Tris",
      3     "manufacturer": "TGR",
      4     "maintainer": "halfenergized",
      5     "usb": {
      6         "vid": "0x5447",
      7         "pid": "0x5452",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "backlight": true,
     12         "bootmagic": false,
     13         "command": true,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["A3", "A2", "A1", "A0"],
     21         "rows": ["B0", "B1", "B2", "B3", "B4", "B5"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "backlight": {
     25         "pin": "D4"
     26     },
     27     "rgblight": {
     28         "led_count": 6,
     29         "animations": {
     30             "breathing": true,
     31             "rainbow_mood": true,
     32             "rainbow_swirl": true,
     33             "snake": true,
     34             "knight": true,
     35             "christmas": true,
     36             "static_gradient": true,
     37             "rgb_test": true,
     38             "alternating": true,
     39             "twinkle": true
     40         }
     41     },
     42     "ws2812": {
     43         "driver": "i2c"
     44     },
     45     "indicators": {
     46         "num_lock": "D0"
     47     },
     48     "processor": "atmega32a",
     49     "bootloader": "bootloadhid",
     50     "community_layouts": ["numpad_6x4", "ortho_6x4"],
     51     "layouts": {
     52         "LAYOUT_ortho_6x4": {
     53             "layout": [
     54                 {"matrix": [0, 0], "x": 0, "y": 0},
     55                 {"matrix": [0, 1], "x": 1, "y": 0},
     56                 {"matrix": [0, 2], "x": 2, "y": 0},
     57                 {"matrix": [0, 3], "x": 3, "y": 0},
     58 
     59                 {"matrix": [1, 0], "x": 0, "y": 1.25},
     60                 {"matrix": [1, 1], "x": 1, "y": 1.25},
     61                 {"matrix": [1, 2], "x": 2, "y": 1.25},
     62                 {"matrix": [1, 3], "x": 3, "y": 1.25},
     63 
     64                 {"matrix": [2, 0], "x": 0, "y": 2.25},
     65                 {"matrix": [2, 1], "x": 1, "y": 2.25},
     66                 {"matrix": [2, 2], "x": 2, "y": 2.25},
     67                 {"matrix": [2, 3], "x": 3, "y": 2.25},
     68 
     69                 {"matrix": [3, 0], "x": 0, "y": 3.25},
     70                 {"matrix": [3, 1], "x": 1, "y": 3.25},
     71                 {"matrix": [3, 2], "x": 2, "y": 3.25},
     72                 {"matrix": [3, 3], "x": 3, "y": 3.25},
     73 
     74                 {"matrix": [4, 0], "x": 0, "y": 4.25},
     75                 {"matrix": [4, 1], "x": 1, "y": 4.25},
     76                 {"matrix": [4, 2], "x": 2, "y": 4.25},
     77                 {"matrix": [4, 3], "x": 3, "y": 4.25},
     78 
     79                 {"matrix": [5, 0], "x": 0, "y": 5.25},
     80                 {"matrix": [5, 1], "x": 1, "y": 5.25},
     81                 {"matrix": [5, 2], "x": 2, "y": 5.25},
     82                 {"matrix": [5, 3], "x": 3, "y": 5.25}
     83             ]
     84         },
     85         "LAYOUT_numpad_6x4": {
     86             "layout": [
     87                 {"matrix": [0, 0], "x": 0, "y": 0},
     88                 {"matrix": [0, 1], "x": 1, "y": 0},
     89                 {"matrix": [0, 2], "x": 2, "y": 0},
     90                 {"matrix": [0, 3], "x": 3, "y": 0},
     91 
     92                 {"matrix": [1, 0], "x": 0, "y": 1.25},
     93                 {"matrix": [1, 1], "x": 1, "y": 1.25},
     94                 {"matrix": [1, 2], "x": 2, "y": 1.25},
     95                 {"matrix": [1, 3], "x": 3, "y": 1.25},
     96 
     97                 {"matrix": [2, 0], "x": 0, "y": 2.25},
     98                 {"matrix": [2, 1], "x": 1, "y": 2.25},
     99                 {"matrix": [2, 2], "x": 2, "y": 2.25},
    100 
    101                 {"matrix": [3, 0], "x": 0, "y": 3.25},
    102                 {"matrix": [3, 1], "x": 1, "y": 3.25},
    103                 {"matrix": [3, 2], "x": 2, "y": 3.25},
    104                 {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
    105 
    106                 {"matrix": [4, 0], "x": 0, "y": 4.25},
    107                 {"matrix": [4, 1], "x": 1, "y": 4.25},
    108                 {"matrix": [4, 2], "x": 2, "y": 4.25},
    109 
    110                 {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
    111                 {"matrix": [5, 2], "x": 2, "y": 5.25},
    112                 {"matrix": [4, 3], "x": 3, "y": 4.25, "h": 2}
    113             ]
    114         }
    115     }
    116 }