info.json 918 B

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  14. "ws2812": {
  15. "pin": "F7"
  16. },
  17. "matrix_pins": {
  18. "cols": ["F4", "D4", "B5", "B6", "B2", "F6"],
  19. "rows": ["F5"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina",
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [0, 5], "x": 0, "y": 0.5},
  28. {"matrix": [0, 0], "x": 1, "y": 0},
  29. {"matrix": [0, 1], "x": 2, "y": 0.5},
  30. {"matrix": [0, 4], "x": 0, "y": 1.5},
  31. {"matrix": [0, 3], "x": 1, "y": 2},
  32. {"matrix": [0, 2], "x": 2, "y": 1.5}
  33. ]
  34. }
  35. }
  36. }