qmk_firmware

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

keyboard.json (1458B)


      1 {
      2     "keyboard_name": "Four Banger",
      3     "manufacturer": "1up Keyboards",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x2004",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "saturation_steps": 8,
     12         "brightness_steps": 8,
     13         "led_count": 1,
     14         "animations": {
     15             "breathing": true,
     16             "rainbow_mood": true,
     17             "rainbow_swirl": true,
     18             "snake": true,
     19             "knight": true,
     20             "christmas": true,
     21             "static_gradient": true,
     22             "rgb_test": true,
     23             "alternating": true,
     24             "twinkle": true
     25         }
     26     },
     27     "ws2812": {
     28         "pin": "E6"
     29     },
     30     "features": {
     31         "bootmagic": true,
     32         "extrakey": true,
     33         "mousekey": true,
     34         "nkro": true,
     35         "rgblight": true
     36     },
     37     "qmk": {
     38         "locking": {
     39             "enabled": true,
     40             "resync": true
     41         }
     42     },
     43     "matrix_pins": {
     44         "cols": ["B5", "B4"],
     45         "rows": ["B2", "B6"]
     46     },
     47     "diode_direction": "COL2ROW",
     48     "processor": "atmega32u4",
     49     "bootloader": "atmel-dfu",
     50     "layouts": {
     51         "LAYOUT_ortho_2x2": {
     52             "layout": [
     53                 {"matrix": [0, 0], "x": 0, "y": 0},
     54                 {"matrix": [0, 1], "x": 1, "y": 0},
     55 
     56                 {"matrix": [1, 0], "x": 0, "y": 1},
     57                 {"matrix": [1, 1], "x": 1, "y": 1}
     58             ]
     59         }
     60     }
     61 }