qmk_firmware

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

keyboard.json (3796B)


      1 {
      2     "keyboard_name": "Delilah",
      3     "manufacturer": "rainkeebs",
      4     "url": "https://www.rainkeebs.mx/product/delilah-keyboard-group-buy",
      5     "maintainer": "rainkeebs",
      6     "usb": {
      7         "vid": "0x726B",
      8         "pid": "0x645C",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 8,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true,
     19             "snake": true,
     20             "knight": true,
     21             "christmas": true,
     22             "static_gradient": true,
     23             "rgb_test": true,
     24             "alternating": true,
     25             "twinkle": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "B3"
     30     },
     31     "features": {
     32         "bootmagic": true,
     33         "extrakey": true,
     34         "mousekey": true,
     35         "nkro": true,
     36         "rgblight": true
     37     },
     38     "qmk": {
     39         "locking": {
     40             "enabled": true,
     41             "resync": true
     42         }
     43     },
     44     "matrix_pins": {
     45         "cols": ["F7", "F6", "F5", "F4", "F0", "E6", "D5", "D3", "D4", "D6", "D7", "B4"],
     46         "rows": ["B5", "B6", "C6", "C7"]
     47     },
     48     "diode_direction": "COL2ROW",
     49     "processor": "atmega32u4",
     50     "bootloader": "atmel-dfu",
     51     "layouts": {
     52         "LAYOUT": {
     53             "layout": [
     54                 {"x": 0, "y": 0, "matrix": [0, 0]},
     55                 {"x": 1, "y": 0, "matrix": [0, 1]},
     56                 {"x": 2, "y": 0, "matrix": [0, 2]},
     57                 {"x": 3, "y": 0, "matrix": [0, 3]},
     58                 {"x": 4, "y": 0, "matrix": [0, 4]},
     59                 {"x": 5, "y": 0, "matrix": [0, 5]},
     60                 {"x": 6, "y": 0, "matrix": [0, 6]},
     61                 {"x": 7, "y": 0, "matrix": [0, 7]},
     62                 {"x": 8, "y": 0, "matrix": [0, 8]},
     63                 {"x": 9, "y": 0, "matrix": [0, 9]},
     64                 {"x": 10, "y": 0, "matrix": [0, 10]},
     65                 {"x": 11, "y": 0, "w": 1.25, "matrix": [0, 11]},
     66 
     67                 {"x": 0, "y": 1, "w": 1.25, "matrix": [1, 0]},
     68                 {"x": 1.25, "y": 1, "matrix": [1, 1]},
     69                 {"x": 2.25, "y": 1, "matrix": [1, 2]},
     70                 {"x": 3.25, "y": 1, "matrix": [1, 3]},
     71                 {"x": 4.25, "y": 1, "matrix": [1, 4]},
     72                 {"x": 5.25, "y": 1, "matrix": [1, 5]},
     73                 {"x": 6.25, "y": 1, "matrix": [1, 6]},
     74                 {"x": 7.25, "y": 1, "matrix": [1, 7]},
     75                 {"x": 8.25, "y": 1, "matrix": [1, 8]},
     76                 {"x": 9.25, "y": 1, "matrix": [1, 9]},
     77                 {"x": 10.25, "y": 1, "matrix": [1, 10]},
     78                 {"x": 11.25, "y": 1, "matrix": [1, 11]},
     79 
     80                 {"x": 0, "y": 2, "w": 1.75, "matrix": [2, 0]},
     81                 {"x": 1.75, "y": 2, "matrix": [2, 1]},
     82                 {"x": 2.75, "y": 2, "matrix": [2, 2]},
     83                 {"x": 3.75, "y": 2, "matrix": [2, 3]},
     84                 {"x": 4.75, "y": 2, "matrix": [2, 4]},
     85                 {"x": 5.75, "y": 2, "matrix": [2, 5]},
     86                 {"x": 6.75, "y": 2, "matrix": [2, 6]},
     87                 {"x": 7.75, "y": 2, "matrix": [2, 7]},
     88                 {"x": 8.75, "y": 2, "matrix": [2, 8]},
     89                 {"x": 9.75, "y": 2, "matrix": [2, 9]},
     90                 {"x": 10.75, "y": 2, "w": 1.5, "matrix": [2, 11]},
     91 
     92                 {"x": 0, "y": 3, "w": 1.25, "matrix": [3, 0]},
     93                 {"x": 1.25, "y": 3, "matrix": [3, 1]},
     94                 {"x": 2.25, "y": 3, "matrix": [3, 2]},
     95                 {"x": 3.25, "y": 3, "w": 2.25, "matrix": [3, 3]},
     96                 {"x": 5.5, "y": 3, "w": 2.75, "matrix": [3, 6]},
     97                 {"x": 9, "y": 3, "matrix": [3, 8]},
     98                 {"x": 10, "y": 3, "matrix": [3, 9]},
     99                 {"x": 11, "y": 3, "w": 1.25, "matrix": [3, 11]}
    100             ]
    101         }
    102     }
    103 }