keyboard.json 672 B

123456789101112131415161718192021222324252627282930313233343536
  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. "soft_serial_pin": "D2"
  14. },
  15. "rgblight": {
  16. "sleep": true,
  17. "led_count": 12,
  18. "split_count": [6, 6],
  19. "max_brightness": 150,
  20. "animations": {
  21. "alternating": true,
  22. "breathing": true,
  23. "christmas": true,
  24. "knight": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "rgb_test": true,
  28. "snake": true,
  29. "static_gradient": true,
  30. "twinkle": true
  31. }
  32. },
  33. "ws2812": {
  34. "pin": "D3"
  35. }
  36. }