qmk_firmware

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

keyboard.json (3749B)


      1 {
      2     "keyboard_name": "Karina",
      3     "manufacturer": "MisonoWorks",
      4     "url": "https://github.com/autumnisacutie/karina",
      5     "maintainer": "MisonoWorks",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0xC456",
      9         "device_version": "0.0.1"
     10     },
     11     "host": {
     12         "default": {
     13             "nkro": true
     14         }
     15     },
     16     "rgblight": {
     17         "led_count": 19,
     18         "animations": {
     19             "breathing": true,
     20             "rainbow_mood": true,
     21             "rainbow_swirl": true,
     22             "snake": true,
     23             "knight": true,
     24             "christmas": true,
     25             "static_gradient": true,
     26             "rgb_test": true,
     27             "alternating": true,
     28             "twinkle": true
     29         }
     30     },
     31     "ws2812": {
     32         "pin": "D1"
     33     },
     34     "features": {
     35         "bootmagic": true,
     36         "encoder": true,
     37         "extrakey": true,
     38         "mousekey": true,
     39         "nkro": true,
     40         "rgblight": true
     41     },
     42     "qmk": {
     43         "locking": {
     44             "enabled": false,
     45             "resync": true
     46         }
     47     },
     48     "matrix_pins": {
     49         "cols": ["B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
     50         "rows": ["D2", "D3", "D5", "F0"]
     51     },
     52     "diode_direction": "COL2ROW",
     53     "encoder": {
     54         "rotary": [
     55             {"pin_a": "B2", "pin_b": "B1", "resolution": 3},
     56             {"pin_a": "F4", "pin_b": "F5", "resolution": 3}
     57         ]
     58     },
     59     "processor": "atmega32u4",
     60     "bootloader": "atmel-dfu",
     61     "layouts": {
     62         "LAYOUT": {
     63             "layout": [
     64                 {"matrix": [0, 0], "x": 0, "y": 0},
     65 
     66                 {"matrix": [2, 10], "x": 10, "y": 0},
     67 
     68                 {"matrix": [0, 1], "x": 0.5, "y": 1},
     69                 {"matrix": [0, 2], "x": 1.5, "y": 1},
     70                 {"matrix": [0, 3], "x": 2.5, "y": 1},
     71                 {"matrix": [0, 4], "x": 3.5, "y": 1},
     72                 {"matrix": [0, 5], "x": 4.5, "y": 1},
     73                 {"matrix": [0, 6], "x": 5.5, "y": 1},
     74                 {"matrix": [0, 7], "x": 6.5, "y": 1},
     75                 {"matrix": [0, 8], "x": 7.5, "y": 1},
     76                 {"matrix": [0, 9], "x": 8.5, "y": 1},
     77                 {"matrix": [0, 10], "x": 9.5, "y": 1},
     78 
     79                 {"matrix": [1, 0], "x": 0, "y": 2},
     80                 {"matrix": [1, 1], "x": 1, "y": 2},
     81                 {"matrix": [1, 2], "x": 2, "y": 2},
     82                 {"matrix": [1, 3], "x": 3, "y": 2},
     83                 {"matrix": [1, 4], "x": 4, "y": 2},
     84                 {"matrix": [1, 5], "x": 5, "y": 2},
     85                 {"matrix": [1, 6], "x": 6, "y": 2},
     86                 {"matrix": [1, 7], "x": 7, "y": 2},
     87                 {"matrix": [1, 8], "x": 8, "y": 2},
     88                 {"matrix": [1, 9], "x": 9, "y": 2},
     89                 {"matrix": [1, 10], "x": 10, "y": 2},
     90 
     91                 {"matrix": [2, 0], "x": 0, "y": 3, "w": 1.5},
     92                 {"matrix": [2, 1], "x": 1.5, "y": 3},
     93                 {"matrix": [2, 2], "x": 2.5, "y": 3},
     94                 {"matrix": [2, 3], "x": 3.5, "y": 3},
     95                 {"matrix": [2, 4], "x": 4.5, "y": 3},
     96                 {"matrix": [2, 5], "x": 5.5, "y": 3},
     97                 {"matrix": [2, 6], "x": 6.5, "y": 3},
     98                 {"matrix": [2, 7], "x": 7.5, "y": 3},
     99                 {"matrix": [2, 8], "x": 8.5, "y": 3},
    100                 {"matrix": [2, 9], "x": 9.5, "y": 3, "w": 1.5},
    101 
    102                 {"matrix": [3, 0], "x": 0, "y": 4, "w": 1.75},
    103                 {"matrix": [3, 1], "x": 1.75, "y": 4, "w": 1.25},
    104                 {"matrix": [3, 3], "x": 3, "y": 4, "w": 2.75},
    105                 {"matrix": [3, 6], "x": 5.75, "y": 4, "w": 2.25},
    106                 {"matrix": [3, 8], "x": 8, "y": 4, "w": 1.25},
    107                 {"matrix": [3, 9], "x": 9.25, "y": 4, "w": 1.75}
    108             ]
    109         }
    110     }
    111 }