qmk_firmware

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

keyboard.json (3073B)


      1 {
      2   "keyboard_name": "Tanuki",
      3   "manufacturer": "Seth",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x6464",
      8     "device_version": "0.0.1"
      9   },
     10   "rgblight": {
     11     "hue_steps": 10,
     12     "led_count": 5,
     13     "sleep": true,
     14     "animations": {
     15       "breathing": true,
     16       "rainbow_mood": true,
     17       "rainbow_swirl": true,
     18       "snake": true,
     19       "knight": true,
     20       "christmas": true,
     21       "static_gradient": true,
     22       "rgb_test": true,
     23       "alternating": true,
     24       "twinkle": true
     25     }
     26   },
     27   "ws2812": {
     28     "pin": "D1"
     29   },
     30   "features": {
     31     "bootmagic": false,
     32     "extrakey": true,
     33     "mousekey": false,
     34     "nkro": true,
     35     "rgblight": true
     36   },
     37   "qmk": {
     38     "locking": {
     39       "enabled": true,
     40       "resync": true
     41     }
     42   },
     43   "matrix_pins": {
     44     "cols": ["B3", "B2", "B6", "B5", "B4", "E6", "D7", "C6", "F4", "F5", "F6"],
     45     "rows": ["F7", "B1", "D4", "D0"]
     46   },
     47   "diode_direction": "COL2ROW",
     48   "development_board": "promicro",
     49   "layouts": {
     50     "LAYOUT": {
     51       "layout": [
     52         {"x": 0, "y": 0, "matrix": [3, 1]},
     53         {"x": 1, "y": 0, "matrix": [0, 0]},
     54         {"x": 2, "y": 0, "matrix": [0, 1]},
     55         {"x": 3, "y": 0, "matrix": [0, 2]},
     56         {"x": 4, "y": 0, "matrix": [0, 3]},
     57         {"x": 5, "y": 0, "matrix": [0, 4]},
     58         {"x": 6, "y": 0, "matrix": [0, 5]},
     59         {"x": 7, "y": 0, "matrix": [0, 6]},
     60         {"x": 8, "y": 0, "matrix": [0, 7]},
     61         {"x": 9, "y": 0, "matrix": [0, 8]},
     62         {"x": 10, "y": 0, "matrix": [0, 9]},
     63         {"x": 11, "y": 0, "w": 1.25, "matrix": [0, 10]},
     64 
     65         {"x": 0, "y": 1, "w": 1.25, "matrix": [3, 0]},
     66         {"x": 1.25, "y": 1, "matrix": [1, 0]},
     67         {"x": 2.25, "y": 1, "matrix": [1, 1]},
     68         {"x": 3.25, "y": 1, "matrix": [1, 2]},
     69         {"x": 4.25, "y": 1, "matrix": [1, 3]},
     70         {"x": 5.25, "y": 1, "matrix": [1, 4]},
     71         {"x": 6.25, "y": 1, "matrix": [1, 5]},
     72         {"x": 7.25, "y": 1, "matrix": [1, 6]},
     73         {"x": 8.25, "y": 1, "matrix": [1, 7]},
     74         {"x": 9.25, "y": 1, "matrix": [1, 8]},
     75         {"x": 10.25, "y": 1, "matrix": [1, 9]},
     76         {"x": 11.25, "y": 1, "matrix": [1, 10]},
     77 
     78         {"x": 0.25, "y": 2, "w": 1.5, "matrix": [2, 0]},
     79         {"x": 1.75, "y": 2, "matrix": [2, 1]},
     80         {"x": 2.75, "y": 2, "matrix": [2, 2]},
     81         {"x": 3.75, "y": 2, "matrix": [2, 3]},
     82         {"x": 4.75, "y": 2, "matrix": [2, 4]},
     83         {"x": 5.75, "y": 2, "matrix": [2, 5]},
     84         {"x": 6.75, "y": 2, "matrix": [2, 6]},
     85         {"x": 7.75, "y": 2, "matrix": [2, 7]},
     86         {"x": 8.75, "y": 2, "matrix": [2, 8]},
     87         {"x": 9.75, "y": 2, "matrix": [2, 9]},
     88         {"x": 10.75, "y": 2, "w": 1.25, "matrix": [2, 10]},
     89 
     90         {"x": 1.25, "y": 3, "w": 1.25, "matrix": [3, 2]},
     91         {"x": 2.5, "y": 3, "matrix": [3, 3]},
     92         {"x": 3.5, "y": 3, "matrix": [3, 4]},
     93         {"x": 4.5, "y": 3, "w": 2, "matrix": [3, 5]},
     94         {"x": 6.5, "y": 3, "w": 2, "matrix": [3, 6]},
     95         {"x": 8.5, "y": 3, "matrix": [3, 8]},
     96         {"x": 9.5, "y": 3, "w": 1.25, "matrix": [3, 9]}
     97       ]
     98     }
     99   }
    100 }