keyboard.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "features": {
  30. "bootmagic": false,
  31. "command": false,
  32. "console": false,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true,
  36. "rgblight": true,
  37. "unicode": true
  38. },
  39. "matrix_pins": {
  40. "cols": ["F4", "D4", "B5", "B6", "B2", "F6"],
  41. "rows": ["F5"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "atmega32u4",
  45. "bootloader": "caterina",
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 5], "x": 0, "y": 0.5},
  50. {"matrix": [0, 0], "x": 1, "y": 0},
  51. {"matrix": [0, 1], "x": 2, "y": 0.5},
  52. {"matrix": [0, 4], "x": 0, "y": 1.5},
  53. {"matrix": [0, 3], "x": 1, "y": 2},
  54. {"matrix": [0, 2], "x": 2, "y": 1.5}
  55. ]
  56. }
  57. }
  58. }