info.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "Catch22 Hotswap Macropad",
  3. "manufacturer": "rockydbull",
  4. "usb": {
  5. "vid": "0xFEED",
  6. "pid": "0xCA22",
  7. "device_version": "0.0.1"
  8. },
  9. "rgblight": {
  10. "led_count": 6,
  11. "animations": {
  12. "breathing": true,
  13. "rainbow_mood": true,
  14. "rainbow_swirl": true,
  15. "snake": true,
  16. "knight": true,
  17. "christmas": true,
  18. "static_gradient": true,
  19. "rgb_test": true,
  20. "alternating": true,
  21. "twinkle": true
  22. }
  23. },
  24. "ws2812": {
  25. "pin": "F6"
  26. },
  27. "matrix_pins": {
  28. "cols": ["B5", "B4", "E6", "D7", "C6"],
  29. "rows": ["B6", "B2", "B3", "B1", "F7"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "processor": "atmega32u4",
  33. "bootloader": "caterina",
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [0, 3], "x": 3, "y": 0},
  40. {"matrix": [0, 4], "x": 4, "y": 0},
  41. {"matrix": [1, 1], "x": 1, "y": 1},
  42. {"matrix": [1, 2], "x": 2, "y": 1},
  43. {"matrix": [1, 3], "x": 3, "y": 1},
  44. {"matrix": [1, 4], "x": 4, "y": 1},
  45. {"matrix": [2, 0], "x": 0, "y": 2},
  46. {"matrix": [2, 1], "x": 1, "y": 2},
  47. {"matrix": [2, 2], "x": 2, "y": 2},
  48. {"matrix": [2, 3], "x": 3, "y": 2},
  49. {"matrix": [2, 4], "x": 4, "y": 2},
  50. {"matrix": [3, 0], "x": 0, "y": 3, "h": 2},
  51. {"matrix": [3, 1], "x": 1, "y": 3},
  52. {"matrix": [3, 2], "x": 2, "y": 3},
  53. {"matrix": [3, 3], "x": 3, "y": 3},
  54. {"matrix": [3, 4], "x": 4, "y": 3},
  55. {"matrix": [4, 1], "x": 1, "y": 4},
  56. {"matrix": [4, 2], "x": 2, "y": 4},
  57. {"matrix": [4, 3], "x": 3, "y": 4},
  58. {"matrix": [4, 4], "x": 4, "y": 4}
  59. ]
  60. }
  61. }
  62. }