qmk_firmware

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

keyboard.json (1604B)


      1 {
      2     "keyboard_name": "TutelPad",
      3     "manufacturer": "ItsFiremanSam",
      4     "maintainer": "ItsFiremanSam",
      5     "usb": {
      6         "vid": "0xCB00",
      7         "pid": "0xF09F",
      8         "device_version": "0.0.1"
      9     },
     10     "bootmagic": {
     11         "matrix": [1, 0]
     12     },
     13     "rgblight": {
     14         "hue_steps": 10,
     15         "led_count": 4,
     16         "sleep": true,
     17         "animations": {
     18             "breathing": true,
     19             "rainbow_mood": true,
     20             "rainbow_swirl": true,
     21             "snake": true,
     22             "knight": true,
     23             "christmas": true,
     24             "static_gradient": true,
     25             "rgb_test": true,
     26             "alternating": true,
     27             "twinkle": true
     28         }
     29     },
     30     "ws2812": {
     31         "pin": "D3"
     32     },
     33     "development_board": "promicro",
     34     "features": {
     35         "bootmagic": true,
     36         "extrakey": true,
     37         "mousekey": false,
     38         "nkro": false,
     39         "oled": true,
     40         "rgblight": true
     41     },
     42     "matrix_pins": {
     43         "direct": [
     44             ["E6", "D7", "B1", "B3"],
     45             ["B5", "B4", "B2", "B6"]
     46         ]
     47     },
     48     "layouts": {
     49         "LAYOUT": {
     50             "layout": [
     51                 {"x": 0, "y": 0, "matrix": [0, 0]},
     52                 {"x": 1, "y": 0, "matrix": [0, 1]},
     53                 {"x": 2, "y": 0, "matrix": [0, 2]},
     54                 {"x": 3, "y": 0, "matrix": [0, 3]},
     55 
     56                 {"x": 0, "y": 1, "matrix": [1, 0]},
     57                 {"x": 1, "y": 1, "matrix": [1, 1]},
     58                 {"x": 2, "y": 1, "matrix": [1, 2]},
     59                 {"x": 3, "y": 1, "matrix": [1, 3]}
     60             ]
     61         }
     62     }
     63 }