logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (710B)


  1. {
  2. "keyboard_name": "waffling80 Rev B",
  3. "usb": {
  4. "pid": "0x000F",
  5. "device_version": "0.0.2"
  6. },
  7. "features": {
  8. "bootmagic": true,
  9. "mousekey": true,
  10. "extrakey": true,
  11. "nkro": true,
  12. "rgblight": true
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 2
  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. }