qmk_firmware

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

keyboard.json (1363B)


      1 {
      2   "keyboard_name": "The Ruler",
      3   "manufacturer": "Maple Computing",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0x1337",
      7     "pid": "0x6007",
      8     "device_version": "0.0.1"
      9   },
     10   "rgblight": {
     11     "hue_steps": 10,
     12     "led_count": 1,
     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": "E6"
     28   },
     29   "features": {
     30     "bootmagic": false,
     31     "command": true,
     32     "extrakey": true,
     33     "mousekey": true,
     34     "nkro": false,
     35     "rgblight": true
     36   },
     37   "qmk": {
     38     "locking": {
     39       "enabled": true,
     40       "resync": true
     41     }
     42   },
     43   "matrix_pins": {
     44     "cols": ["D6", "D7", "B4", "B5", "B6", "C6"],
     45     "rows": ["C7"]
     46   },
     47   "diode_direction": "COL2ROW",
     48   "processor": "atmega32u4",
     49   "bootloader": "atmel-dfu",
     50   "layouts": {
     51       "LAYOUT": {
     52           "layout": [
     53               {"matrix": [0, 0], "x": 0, "y": 0},
     54               {"matrix": [0, 1], "x": 1, "y": 0},
     55               {"matrix": [0, 2], "x": 2, "y": 0},
     56               {"matrix": [0, 3], "x": 3, "y": 0},
     57               {"matrix": [0, 4], "x": 4, "y": 0},
     58               {"matrix": [0, 5], "x": 5, "y": 0, "w": 2}
     59           ]
     60       }
     61   }
     62 }