keyboard.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "url": "",
  23. "usb": {
  24. "device_version": "1.0.0",
  25. "pid": "0x0000",
  26. "vid": "0xFEED"
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [2, 3], "x": 3, "y": 2},
  43. {"matrix": [3, 0], "x": 5.2, "y": 0, "w": 2, "h": 0.75},
  44. {"matrix": [3, 1], "x": 10.65, "y": 0, "w": 2, "h": 0.75},
  45. {"matrix": [3, 2], "x": 7.9, "y": 2.5, "h": 0.75},
  46. {"matrix": [3, 3], "x": 8.9, "y": 2.5, "h": 0.75},
  47. {"matrix": [4, 0], "x": 6, "y": 1, "w": 0.85, "h": 0.85},
  48. {"matrix": [4, 1], "x": 6, "y": 3, "w": 0.85, "h": 0.85},
  49. {"matrix": [4, 2], "x": 5.2, "y": 2, "w": 0.85, "h": 0.85},
  50. {"matrix": [4, 3], "x": 6.8, "y": 2, "w": 0.85, "h": 0.85},
  51. {"matrix": [5, 0], "x": 11.8, "y": 2, "w": 0.85, "h": 0.85},
  52. {"matrix": [5, 1], "x": 11, "y": 3, "w": 0.85, "h": 0.85},
  53. {"matrix": [5, 2], "x": 11, "y": 1, "w": 0.85, "h": 0.85},
  54. {"matrix": [5, 3], "x": 10.2, "y": 2, "w": 0.85, "h": 0.85}
  55. ]
  56. }
  57. },
  58. "rgblight": {
  59. "led_count": 12,
  60. "max_brightness": 80,
  61. "animations": {
  62. "alternating": true,
  63. "breathing": true,
  64. "christmas": true,
  65. "knight": true,
  66. "rainbow_mood": true,
  67. "rainbow_swirl": true,
  68. "rgb_test": true,
  69. "snake": true,
  70. "static_gradient": true,
  71. "twinkle": true
  72. }
  73. }
  74. }