keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "keyboard_name": "Macro Pad 12",
  3. "manufacturer": "ANAVI",
  4. "url": "https://github.com/AnaviTechnology/anavi-macro-pad-12",
  5. "maintainer": "leon-anavi",
  6. "processor": "RP2040",
  7. "bootloader": "rp2040",
  8. "diode_direction": "COL2ROW",
  9. "matrix_pins": {
  10. "cols": ["GP0", "GP2", "GP4"],
  11. "rows": ["GP27", "GP28", "GP29", "GP1"]
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true,
  20. "rgblight": true,
  21. "backlight": true,
  22. "oled": true
  23. },
  24. "rgblight": {
  25. "led_count": 6,
  26. "animations": {
  27. "alternating": true,
  28. "breathing": true,
  29. "christmas": true,
  30. "knight": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "rgb_test": true,
  34. "snake": true,
  35. "static_gradient": true,
  36. "twinkle": true
  37. },
  38. "default": {
  39. "animation": "rainbow_mood"
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "GP3",
  44. "driver": "vendor"
  45. },
  46. "backlight": {
  47. "pin": "GP26"
  48. },
  49. "layout_aliases": {
  50. "LAYOUT": "LAYOUT_ortho_4x3"
  51. },
  52. "layouts": {
  53. "LAYOUT_ortho_4x3": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1, "y": 0},
  57. {"matrix": [0, 2], "x": 2, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [1, 1], "x": 1, "y": 1},
  60. {"matrix": [1, 2], "x": 2, "y": 1},
  61. {"matrix": [2, 0], "x": 0, "y": 2},
  62. {"matrix": [2, 1], "x": 1, "y": 2},
  63. {"matrix": [2, 2], "x": 2, "y": 2},
  64. {"matrix": [3, 0], "x": 0, "y": 3},
  65. {"matrix": [3, 1], "x": 1, "y": 3},
  66. {"matrix": [3, 2], "x": 2, "y": 3}
  67. ]
  68. }
  69. },
  70. "usb": {
  71. "device_version": "1.0.0",
  72. "pid": "0x9A25",
  73. "vid": "0xFEED"
  74. }
  75. }