keyboard.json 1.9 KB

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