info.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "manufacturer": "JBarberU's",
  3. "keyboard_name": "SNES Macropad",
  4. "maintainer": "jbarberu",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": false,
  9. "command": false,
  10. "console": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgblight": true,
  15. "oled": true
  16. },
  17. "ws2812": {
  18. "pin": "GP5",
  19. "driver": "vendor"
  20. },
  21. "processor": "RP2040",
  22. "matrix_size": {
  23. "cols": 4,
  24. "rows": 6
  25. },
  26. "url": "",
  27. "usb": {
  28. "device_version": "1.0.0",
  29. "pid": "0x0000",
  30. "vid": "0xFEED"
  31. },
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [3, 0], "x": 5.2, "y": 0, "w": 2, "h": 0.75},
  48. {"matrix": [3, 1], "x": 10.65, "y": 0, "w": 2, "h": 0.75},
  49. {"matrix": [3, 2], "x": 7.9, "y": 2.5, "w": 1, "h": 0.75},
  50. {"matrix": [3, 3], "x": 8.9, "y": 2.5, "w": 1, "h": 0.75},
  51. {"matrix": [4, 0], "x": 6, "y": 1, "w": 0.85, "h": 0.85},
  52. {"matrix": [4, 1], "x": 6, "y": 3, "w": 0.85, "h": 0.85},
  53. {"matrix": [4, 2], "x": 5.2, "y": 2, "w": 0.85, "h": 0.85},
  54. {"matrix": [4, 3], "x": 6.8, "y": 2, "w": 0.85, "h": 0.85},
  55. {"matrix": [5, 0], "x": 11.8, "y": 2, "w": 0.85, "h": 0.85},
  56. {"matrix": [5, 1], "x": 11, "y": 3, "w": 0.85, "h": 0.85},
  57. {"matrix": [5, 2], "x": 11, "y": 1, "w": 0.85, "h": 0.85},
  58. {"matrix": [5, 3], "x": 10.2, "y": 2, "w": 0.85, "h": 0.85}
  59. ]
  60. }
  61. },
  62. "rgblight": {
  63. "led_count": 12,
  64. "max_brightness": 80,
  65. "animations": {
  66. "alternating": true,
  67. "breathing": true,
  68. "christmas": true,
  69. "knight": true,
  70. "rainbow_mood": true,
  71. "rainbow_swirl": true,
  72. "rgb_test": true,
  73. "snake": true,
  74. "static_gradient": true,
  75. "twinkle": true
  76. }
  77. }
  78. }