qmk_firmware

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

keyboard.json (1339B)


      1 {
      2     "keyboard_name": "Ludmila Macropad",
      3     "manufacturer": "Kevin M.",
      4     "maintainer": "Kevin M.",
      5     "usb": {
      6         "vid": "0x69CC",
      7         "pid": "0x6BF6",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "mousekey": true,
     13         "extrakey": true,
     14         "rgblight": true,
     15         "encoder": true
     16     },
     17     "encoder": {
     18         "rotary": [
     19             {"pin_a": "F6", "pin_b": "F5"}
     20         ]
     21     },
     22     "rgblight": {
     23         "led_count": 4,
     24         "sleep": true,
     25         "animations": {
     26             "breathing": true,
     27             "rainbow_mood": true,
     28             "rainbow_swirl": true,
     29             "snake": true,
     30             "knight": true,
     31             "christmas": true,
     32             "static_gradient": true,
     33             "rgb_test": true,
     34             "alternating": true,
     35             "twinkle": true
     36         }
     37     },
     38     "ws2812": {
     39         "pin": "D1"
     40     },
     41     "processor": "atmega32u4",
     42     "bootloader": "atmel-dfu",
     43     "layouts": {
     44         "LAYOUT": {
     45             "layout": [
     46                 {"matrix": [0, 0], "x": 0, "y": 0},
     47                 {"matrix": [0, 1], "x": 1, "y": 0},
     48 
     49                 {"matrix": [2, 0], "x": 3, "y": 0},
     50 
     51                 {"matrix": [1, 0], "x": 0, "y": 1},
     52                 {"matrix": [1, 1], "x": 1, "y": 1}
     53             ]
     54         }
     55     }
     56 }