qmk_firmware

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

keyboard.json (3433B)


      1 {
      2   "keyboard_name": "Atreus50",
      3   "manufacturer": "Hexwire",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xBB80",
      7     "pid": "0x040D",
      8     "device_version": "0.0.1"
      9   },
     10   "rgblight": {
     11     "hue_steps": 10,
     12     "led_count": 12,
     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       "twinkle": true
     24     }
     25   },
     26   "ws2812": {
     27     "pin": "C6"
     28   },
     29   "features": {
     30     "bootmagic": false,
     31     "command": true,
     32     "extrakey": true,
     33     "mousekey": true,
     34     "nkro": false
     35   },
     36   "qmk": {
     37     "locking": {
     38       "enabled": true,
     39       "resync": true
     40     }
     41   },
     42   "matrix_pins": {
     43     "cols": ["D4", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
     44     "rows": ["D3", "D2", "D1", "D0"]
     45   },
     46   "diode_direction": "COL2ROW",
     47   "processor": "atmega32u4",
     48   "bootloader": "caterina",
     49   "layouts": {
     50     "LAYOUT": {
     51       "layout": [
     52         {"matrix": [0, 0], "x": 0, "y": 0.5},
     53         {"matrix": [0, 1], "x": 1, "y": 0.5},
     54         {"matrix": [0, 2], "x": 2, "y": 0.25},
     55         {"matrix": [0, 3], "x": 3, "y": 0},
     56         {"matrix": [0, 4], "x": 4, "y": 0.25},
     57         {"matrix": [0, 5], "x": 5, "y": 0.5},
     58 
     59         {"matrix": [0, 7], "x": 9, "y": 0.5},
     60         {"matrix": [0, 8], "x": 10, "y": 0.25},
     61         {"matrix": [0, 9], "x": 11, "y": 0},
     62         {"matrix": [0, 10], "x": 12, "y": 0.25},
     63         {"matrix": [0, 11], "x": 13, "y": 0.5},
     64         {"matrix": [0, 12], "x": 14, "y": 0.5},
     65 
     66         {"matrix": [1, 0], "x": 0, "y": 1.5},
     67         {"matrix": [1, 1], "x": 1, "y": 1.5},
     68         {"matrix": [1, 2], "x": 2, "y": 1.25},
     69         {"matrix": [1, 3], "x": 3, "y": 1},
     70         {"matrix": [1, 4], "x": 4, "y": 1.25},
     71         {"matrix": [1, 5], "x": 5, "y": 1.5},
     72 
     73         {"matrix": [1, 7], "x": 9, "y": 1.5},
     74         {"matrix": [1, 8], "x": 10, "y": 1.25},
     75         {"matrix": [1, 9], "x": 11, "y": 1},
     76         {"matrix": [1, 10], "x": 12, "y": 1.25},
     77         {"matrix": [1, 11], "x": 13, "y": 1.5},
     78         {"matrix": [1, 12], "x": 14, "y": 1.5},
     79 
     80         {"matrix": [2, 0], "x": 0, "y": 2.5},
     81         {"matrix": [2, 1], "x": 1, "y": 2.5},
     82         {"matrix": [2, 2], "x": 2, "y": 2.25},
     83         {"matrix": [2, 3], "x": 3, "y": 2},
     84         {"matrix": [2, 4], "x": 4, "y": 2.25},
     85         {"matrix": [2, 5], "x": 5, "y": 2.5},
     86 
     87         {"matrix": [2, 7], "x": 9, "y": 2.5},
     88         {"matrix": [2, 8], "x": 10, "y": 2.25},
     89         {"matrix": [2, 9], "x": 11, "y": 2},
     90         {"matrix": [2, 10], "x": 12, "y": 2.25},
     91         {"matrix": [2, 11], "x": 13, "y": 2.5},
     92         {"matrix": [2, 12], "x": 14, "y": 2.5},
     93 
     94         {"matrix": [3, 0], "x": 0, "y": 3.5},
     95         {"matrix": [3, 1], "x": 1, "y": 3.5},
     96         {"matrix": [3, 2], "x": 2, "y": 3.25},
     97         {"matrix": [3, 3], "x": 3, "y": 3},
     98         {"matrix": [3, 4], "x": 4, "y": 3.25},
     99         {"matrix": [3, 5], "x": 5, "y": 3.5},
    100         {"matrix": [2, 6], "x": 6, "y": 2.75, "h": 1.5},
    101 
    102         {"matrix": [3, 6], "x": 8, "y": 2.75, "h": 1.5},
    103         {"matrix": [3, 7], "x": 9, "y": 3.5},
    104         {"matrix": [3, 8], "x": 10, "y": 3.25},
    105         {"matrix": [3, 9], "x": 11, "y": 3},
    106         {"matrix": [3, 10], "x": 12, "y": 3.25},
    107         {"matrix": [3, 11], "x": 13, "y": 3.5},
    108         {"matrix": [3, 12], "x": 14, "y": 3.5}
    109       ]
    110     }
    111   }
    112 }