logo

qmk_firmware

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

keyboard.json (1141B)


  1. {
  2. "features": {
  3. "backlight": true,
  4. "bootmagic": true,
  5. "command": true,
  6. "console": true,
  7. "extrakey": true,
  8. "mousekey": true,
  9. "nkro": true,
  10. "rgblight": true
  11. },
  12. "qmk": {
  13. "locking": {
  14. "enabled": true,
  15. "resync": true
  16. }
  17. },
  18. "indicators": {
  19. "caps_lock": "A8",
  20. "num_lock": "A9",
  21. "scroll_lock": "B12"
  22. },
  23. "rgblight": {
  24. "led_count": 14,
  25. "animations": {
  26. "breathing": true,
  27. "rainbow_mood": true,
  28. "rainbow_swirl": true,
  29. "snake": true,
  30. "knight": true,
  31. "christmas": true,
  32. "static_gradient": true,
  33. "rgb_test": true,
  34. "alternating": true,
  35. "twinkle": true
  36. }
  37. },
  38. "ws2812": {
  39. "pin": "B15",
  40. "driver": "spi"
  41. },
  42. "matrix_pins": {
  43. "cols": ["B1", "B0", "A7", "A1", "A5", "A4", "A3", "A10", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
  44. "rows": ["B2", "B10", "B11", "A2", "A0"]
  45. },
  46. "diode_direction": "COL2ROW"
  47. }