info.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "keyboard_name": "6macro",
  3. "manufacturer": "joaofbmaia",
  4. "url": "",
  5. "maintainer": "joaofbmaia",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0037",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 10,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "static_gradient": true
  21. }
  22. },
  23. "ws2812": {
  24. "pin": "D2"
  25. },
  26. "rgb_matrix": {
  27. "driver": "ws2812"
  28. },
  29. "matrix_pins": {
  30. "cols": ["B0", "B1", "B2"],
  31. "rows": ["B3", "B4"]
  32. },
  33. "diode_direction": "COL2ROW",
  34. "processor": "atmega32u2",
  35. "bootloader": "atmel-dfu",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
  40. {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
  41. {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
  42. {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1},
  43. {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1},
  44. {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1}
  45. ]
  46. }
  47. }
  48. }