info.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "keyboard_name": "6-Ball",
  3. "manufacturer": "That-Canadian",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xCEEB",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "led_count": 6,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "F7"
  28. },
  29. "matrix_pins": {
  30. "cols": ["F4", "D4", "B5", "B6", "B2", "F6"],
  31. "rows": ["F5"]
  32. },
  33. "diode_direction": "COL2ROW",
  34. "processor": "atmega32u4",
  35. "bootloader": "caterina",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 5], "x": 0, "y": 0.5},
  40. {"matrix": [0, 0], "x": 1, "y": 0},
  41. {"matrix": [0, 1], "x": 2, "y": 0.5},
  42. {"matrix": [0, 4], "x": 0, "y": 1.5},
  43. {"matrix": [0, 3], "x": 1, "y": 2},
  44. {"matrix": [0, 2], "x": 2, "y": 1.5}
  45. ]
  46. }
  47. }
  48. }