You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
854 B

  1. {
  2. "keyboard_name": "8-Pack",
  3. "manufacturer": "Charles Garcia",
  4. "url": "https://github.com/cgarcia2097/8-Pack",
  5. "maintainer": "Charles Garcia",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x2171"
  9. },
  10. "backlight": {
  11. "driver": "timer",
  12. "pins": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
  13. "levels": 8
  14. },
  15. "rgblight": {
  16. "led_count": 8,
  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. "ws2812": {
  31. "pin": "D2"
  32. },
  33. "processor": "atmega32u4",
  34. "bootloader": "caterina",
  35. "matrix_pins": {
  36. "direct": [
  37. ["F4", "F5", "F6", "F7"],
  38. ["B1", "B3", "B2", "B6"]
  39. ]
  40. }
  41. }