qmk_firmware

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

keyboard.json (3943B)


      1 {
      2     "keyboard_name": "Lemon40",
      3     "manufacturer": "HorrorTroll",
      4     "maintainer": "HorrorTroll",
      5     "usb": {
      6         "vid": "0x7516",
      7         "pid": "0x2434",
      8         "device_version": "0.0.1"
      9     },
     10     "host": {
     11         "default": {
     12             "nkro": true
     13         }
     14     },
     15     "rgblight": {
     16         "led_count": 15,
     17         "animations": {
     18             "breathing": true,
     19             "rainbow_mood": true,
     20             "rainbow_swirl": true,
     21             "snake": true,
     22             "knight": true,
     23             "christmas": true,
     24             "static_gradient": true,
     25             "alternating": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "F4"
     30     },
     31     "matrix_pins": {
     32         "cols": ["F5", "F6", "B1", "B3", "B2", "B6", "F7"],
     33         "rows": ["D7", "E6", "B4", "B5", "D4", "C6", "D2", "D3"]
     34     },
     35     "diode_direction": "COL2ROW",
     36     "processor": "atmega32u4",
     37     "bootloader": "atmel-dfu",
     38     "features": {
     39         "bootmagic": true,
     40         "mousekey": false,
     41         "extrakey": true,
     42         "nkro": true,
     43         "rgblight": true,
     44         "oled": true,
     45         "wpm": true
     46     },
     47     "build": {
     48         "lto": true
     49     },
     50     "layouts": {
     51         "LAYOUT": {
     52             "layout": [
     53                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5},
     54                 {"matrix": [0, 1], "x": 1.5, "y": 0},
     55                 {"matrix": [0, 2], "x": 2.5, "y": 0},
     56                 {"matrix": [0, 3], "x": 3.5, "y": 0},
     57                 {"matrix": [0, 4], "x": 4.5, "y": 0},
     58                 {"matrix": [0, 5], "x": 5.5, "y": 0},
     59 
     60                 {"matrix": [0, 6], "x": 8.25, "y": 0},
     61                 {"matrix": [4, 0], "x": 9.25, "y": 0},
     62                 {"matrix": [4, 1], "x": 10.25, "y": 0},
     63                 {"matrix": [4, 2], "x": 11.25, "y": 0},
     64                 {"matrix": [4, 3], "x": 12.25, "y": 0},
     65                 {"matrix": [4, 4], "x": 13.25, "y": 0},
     66                 {"matrix": [4, 5], "x": 14.25, "y": 0, "w": 1.25},
     67 
     68                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.75},
     69                 {"matrix": [1, 1], "x": 1.75, "y": 1},
     70                 {"matrix": [1, 2], "x": 2.75, "y": 1},
     71                 {"matrix": [1, 3], "x": 3.75, "y": 1},
     72                 {"matrix": [1, 4], "x": 4.75, "y": 1},
     73                 {"matrix": [1, 5], "x": 5.75, "y": 1},
     74 
     75                 {"matrix": [1, 6], "x": 8.5, "y": 1},
     76                 {"matrix": [5, 0], "x": 9.5, "y": 1},
     77                 {"matrix": [5, 1], "x": 10.5, "y": 1},
     78                 {"matrix": [5, 2], "x": 11.5, "y": 1},
     79                 {"matrix": [5, 3], "x": 12.5, "y": 1},
     80                 {"matrix": [5, 5], "x": 13.5, "y": 1, "w": 2},
     81 
     82                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 2.25},
     83                 {"matrix": [2, 1], "x": 2.25, "y": 2},
     84                 {"matrix": [2, 2], "x": 3.25, "y": 2},
     85                 {"matrix": [2, 3], "x": 4.25, "y": 2},
     86                 {"matrix": [2, 4], "x": 5.25, "y": 2},
     87                 {"matrix": [2, 5], "x": 6.25, "y": 2},
     88 
     89                 {"matrix": [2, 6], "x": 8, "y": 2},
     90                 {"matrix": [6, 0], "x": 9, "y": 2},
     91                 {"matrix": [6, 1], "x": 10, "y": 2},
     92                 {"matrix": [6, 2], "x": 11, "y": 2},
     93                 {"matrix": [6, 3], "x": 12.25, "y": 2},
     94                 {"matrix": [6, 4], "x": 13.25, "y": 2},
     95                 {"matrix": [6, 5], "x": 14.25, "y": 2, "w": 1.25},
     96 
     97                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
     98                 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 1.25},
     99                 {"matrix": [3, 2], "x": 3.25, "y": 3, "w": 1.25},
    100                 {"matrix": [3, 4], "x": 4.5, "y": 3, "w": 2.75},
    101 
    102                 {"matrix": [7, 0], "x": 8, "y": 3, "w": 2.25},
    103                 {"matrix": [7, 2], "x": 10.25, "y": 3, "w": 1.25},
    104 
    105                 {"matrix": [7, 3], "x": 12.25, "y": 3},
    106                 {"matrix": [7, 4], "x": 13.25, "y": 3},
    107                 {"matrix": [7, 5], "x": 14.25, "y": 3}
    108             ]
    109         }
    110     }
    111 }