qmk_firmware

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

keyboard.json (5077B)


      1 {
      2     "keyboard_name": "Ortho4exent",
      3     "manufacturer": "tszaboo",
      4     "url": "https://github.com/tszaboo/Ortho4Exent",
      5     "maintainer": "tszaboo",
      6     "usb": {
      7       "vid": "0x5453",
      8       "pid": "0x7934",
      9       "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12       "saturation_steps": 8,
     13       "brightness_steps": 8,
     14       "led_count": 18,
     15       "sleep": true,
     16       "animations": {
     17         "breathing": true,
     18         "rainbow_mood": true,
     19         "rainbow_swirl": true,
     20         "snake": true,
     21         "knight": true,
     22         "christmas": true,
     23         "static_gradient": true,
     24         "rgb_test": true,
     25         "alternating": true,
     26         "twinkle": true
     27       }
     28     },
     29     "ws2812": {
     30       "pin": "B6"
     31     },
     32     "build": {
     33         "lto": true
     34     },
     35     "features": {
     36         "bootmagic": true,
     37         "command": true,
     38         "console": true,
     39         "extrakey": true,
     40         "mousekey": false,
     41         "nkro": true,
     42         "rgblight": true
     43     },
     44     "qmk": {
     45         "locking": {
     46             "enabled": true,
     47             "resync": true
     48         }
     49     },
     50     "matrix_pins": {
     51       "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "D6", "D5", "D3", "D2", "D1", "B7", "B3", "B2"],
     52       "rows": ["B0", "B1", "D4", "D7", "B4"]
     53     },
     54     "diode_direction": "ROW2COL",
     55     "indicators": {
     56       "caps_lock": "E6"
     57     },
     58     "processor": "atmega32u4",
     59     "bootloader": "caterina",
     60     "layouts": {
     61       "LAYOUT": {
     62         "layout": [
     63           {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5},
     64           {"matrix": [0, 1], "x": 1.5, "y": 0},
     65           {"matrix": [0, 2], "x": 2.5, "y": 0},
     66           {"matrix": [0, 3], "x": 3.5, "y": 0},
     67           {"matrix": [0, 4], "x": 4.5, "y": 0},
     68           {"matrix": [0, 5], "x": 5.5, "y": 0},
     69           {"matrix": [0, 6], "x": 6.5, "y": 0},
     70           {"matrix": [0, 7], "x": 7.5, "y": 0},
     71           {"matrix": [0, 8], "x": 8.5, "y": 0},
     72           {"matrix": [0, 9], "x": 9.5, "y": 0},
     73           {"matrix": [0, 10], "x": 10.5, "y": 0},
     74           {"matrix": [0, 11], "x": 11.5, "y": 0},
     75           {"matrix": [0, 12], "x": 12.5, "y": 0},
     76           {"matrix": [0, 13], "x": 13.5, "y": 0},
     77           {"matrix": [0, 14], "x": 14.5, "y": 0, "w": 1.5},
     78 
     79           {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
     80           {"matrix": [1, 1], "x": 1.5, "y": 1},
     81           {"matrix": [1, 2], "x": 2.5, "y": 1},
     82           {"matrix": [1, 3], "x": 3.5, "y": 1},
     83           {"matrix": [1, 4], "x": 4.5, "y": 1},
     84           {"matrix": [1, 5], "x": 5.5, "y": 1},
     85           {"matrix": [1, 6], "x": 6.5, "y": 1},
     86           {"matrix": [1, 7], "x": 7.5, "y": 1},
     87           {"matrix": [1, 8], "x": 8.5, "y": 1},
     88           {"matrix": [1, 9], "x": 9.5, "y": 1},
     89           {"matrix": [1, 10], "x": 10.5, "y": 1},
     90           {"matrix": [1, 11], "x": 11.5, "y": 1},
     91           {"matrix": [1, 12], "x": 12.5, "y": 1},
     92           {"matrix": [1, 13], "x": 13.5, "y": 1},
     93           {"matrix": [1, 14], "x": 14.5, "y": 1, "w": 1.5},
     94 
     95           {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
     96           {"matrix": [2, 1], "x": 1.5, "y": 2},
     97           {"matrix": [2, 2], "x": 2.5, "y": 2},
     98           {"matrix": [2, 3], "x": 3.5, "y": 2},
     99           {"matrix": [2, 4], "x": 4.5, "y": 2},
    100           {"matrix": [2, 5], "x": 5.5, "y": 2},
    101           {"matrix": [2, 6], "x": 6.5, "y": 2},
    102           {"matrix": [2, 7], "x": 7.5, "y": 2},
    103           {"matrix": [2, 8], "x": 8.5, "y": 2},
    104           {"matrix": [2, 9], "x": 9.5, "y": 2},
    105           {"matrix": [2, 10], "x": 10.5, "y": 2},
    106           {"matrix": [2, 11], "x": 11.5, "y": 2},
    107           {"matrix": [2, 12], "x": 12.5, "y": 2},
    108           {"matrix": [2, 13], "x": 13.5, "y": 2},
    109           {"matrix": [2, 14], "x": 14.5, "y": 2, "w": 1.5},
    110 
    111           {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.5},
    112           {"matrix": [3, 1], "x": 1.5, "y": 3},
    113           {"matrix": [3, 2], "x": 2.5, "y": 3},
    114           {"matrix": [3, 3], "x": 3.5, "y": 3},
    115           {"matrix": [3, 4], "x": 4.5, "y": 3},
    116           {"matrix": [3, 5], "x": 5.5, "y": 3},
    117           {"matrix": [3, 6], "x": 6.5, "y": 3},
    118           {"matrix": [3, 7], "x": 7.5, "y": 3},
    119           {"matrix": [3, 8], "x": 8.5, "y": 3},
    120           {"matrix": [3, 9], "x": 9.5, "y": 3},
    121           {"matrix": [3, 10], "x": 10.5, "y": 3},
    122           {"matrix": [3, 11], "x": 11.5, "y": 3},
    123           {"matrix": [3, 12], "x": 12.5, "y": 3},
    124           {"matrix": [3, 13], "x": 13.5, "y": 3},
    125           {"matrix": [3, 14], "x": 14.5, "y": 3, "w": 1.5},
    126 
    127           {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
    128           {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.5},
    129           {"matrix": [4, 3], "x": 3, "y": 4, "w": 1.5},
    130           {"matrix": [4, 4], "x": 4.5, "y": 4, "w": 2},
    131           {"matrix": [4, 6], "x": 6.5, "y": 4},
    132           {"matrix": [4, 7], "x": 7.5, "y": 4},
    133           {"matrix": [4, 8], "x": 8.5, "y": 4},
    134           {"matrix": [4, 9], "x": 9.5, "y": 4, "w": 2},
    135           {"matrix": [4, 11], "x": 11.5, "y": 4, "w": 1.5},
    136           {"matrix": [4, 13], "x": 13, "y": 4, "w": 1.5},
    137           {"matrix": [4, 14], "x": 14.5, "y": 4, "w": 1.5}
    138         ]
    139       }
    140     }
    141 }