logo

qmk_firmware

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

keyboard.json (796B)


  1. {
  2. "keyboard_name": "waffling80 Rev A",
  3. "usb": {
  4. "pid": "0x0006",
  5. "device_version": "0.0.1"
  6. },
  7. "rgblight": {
  8. "saturation_steps": 8,
  9. "brightness_steps": 8,
  10. "led_count": 2
  11. },
  12. "ws2812": {
  13. "pin": "D7"
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true,
  20. "rgblight": true
  21. },
  22. "matrix_pins": {
  23. "cols": ["C6", "C7", "B7", "B6", "B5", "B2", "D0", "C2"],
  24. "rows": ["C4", "C5", "B4", "B3", "B1", "B0", "D6", "D5", "D3", "D4", "D1", "D2"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "qmk_lufa_bootloader": {
  28. "esc_input": "C4",
  29. "esc_output": "C6"
  30. },
  31. "processor": "atmega32u2",
  32. "bootloader": "atmel-dfu"
  33. }