qmk_firmware

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

keyboard.json (4671B)


      1 {
      2     "manufacturer": "Cipulot",
      3     "keyboard_name": "EC 23U",
      4     "maintainer": "Cipulot",
      5     "bootloader": "stm32-dfu",
      6     "build": {
      7         "lto": true
      8     },
      9     "qmk": {
     10         "locking": {
     11             "enabled": true,
     12             "resync": true
     13         }
     14     },
     15     "diode_direction": "COL2ROW",
     16     "features": {
     17         "bootmagic": false,
     18         "console": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": true,
     22         "rgblight": true
     23     },
     24     "indicators": {
     25         "num_lock": "B14"
     26     },
     27     "processor": "STM32F401",
     28     "rgblight": {
     29         "led_count": 21,
     30         "animations": {
     31             "alternating": true,
     32             "breathing": true,
     33             "christmas": true,
     34             "knight": true,
     35             "rainbow_mood": true,
     36             "rainbow_swirl": true,
     37             "rgb_test": true,
     38             "snake": true,
     39             "static_gradient": true,
     40             "twinkle": true
     41         }
     42     },
     43     "ws2812": {
     44         "pin": "B5"
     45     },
     46     "url": "https://www.github.com/Cipulot/EC23U",
     47     "usb": {
     48         "device_version": "0.0.1",
     49         "pid": "0x6B95",
     50         "shared_endpoint": {
     51             "keyboard": true
     52         },
     53         "vid": "0x6369"
     54     },
     55     "layouts": {
     56         "LAYOUT_all": {
     57             "layout": [
     58                 {"label": "0,0", "matrix": [0, 0], "x": 0.0, "y": 0.0},
     59                 {"label": "0,1", "matrix": [0, 1], "x": 1.0, "y": 0.0},
     60                 {"label": "0,2", "matrix": [0, 2], "x": 2.0, "y": 0.0},
     61                 {"label": "0,3", "matrix": [0, 3], "x": 3.0, "y": 0.0},
     62                 {"label": "1,0", "matrix": [1, 0], "x": 0.0, "y": 1.5},
     63                 {"label": "1,1", "matrix": [1, 1], "x": 1.0, "y": 1.5},
     64                 {"label": "1,2", "matrix": [1, 2], "x": 2.0, "y": 1.5},
     65                 {"label": "1,3", "matrix": [1, 3], "x": 3.0, "y": 1.5},
     66                 {"label": "2,0", "matrix": [2, 0], "x": 0.0, "y": 2.5},
     67                 {"label": "2,1", "matrix": [2, 1], "x": 1.0, "y": 2.5},
     68                 {"label": "2,2", "matrix": [2, 2], "x": 2.0, "y": 2.5},
     69                 {"label": "2,3", "matrix": [2, 3], "x": 3.0, "y": 2.5},
     70                 {"label": "3,0", "matrix": [3, 0], "x": 0.0, "y": 3.5},
     71                 {"label": "3,1", "matrix": [3, 1], "x": 1.0, "y": 3.5},
     72                 {"label": "3,2", "matrix": [3, 2], "x": 2.0, "y": 3.5},
     73                 {"label": "3,3", "matrix": [3, 3], "x": 3.0, "y": 3.5},
     74                 {"label": "2,4", "matrix": [2, 4], "x": 0.0, "y": 4.5},
     75                 {"label": "0,4", "matrix": [0, 4], "x": 1.0, "y": 4.5},
     76                 {"label": "1,4", "matrix": [1, 4], "x": 2.0, "y": 4.5},
     77                 {"label": "3,4", "matrix": [3, 4], "x": 3.0, "y": 4.5},
     78                 {"label": "2,5", "matrix": [2, 5], "x": 0.0, "y": 5.5},
     79                 {"label": "0,5", "matrix": [0, 5], "x": 1.0, "y": 5.5},
     80                 {"label": "1,5", "matrix": [1, 5], "x": 2.0, "y": 5.5},
     81                 {"label": "3,5", "matrix": [3, 5], "x": 3.0, "y": 5.5}
     82             ]
     83         },
     84         "LAYOUT_numpad_6x4": {
     85             "layout": [
     86                 {"label": "0,0", "matrix": [0, 0], "x": 0.0, "y": 0.0},
     87                 {"label": "0,1", "matrix": [0, 1], "x": 1.0, "y": 0.0},
     88                 {"label": "0,2", "matrix": [0, 2], "x": 2.0, "y": 0.0},
     89                 {"label": "0,3", "matrix": [0, 3], "x": 3.0, "y": 0.0},
     90                 {"label": "1,0", "matrix": [1, 0], "x": 0.0, "y": 1.5},
     91                 {"label": "1,1", "matrix": [1, 1], "x": 1.0, "y": 1.5},
     92                 {"label": "1,2", "matrix": [1, 2], "x": 2.0, "y": 1.5},
     93                 {"label": "1,3", "matrix": [1, 3], "x": 3.0, "y": 1.5},
     94                 {"label": "2,0", "matrix": [2, 0], "x": 0.0, "y": 2.5},
     95                 {"label": "2,1", "matrix": [2, 1], "x": 1.0, "y": 2.5},
     96                 {"label": "2,2", "matrix": [2, 2], "x": 2.0, "y": 2.5},
     97                 {"h": 2, "label": "3,3", "matrix": [3, 3], "x": 3.0, "y": 2.5},
     98                 {"label": "3,0", "matrix": [3, 0], "x": 0.0, "y": 3.5},
     99                 {"label": "3,1", "matrix": [3, 1], "x": 1.0, "y": 3.5},
    100                 {"label": "3,2", "matrix": [3, 2], "x": 2.0, "y": 3.5},
    101                 {"label": "2,4", "matrix": [2, 4], "x": 0.0, "y": 4.5},
    102                 {"label": "0,4", "matrix": [0, 4], "x": 1.0, "y": 4.5},
    103                 {"label": "1,4", "matrix": [1, 4], "x": 2.0, "y": 4.5},
    104                 {"h": 2, "label": "3,4", "matrix": [3, 4], "x": 3.0, "y": 4.5},
    105                 {"label": "2,5", "matrix": [2, 5], "w": 2, "x": 0.0, "y": 5.5},
    106                 {"label": "1,5", "matrix": [1, 5], "x": 2.0, "y": 5.5}
    107             ]
    108         }
    109     }
    110 }