qmk_firmware

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

keyboard.json (2463B)


      1 {
      2   "keyboard_name": "Dilly",
      3   "manufacturer": "Keebio",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xCB10",
      7     "pid": "0x113A",
      8     "device_version": "1.0.0"
      9   },
     10   "features": {
     11     "backlight": true,
     12     "bootmagic": true,
     13     "extrakey": true,
     14     "mousekey": true,
     15     "nkro": true,
     16     "rgblight": true
     17   },
     18  "qmk": {
     19   "locking": {
     20    "enabled": true,
     21    "resync": true
     22   }
     23  },
     24   "matrix_pins": {
     25     "cols": ["D2", "D4", "C6", "F6", "F5"],
     26     "rows": ["D7", "E6", "B4", "B1", "B3", "B2"]
     27   },
     28   "diode_direction": "COL2ROW",
     29   "backlight": {
     30     "pin": "B5"
     31   },
     32   "rgblight": {
     33     "saturation_steps": 8,
     34     "brightness_steps": 8,
     35     "led_count": 10,
     36     "animations": {
     37       "breathing": true,
     38       "rainbow_mood": true,
     39       "rainbow_swirl": true,
     40       "snake": true,
     41       "knight": true,
     42       "christmas": true,
     43       "static_gradient": true,
     44       "rgb_test": true,
     45       "alternating": true,
     46       "twinkle": true
     47     }
     48   },
     49   "ws2812": {
     50     "pin": "D3"
     51   },
     52   "development_board": "promicro",
     53   "community_layouts": ["ortho_3x10"],
     54   "layouts": {
     55     "LAYOUT_ortho_3x10": {
     56       "layout": [
     57         {"matrix": [0, 0], "x": 0, "y": 0},
     58         {"matrix": [0, 1], "x": 1, "y": 0},
     59         {"matrix": [0, 2], "x": 2, "y": 0},
     60         {"matrix": [0, 3], "x": 3, "y": 0},
     61         {"matrix": [0, 4], "x": 4, "y": 0},
     62         {"matrix": [3, 4], "x": 5, "y": 0},
     63         {"matrix": [3, 3], "x": 6, "y": 0},
     64         {"matrix": [3, 2], "x": 7, "y": 0},
     65         {"matrix": [3, 1], "x": 8, "y": 0},
     66         {"matrix": [3, 0], "x": 9, "y": 0},
     67 
     68         {"matrix": [1, 0], "x": 0, "y": 1},
     69         {"matrix": [1, 1], "x": 1, "y": 1},
     70         {"matrix": [1, 2], "x": 2, "y": 1},
     71         {"matrix": [1, 3], "x": 3, "y": 1},
     72         {"matrix": [1, 4], "x": 4, "y": 1},
     73         {"matrix": [4, 4], "x": 5, "y": 1},
     74         {"matrix": [4, 3], "x": 6, "y": 1},
     75         {"matrix": [4, 2], "x": 7, "y": 1},
     76         {"matrix": [4, 1], "x": 8, "y": 1},
     77         {"matrix": [4, 0], "x": 9, "y": 1},
     78 
     79         {"matrix": [2, 0], "x": 0, "y": 2},
     80         {"matrix": [2, 1], "x": 1, "y": 2},
     81         {"matrix": [2, 2], "x": 2, "y": 2},
     82         {"matrix": [2, 3], "x": 3, "y": 2},
     83         {"matrix": [2, 4], "x": 4, "y": 2},
     84         {"matrix": [5, 4], "x": 5, "y": 2},
     85         {"matrix": [5, 3], "x": 6, "y": 2},
     86         {"matrix": [5, 2], "x": 7, "y": 2},
     87         {"matrix": [5, 1], "x": 8, "y": 2},
     88         {"matrix": [5, 0], "x": 9, "y": 2}
     89       ]
     90     }
     91   }
     92 }