logo

qmk_firmware

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

keyboard.json (684B)


  1. {
  2. "features": {
  3. "rgblight": true
  4. },
  5. "matrix_pins": {
  6. "cols": ["F4", "F5", "F6", "F7", "B1"],
  7. "rows": ["B2", "B6", "B4", "B5"]
  8. },
  9. "usb": {
  10. "device_version": "1.0.0"
  11. },
  12. "split": {
  13. "serial": {
  14. "pin": "D2"
  15. }
  16. },
  17. "rgblight": {
  18. "sleep": true,
  19. "led_count": 12,
  20. "split_count": [6, 6],
  21. "max_brightness": 150,
  22. "animations": {
  23. "alternating": true,
  24. "breathing": true,
  25. "christmas": true,
  26. "knight": true,
  27. "rainbow_mood": true,
  28. "rainbow_swirl": true,
  29. "rgb_test": true,
  30. "snake": true,
  31. "static_gradient": true,
  32. "twinkle": true
  33. }
  34. },
  35. "ws2812": {
  36. "pin": "D3"
  37. }
  38. }