You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.8 KiB

  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. "ws2812": {
  43. "driver": "vendor"
  44. },
  45. "encoder": {
  46. "enabled": true,
  47. "rotary": [
  48. {
  49. "pin_a": "GP1",
  50. "pin_b": "GP2",
  51. "resolution": 2
  52. }
  53. ]
  54. },
  55. "layouts": {
  56. "LAYOUT_mp10": {
  57. "layout": [
  58. { "matrix": [0, 0], "x": 0, "y": 0 },
  59. { "matrix": [0, 1], "x": 1, "y": 0 },
  60. { "matrix": [0, 2], "x": 2, "y": 0 },
  61. { "matrix": [1, 0], "x": 0, "y": 1 },
  62. { "matrix": [1, 1], "x": 1, "y": 1 },
  63. { "matrix": [1, 2], "x": 2, "y": 1 },
  64. { "matrix": [2, 0], "x": 0, "y": 2 },
  65. { "matrix": [2, 1], "x": 1, "y": 2 },
  66. { "matrix": [2, 2], "x": 2, "y": 2 }
  67. ]
  68. }
  69. },
  70. "usb": {
  71. "device_version": "1.0.0",
  72. "pid": "0x9A25",
  73. "vid": "0xFEED"
  74. }
  75. }