qmk_firmware

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

keyboard.json (4948B)


      1 {
      2     "keyboard_name": "Cosmo65",
      3     "manufacturer": "BentoBox Studio",
      4     "url": "bentoboxstudio.xyz",
      5     "maintainer": "BentoBoxStudio",
      6     "usb": {
      7         "vid": "0x7071",
      8         "pid": "0x6331",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "led_count": 16,
     13         "animations": {
     14             "breathing": true,
     15             "rainbow_mood": true,
     16             "rainbow_swirl": true,
     17             "snake": true,
     18             "knight": true,
     19             "christmas": true,
     20             "static_gradient": true,
     21             "rgb_test": true,
     22             "alternating": true
     23         }
     24     },
     25     "ws2812": {
     26         "pin": "F7"
     27     },
     28     "features": {
     29         "bootmagic": true,
     30         "command": true,
     31         "extrakey": true,
     32         "mousekey": true,
     33         "nkro": true,
     34         "rgblight": true
     35     },
     36     "matrix_pins": {
     37         "cols": ["E6", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "D1", "D2", "D3", "F1", "F6"],
     38         "rows": ["D5", "D0", "F0", "F5", "F4"]
     39     },
     40     "diode_direction": "COL2ROW",
     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                 {"matrix": [0, 2], "x": 2, "y": 0},
     49                 {"matrix": [0, 3], "x": 3, "y": 0},
     50                 {"matrix": [0, 4], "x": 4, "y": 0},
     51                 {"matrix": [0, 5], "x": 5, "y": 0},
     52                 {"matrix": [0, 6], "x": 6, "y": 0},
     53                 {"matrix": [0, 7], "x": 7, "y": 0},
     54                 {"matrix": [0, 8], "x": 8, "y": 0},
     55                 {"matrix": [0, 9], "x": 9, "y": 0},
     56                 {"matrix": [0, 10], "x": 10, "y": 0},
     57                 {"matrix": [0, 11], "x": 11, "y": 0},
     58                 {"matrix": [0, 12], "x": 12, "y": 0},
     59                 {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
     60 
     61                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
     62                 {"matrix": [1, 1], "x": 1.5, "y": 1},
     63                 {"matrix": [1, 2], "x": 2.5, "y": 1},
     64                 {"matrix": [1, 3], "x": 3.5, "y": 1},
     65                 {"matrix": [1, 4], "x": 4.5, "y": 1},
     66                 {"matrix": [1, 5], "x": 5.5, "y": 1},
     67                 {"matrix": [1, 6], "x": 6.5, "y": 1},
     68                 {"matrix": [1, 7], "x": 7.5, "y": 1},
     69                 {"matrix": [1, 8], "x": 8.5, "y": 1},
     70                 {"matrix": [1, 9], "x": 9.5, "y": 1},
     71                 {"matrix": [1, 10], "x": 10.5, "y": 1},
     72                 {"matrix": [1, 11], "x": 11.5, "y": 1},
     73                 {"matrix": [1, 12], "x": 12.5, "y": 1},
     74                 {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
     75 
     76                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     77                 {"matrix": [2, 1], "x": 1.75, "y": 2},
     78                 {"matrix": [2, 2], "x": 2.75, "y": 2},
     79                 {"matrix": [2, 3], "x": 3.75, "y": 2},
     80                 {"matrix": [2, 4], "x": 4.75, "y": 2},
     81                 {"matrix": [2, 5], "x": 5.75, "y": 2},
     82                 {"matrix": [2, 6], "x": 6.75, "y": 2},
     83                 {"matrix": [2, 7], "x": 7.75, "y": 2},
     84                 {"matrix": [2, 8], "x": 8.75, "y": 2},
     85                 {"matrix": [2, 9], "x": 9.75, "y": 2},
     86                 {"matrix": [2, 10], "x": 10.75, "y": 2},
     87                 {"matrix": [2, 11], "x": 11.75, "y": 2},
     88                 {"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
     89 
     90                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
     91                 {"matrix": [3, 1], "x": 2.25, "y": 3},
     92                 {"matrix": [3, 2], "x": 3.25, "y": 3},
     93                 {"matrix": [3, 3], "x": 4.25, "y": 3},
     94                 {"matrix": [3, 4], "x": 5.25, "y": 3},
     95                 {"matrix": [3, 5], "x": 6.25, "y": 3},
     96                 {"matrix": [3, 6], "x": 7.25, "y": 3},
     97                 {"matrix": [3, 7], "x": 8.25, "y": 3},
     98                 {"matrix": [3, 8], "x": 9.25, "y": 3},
     99                 {"matrix": [3, 9], "x": 10.25, "y": 3},
    100                 {"matrix": [3, 10], "x": 11.25, "y": 3},
    101                 {"matrix": [3, 11], "x": 12.25, "y": 3, "w": 1.75},
    102                 {"matrix": [3, 12], "x": 14, "y": 3},
    103 
    104                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
    105                 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
    106                 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
    107                 {"matrix": [4, 3], "x": 1.25, "y": 3},
    108                 {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 2.75},
    109                 {"matrix": [4, 5], "x": 6.5, "y": 4, "w": 1.25},
    110                 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 2.25},
    111                 {"matrix": [4, 9], "x": 10, "y": 4, "w": 1.25},
    112                 {"matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
    113 
    114                 {"matrix": [4, 11], "x": 13, "y": 4},
    115                 {"matrix": [4, 12], "x": 14, "y": 4},
    116                 {"matrix": [4, 13], "x": 15, "y": 4}
    117             ]
    118         }
    119     }
    120 }