qmk_firmware

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

keyboard.json (2125B)


      1 {
      2     "keyboard_name": "rb18",
      3     "manufacturer": "ryanbaekr",
      4     "maintainer": "ryanbaekr",
      5     "usb": {
      6         "vid": "0x7262",
      7         "pid": "0x0018",
      8         "device_version": "0.0.3"
      9     },
     10     "rgblight": {
     11         "led_count": 3,
     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         "extrakey": true,
     31         "mousekey": true,
     32         "nkro": false,
     33         "rgblight": true
     34     },
     35     "qmk": {
     36         "locking": {
     37             "enabled": true,
     38             "resync": true
     39         }
     40     },
     41     "matrix_pins": {
     42         "cols": ["B2", "B6", "B5", "B4"],
     43         "rows": ["B1", "F7", "F6", "F5", "F4"]
     44     },
     45     "diode_direction": "COL2ROW",
     46     "processor": "atmega32u4",
     47     "bootloader": "caterina",
     48     "layouts": {
     49         "LAYOUT_numpad_5x4": {
     50             "layout": [
     51                 {"matrix": [0, 0], "x": 0, "y": 0},
     52                 {"matrix": [1, 1], "x": 1, "y": 0},
     53                 {"matrix": [0, 2], "x": 2, "y": 0},
     54                 {"matrix": [0, 3], "x": 3, "y": 0},
     55 
     56                 {"matrix": [1, 0], "x": 0, "y": 1},
     57                 {"matrix": [2, 1], "x": 1, "y": 1},
     58                 {"matrix": [1, 2], "x": 2, "y": 1},
     59 
     60                 {"matrix": [2, 0], "x": 0, "y": 2},
     61                 {"matrix": [3, 1], "x": 1, "y": 2},
     62                 {"matrix": [2, 2], "x": 2, "y": 2},
     63                 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
     64 
     65                 {"matrix": [3, 0], "x": 0, "y": 3},
     66                 {"matrix": [4, 1], "x": 1, "y": 3},
     67                 {"matrix": [3, 2], "x": 2, "y": 3},
     68 
     69                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
     70                 {"matrix": [4, 2], "x": 2, "y": 4},
     71                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
     72             ]
     73         }
     74     }
     75 }