qmk_firmware

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

keyboard.json (4073B)


      1 {
      2     "keyboard_name": "Abacus",
      3     "manufacturer": "nickolaij",
      4     "url": "https://www.github.com/nickolaij",
      5     "maintainer": "nickolaij",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0000",
      9         "device_version": "0.0.1"
     10     },
     11     "build": {
     12         "lto": true
     13     },
     14     "features": {
     15         "bootmagic": false,
     16         "command": true,
     17         "console": true,
     18         "dip_switch": true,
     19         "encoder": true,
     20         "extrakey": true,
     21         "mousekey": false,
     22         "nkro": false,
     23         "rgblight": true
     24     },
     25     "qmk": {
     26         "locking": {
     27             "enabled": true,
     28             "resync": true
     29         }
     30     },
     31     "matrix_pins": {
     32         "cols": ["F4", "F5", "F6", "F7", "B1", "D7", "B3", "E6", "B2", "B4", "B6", "B5"],
     33         "rows": ["D3", "D2", "D4", "C6"]
     34     },
     35     "diode_direction": "COL2ROW",
     36     "dip_switch": {
     37         "pins": ["D0"]
     38     },
     39     "encoder": {
     40         "rotary": [
     41             {"pin_a": "F1", "pin_b": "F0"}
     42         ]
     43     },
     44     "rgblight": {
     45         "saturation_steps": 8,
     46         "brightness_steps": 8,
     47         "led_count": 17,
     48         "sleep": true,
     49         "animations": {
     50             "breathing": true,
     51             "rainbow_mood": true,
     52             "rainbow_swirl": true,
     53             "snake": true,
     54             "knight": true,
     55             "static_gradient": true
     56         }
     57     },
     58     "ws2812": {
     59         "pin": "D1"
     60     },
     61     "processor": "atmega32u4",
     62     "bootloader": "atmel-dfu",
     63     "layouts": {
     64         "LAYOUT": {
     65             "layout": [
     66                 {"matrix": [0, 0], "x": 0, "y": 0},
     67                 {"matrix": [0, 1], "x": 1, "y": 0},
     68                 {"matrix": [0, 2], "x": 2, "y": 0},
     69                 {"matrix": [0, 3], "x": 3, "y": 0},
     70                 {"matrix": [0, 4], "x": 4, "y": 0},
     71                 {"matrix": [0, 5], "x": 5, "y": 0},
     72                 {"matrix": [0, 6], "x": 6, "y": 0},
     73                 {"matrix": [0, 7], "x": 7, "y": 0},
     74                 {"matrix": [0, 8], "x": 8, "y": 0},
     75                 {"matrix": [0, 9], "x": 9, "y": 0},
     76                 {"matrix": [0, 10], "x": 10, "y": 0},
     77                 {"matrix": [0, 11], "x": 11, "y": 0, "w": 1.75},
     78 
     79                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
     80                 {"matrix": [1, 1], "x": 1.25, "y": 1},
     81                 {"matrix": [1, 2], "x": 2.25, "y": 1},
     82                 {"matrix": [1, 3], "x": 3.25, "y": 1},
     83                 {"matrix": [1, 4], "x": 4.25, "y": 1},
     84                 {"matrix": [1, 5], "x": 5.25, "y": 1},
     85                 {"matrix": [1, 6], "x": 6.25, "y": 1},
     86                 {"matrix": [1, 7], "x": 7.25, "y": 1},
     87                 {"matrix": [1, 8], "x": 8.25, "y": 1},
     88                 {"matrix": [1, 9], "x": 9.25, "y": 1},
     89                 {"matrix": [1, 10], "x": 10.25, "y": 1},
     90                 {"matrix": [1, 11], "x": 11.25, "y": 1, "w": 1.5},
     91 
     92                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     93                 {"matrix": [2, 1], "x": 1.75, "y": 2},
     94                 {"matrix": [2, 2], "x": 2.75, "y": 2},
     95                 {"matrix": [2, 3], "x": 3.75, "y": 2},
     96                 {"matrix": [2, 4], "x": 4.75, "y": 2},
     97                 {"matrix": [2, 5], "x": 5.75, "y": 2},
     98                 {"matrix": [2, 6], "x": 6.75, "y": 2},
     99                 {"matrix": [2, 7], "x": 7.75, "y": 2},
    100                 {"matrix": [2, 8], "x": 8.75, "y": 2},
    101                 {"matrix": [2, 9], "x": 9.75, "y": 2},
    102                 {"matrix": [2, 10], "x": 10.75, "y": 2},
    103                 {"matrix": [2, 11], "x": 11.75, "y": 2},
    104 
    105                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
    106                 {"matrix": [3, 1], "x": 1.25, "y": 3},
    107                 {"matrix": [3, 2], "x": 2.25, "y": 3},
    108                 {"matrix": [3, 3], "x": 3.25, "y": 3, "w": 2.75},
    109                 {"matrix": [3, 6], "x": 6, "y": 3, "w": 2.75},
    110                 {"matrix": [3, 8], "x": 8.75, "y": 3},
    111                 {"matrix": [3, 9], "x": 9.75, "y": 3},
    112                 {"matrix": [3, 10], "x": 10.75, "y": 3},
    113                 {"matrix": [3, 11], "x": 11.75, "y": 3}
    114             ]
    115         }
    116     }
    117 }