info.json 888 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "keyboard_name": "Split Tester",
  3. "manufacturer": "Keebio",
  4. "url": "",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1111",
  9. "device_version": "1.0.0"
  10. },
  11. "split": {
  12. "enabled": true
  13. },
  14. "rgblight": {
  15. "led_count": 12,
  16. "split_count": [6, 6],
  17. "animations": {
  18. "breathing": true,
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true,
  21. "snake": true,
  22. "knight": true,
  23. "christmas": true,
  24. "static_gradient": true,
  25. "rgb_test": true,
  26. "alternating": true,
  27. "twinkle": true
  28. }
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [1, 0], "x": 1, "y": 0}
  35. ]
  36. }
  37. }
  38. }