qmk_firmware

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

keyboard.json (4034B)


      1 {
      2     "keyboard_name": "Lets Split Eh?",
      3     "manufacturer": "That-Canadian",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0xE401",
      8         "device_version": "1.0.0"
      9     },
     10     "matrix_pins": {
     11         "cols": ["F4", "F5", "C6", "B6", "B5", "D5"],
     12         "rows": ["B1", "B3", "D7", "B4"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "backlight": {
     16         "pin": "B7"
     17     },
     18     "rgblight": {
     19         "led_count": 12,
     20         "split_count": [6, 6],
     21         "sleep": true,
     22         "animations": {
     23             "breathing": true,
     24             "rainbow_mood": true,
     25             "rainbow_swirl": true,
     26             "snake": true,
     27             "knight": true,
     28             "christmas": true,
     29             "static_gradient": true,
     30             "rgb_test": true,
     31             "alternating": true,
     32             "twinkle": true
     33         }
     34     },
     35     "ws2812": {
     36         "pin": "B2"
     37     },
     38     "split": {
     39         "enabled": true,
     40         "handedness": {
     41             "pin": "D3"
     42         },
     43         "serial": {
     44             "pin": "D0"
     45         }
     46     },
     47     "processor": "atmega32u4",
     48     "bootloader": "atmel-dfu",
     49     "features": {
     50         "bootmagic": true,
     51         "mousekey": false,
     52         "extrakey": true,
     53         "nkro": true,
     54         "backlight": true,
     55         "rgblight": true
     56     },
     57     "community_layouts": ["ortho_4x12"],
     58     "layout_aliases": {
     59         "LAYOUT": "LAYOUT_ortho_4x12"
     60     },
     61     "layouts": {
     62         "LAYOUT_ortho_4x12": {
     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                 {"matrix": [0, 4], "x": 4, "y": 0},
     69                 {"matrix": [0, 5], "x": 5, "y": 0},
     70 
     71                 {"matrix": [4, 0], "x": 7, "y": 0},
     72                 {"matrix": [4, 1], "x": 8, "y": 0},
     73                 {"matrix": [4, 2], "x": 9, "y": 0},
     74                 {"matrix": [4, 3], "x": 10, "y": 0},
     75                 {"matrix": [4, 4], "x": 11, "y": 0},
     76                 {"matrix": [4, 5], "x": 12, "y": 0},
     77 
     78                 {"matrix": [1, 0], "x": 0, "y": 1},
     79                 {"matrix": [1, 1], "x": 1, "y": 1},
     80                 {"matrix": [1, 2], "x": 2, "y": 1},
     81                 {"matrix": [1, 3], "x": 3, "y": 1},
     82                 {"matrix": [1, 4], "x": 4, "y": 1},
     83                 {"matrix": [1, 5], "x": 5, "y": 1},
     84 
     85                 {"matrix": [5, 0], "x": 7, "y": 1},
     86                 {"matrix": [5, 1], "x": 8, "y": 1},
     87                 {"matrix": [5, 2], "x": 9, "y": 1},
     88                 {"matrix": [5, 3], "x": 10, "y": 1},
     89                 {"matrix": [5, 4], "x": 11, "y": 1},
     90                 {"matrix": [5, 5], "x": 12, "y": 1},
     91 
     92                 {"matrix": [2, 0], "x": 0, "y": 2},
     93                 {"matrix": [2, 1], "x": 1, "y": 2},
     94                 {"matrix": [2, 2], "x": 2, "y": 2},
     95                 {"matrix": [2, 3], "x": 3, "y": 2},
     96                 {"matrix": [2, 4], "x": 4, "y": 2},
     97                 {"matrix": [2, 5], "x": 5, "y": 2},
     98 
     99                 {"matrix": [6, 0], "x": 7, "y": 2},
    100                 {"matrix": [6, 1], "x": 8, "y": 2},
    101                 {"matrix": [6, 2], "x": 9, "y": 2},
    102                 {"matrix": [6, 3], "x": 10, "y": 2},
    103                 {"matrix": [6, 4], "x": 11, "y": 2},
    104                 {"matrix": [6, 5], "x": 12, "y": 2},
    105 
    106                 {"matrix": [3, 0], "x": 0, "y": 3},
    107                 {"matrix": [3, 1], "x": 1, "y": 3},
    108                 {"matrix": [3, 2], "x": 2, "y": 3},
    109                 {"matrix": [3, 3], "x": 3, "y": 3},
    110                 {"matrix": [3, 4], "x": 4, "y": 3},
    111                 {"matrix": [3, 5], "x": 5, "y": 3},
    112 
    113                 {"matrix": [7, 0], "x": 7, "y": 3},
    114                 {"matrix": [7, 1], "x": 8, "y": 3},
    115                 {"matrix": [7, 2], "x": 9, "y": 3},
    116                 {"matrix": [7, 3], "x": 10, "y": 3},
    117                 {"matrix": [7, 4], "x": 11, "y": 3},
    118                 {"matrix": [7, 5], "x": 12, "y": 3}
    119             ]
    120         }
    121     }
    122 }