info.json 840 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "manufacturer": "Yushakobo",
  3. "maintainer": "MakotoKurauchi",
  4. "build": {
  5. "lto": true
  6. },
  7. "development_board": "promicro",
  8. "diode_direction": "COL2ROW",
  9. "features": {
  10. "bootmagic": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "oled": true,
  14. "rgb_matrix": true
  15. },
  16. "rgb_matrix": {
  17. "animations": {
  18. "breathing": true,
  19. "cycle_left_right": true,
  20. "cycle_pinwheel": true,
  21. "multisplash": true,
  22. "solid_splash": true
  23. },
  24. "driver": "ws2812",
  25. "max_brightness": 150,
  26. "sleep": true
  27. },
  28. "split": {
  29. "enabled": true,
  30. "serial": {
  31. "pin": "D2"
  32. }
  33. },
  34. "usb": {
  35. "vid": "0x3265"
  36. },
  37. "ws2812": {
  38. "pin": "D3"
  39. }
  40. }