qmk_firmware

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

keyboard.json (718B)


      1 {
      2     "keyboard_name": "waffling80 Rev B ANSI HS",
      3     "usb": {
      4         "pid": "0x0017",
      5         "device_version": "0.0.1"
      6     },
      7     "rgblight": {
      8         "saturation_steps": 8,
      9         "brightness_steps": 8,
     10         "led_count": 2
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true,
     17         "rgblight": true
     18     },
     19     "ws2812": {
     20         "pin": "A8"
     21     },
     22     "matrix_pins": {
     23         "cols": ["B2", "B1", "B0", "A7", "A6", "A3", "B9", "B8"],
     24         "rows": ["B13", "B12", "A5", "A4", "A2", "A1", "F0", "C15", "C13", "C14", "F1", "A0"]
     25     },
     26     "diode_direction": "COL2ROW",
     27     "processor": "STM32F072",
     28     "bootloader": "stm32-dfu"
     29 }