qmk_firmware

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

keyboard.json (1957B)


      1 {
      2     "keyboard_name": "GTM Pad",
      3     "manufacturer": "SpaceCityKeyboards",
      4     "maintainer": "jrfhoutx",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x6090",
      8         "device_version": "0.0.2"
      9     },
     10     "rgblight": {
     11         "led_count": 4,
     12         "animations": {
     13             "breathing": true,
     14             "rainbow_mood": true,
     15             "rainbow_swirl": true,
     16             "snake": true,
     17             "knight": true,
     18             "christmas": true,
     19             "static_gradient": true,
     20             "rgb_test": true,
     21             "alternating": true,
     22             "twinkle": true
     23         }
     24     },
     25     "ws2812": {
     26         "pin": "B0"
     27     },
     28     "features": {
     29         "bootmagic": true,
     30         "console": true,
     31         "encoder": true,
     32         "extrakey": false,
     33         "mousekey": false,
     34         "nkro": true,
     35         "rgblight": true
     36     },
     37     "qmk": {
     38         "locking": {
     39             "enabled": true,
     40             "resync": true
     41         }
     42     },
     43     "matrix_pins": {
     44         "cols": ["B4", "B5", "B6", "B7", "C7", "D0"],
     45         "rows": ["C4", "C5", "D1"]
     46     },
     47     "diode_direction": "COL2ROW",
     48     "encoder": {
     49         "rotary": [
     50             {"pin_a": "D2", "pin_b": "D3", "resolution": 1}
     51         ]
     52     },
     53     "processor": "atmega32u2",
     54     "bootloader": "atmel-dfu",
     55     "layouts": {
     56         "LAYOUT": {
     57             "layout": [
     58                 {"matrix": [0, 0], "x": 0, "y": 0},
     59                 {"matrix": [0, 1], "x": 1, "y": 0},
     60                 {"matrix": [0, 2], "x": 2, "y": 0},
     61                 {"matrix": [0, 3], "x": 3, "y": 0},
     62                 {"matrix": [0, 4], "x": 4, "y": 0},
     63 
     64                 {"matrix": [1, 0], "x": 0, "y": 1},
     65                 {"matrix": [1, 1], "x": 1, "y": 1},
     66                 {"matrix": [1, 2], "x": 2, "y": 1},
     67                 {"matrix": [1, 3], "x": 3, "y": 1},
     68                 {"matrix": [1, 4], "x": 4, "y": 1},
     69 
     70                 {"matrix": [2, 5], "x": 5.5, "y": 0.5}
     71             ]
     72         }
     73     }
     74 }