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.2"
  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": ["F6", "B0", "B1", "F7", "C7", "C6", "B6", "F1", "B2", "B3", "D6", "D3", "D2", "D1", "D0"],
  33. "rows": ["F4", "F5", "D7", "B5", "B4"]
  34. },
  35. "diode_direction": "COL2ROW",
  36. "processor": "atmega32u4",
  37. "bootloader": "atmel-dfu"
  38. }