qmk_firmware

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

keyboard.json (1768B)


      1 {
      2     "keyboard_name": "Lunakey Macro",
      3     "manufacturer": "yoichiro",
      4     "maintainer": "Yoichiro Tanaka",
      5     "usb": {
      6         "vid": "0x5954",
      7         "pid": "0x0002",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": false,
     13         "mousekey": false,
     14         "nkro": false
     15     },
     16     "matrix_pins": {
     17         "cols": ["B6", "B2", "B3", "B1"],
     18         "rows": ["E6", "B4", "B5"]
     19     },
     20     "diode_direction": "COL2ROW",
     21     "rgblight": {
     22         "saturation_steps": 8,
     23         "brightness_steps": 8,
     24         "led_count": 5,
     25         "sleep": true,
     26         "animations": {
     27             "breathing": true,
     28             "rainbow_mood": true,
     29             "rainbow_swirl": true,
     30             "snake": true,
     31             "knight": true,
     32             "christmas": true,
     33             "static_gradient": true,
     34             "rgb_test": true,
     35             "alternating": true,
     36             "twinkle": true
     37         }
     38     },
     39     "ws2812": {
     40         "pin": "D3"
     41     },
     42     "processor": "atmega32u4",
     43     "bootloader": "atmel-dfu",
     44     "layouts": {
     45         "LAYOUT": {
     46             "layout": [
     47                 {"matrix": [0, 0], "x": 0.5, "y": 0.5},
     48                 {"matrix": [0, 1], "x": 1.5, "y": 0.175},
     49                 {"matrix": [0, 2], "x": 2.5, "y": 0},
     50                 {"matrix": [0, 3], "x": 3.5, "y": 0.5},
     51 
     52                 {"matrix": [1, 0], "x": 0.5, "y": 1.5},
     53                 {"matrix": [1, 1], "x": 1.5, "y": 1.175},
     54                 {"matrix": [1, 2], "x": 2.5, "y": 1},
     55                 {"matrix": [1, 3], "x": 3.5, "y": 1.5},
     56 
     57                 {"matrix": [2, 0], "x": 0, "y": 3},
     58                 {"matrix": [2, 1], "x": 1, "y": 2.75},
     59                 {"matrix": [2, 2], "x": 2, "y": 3}
     60             ]
     61         }
     62     }
     63 }