logo

qmk_firmware

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

keyboard.json (1076B)


  1. {
  2. "bootloader": "atmel-dfu",
  3. "build": {
  4. "lto": true
  5. },
  6. "encoder": {
  7. "rotary": [
  8. {"pin_a": "D7", "pin_b": "D6", "resolution": 2}
  9. ]
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "encoder": true,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B1", "D3", "F0", "F1", "F4", "F5", "F6", "F7", "C6", "B6", "B5"],
  21. "rows": ["B4", "D4", "B0", "C7"]
  22. },
  23. "processor": "atmega32u4",
  24. "rgblight": {
  25. "animations": {
  26. "alternating": true,
  27. "breathing": true,
  28. "christmas": true,
  29. "knight": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "rgb_test": true,
  33. "snake": true,
  34. "static_gradient": true,
  35. "twinkle": true
  36. },
  37. "brightness_steps": 8,
  38. "led_count": 12,
  39. "saturation_steps": 8,
  40. "sleep": true
  41. },
  42. "ws2812": {
  43. "pin": "D5"
  44. }
  45. }