qmk_firmware

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

keyboard.json (1255B)


      1 {
      2   "keyboard_name": "SMD-2% Milk",
      3   "manufacturer": "Kingly-Keys",
      4   "maintainer": "TheRoyalSweatshirt",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0xB195",
      8     "device_version": "0.0.1"
      9   },
     10   "host": {
     11     "default": {
     12       "nkro": true
     13     }
     14   },
     15   "rgblight": {
     16     "hue_steps": 6,
     17     "saturation_steps": 4,
     18     "brightness_steps": 10,
     19     "led_count": 4,
     20     "animations": {
     21       "breathing": true,
     22       "rainbow_mood": true,
     23       "rainbow_swirl": true,
     24       "snake": true,
     25       "knight": true,
     26       "christmas": true,
     27       "static_gradient": true,
     28       "rgb_test": true,
     29       "alternating": true,
     30       "twinkle": true
     31     }
     32   },
     33   "ws2812": {
     34     "pin": "B3"
     35   },
     36   "features": {
     37     "bootmagic": false,
     38     "command": true,
     39     "console": true,
     40     "extrakey": false,
     41     "mousekey": false,
     42     "nkro": true,
     43     "rgblight": true
     44   },
     45   "qmk": {
     46     "locking": {
     47       "enabled": true,
     48       "resync": true
     49     }
     50   },
     51   "matrix_pins": {
     52     "cols": ["D3"],
     53     "rows": ["C5", "D2"]
     54   },
     55   "diode_direction": "ROW2COL",
     56   "processor": "atmega32u2",
     57   "bootloader": "atmel-dfu",
     58   "layouts": {
     59     "LAYOUT": {
     60       "layout": [
     61         {"matrix": [0, 0], "x": 0, "y": 0},
     62         {"matrix": [1, 0], "x": 0, "y": 1}
     63       ]
     64     }
     65   }
     66 }