logo

qmk_firmware

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

keyboard.json (853B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.3"
  4. },
  5. "features": {
  6. "bootmagic": true,
  7. "mousekey": false,
  8. "extrakey": true,
  9. "sleep_led": true,
  10. "nkro": true,
  11. "rgblight": true
  12. },
  13. "build": {
  14. "lto": true
  15. },
  16. "rgblight": {
  17. "saturation_steps": 8,
  18. "brightness_steps": 8,
  19. "led_count": 6,
  20. "animations": {
  21. "breathing": true,
  22. "rainbow_mood": true
  23. }
  24. },
  25. "tapping": {
  26. "term": 175
  27. },
  28. "ws2812": {
  29. "pin": "E6"
  30. },
  31. "matrix_pins": {
  32. "cols": ["B6", "C6", "C7", "F7", "F6", "F5", "F4", "F0", "B7", "D0", "D1", "D2", "D3", "D5", "D4"],
  33. "rows": ["F1", "B4", "B5", "D6", "D7"]
  34. },
  35. "diode_direction": "COL2ROW",
  36. "processor": "atmega32u4",
  37. "bootloader": "atmel-dfu"
  38. }