info.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "pin": "GP3",
  24. "led_count": 4,
  25. "hue_steps": 10,
  26. "saturation_steps": 17,
  27. "brightness_steps": 17,
  28. "max_brightness": 255,
  29. "animations": {
  30. "alternating": true,
  31. "breathing": true,
  32. "christmas": true,
  33. "knight": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "rgb_test": true,
  37. "snake": true,
  38. "static_gradient": true,
  39. "twinkle": true
  40. }
  41. },
  42. "encoder": {
  43. "enabled": true,
  44. "rotary": [
  45. {
  46. "pin_a": "GP1",
  47. "pin_b": "GP2",
  48. "resolution": 2
  49. }
  50. ]
  51. },
  52. "layouts": {
  53. "LAYOUT_mp10": {
  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. ]
  65. }
  66. },
  67. "usb": {
  68. "device_version": "1.0.0",
  69. "pid": "0x9A25",
  70. "vid": "0xFEED"
  71. }
  72. }