logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2599B)


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