logo

qmk_firmware

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

keyboard.json (772B)


  1. {
  2. "qmk": {
  3. "locking": {
  4. "enabled": true,
  5. "resync": true
  6. }
  7. },
  8. "rgblight": {
  9. "hue_steps": 10,
  10. "saturation_steps": 10,
  11. "brightness_steps": 10,
  12. "led_count": 8,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "D4"
  28. },
  29. "matrix_pins": {
  30. "cols": ["D7", "E6", "B4", "B5"],
  31. "rows": ["B2", "B6"]
  32. },
  33. "diode_direction": "ROW2COL"
  34. }