keyboard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "keyboard_name": "Macro Pad 8",
  3. "manufacturer": "ANAVI",
  4. "url": "",
  5. "maintainer": "leon-anavi",
  6. "usb": {
  7. "vid": "0xCEEB",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "backlight": {
  12. "driver": "timer",
  13. "pin": "D7",
  14. "breathing": true
  15. },
  16. "rgblight": {
  17. "hue_steps": 10,
  18. "led_count": 4,
  19. "sleep": true,
  20. "animations": {
  21. "breathing": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "snake": true,
  25. "knight": true,
  26. "christmas": true,
  27. "static_gradient": true,
  28. "rgb_test": true,
  29. "alternating": true,
  30. "twinkle": true
  31. }
  32. },
  33. "ws2812": {
  34. "pin": "F4"
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "caterina",
  38. "features": {
  39. "backlight": true,
  40. "bootmagic": false,
  41. "command": false,
  42. "console": false,
  43. "extrakey": true,
  44. "mousekey": true,
  45. "nkro": true,
  46. "oled": true,
  47. "rgblight": true
  48. },
  49. "matrix_pins": {
  50. "direct": [
  51. ["D4", "F6", "B5", "E6"],
  52. ["F5", "F7", "B4", "C6"]
  53. ]
  54. },
  55. "layouts": {
  56. "LAYOUT_ortho_2x4": {
  57. "layout": [
  58. {"x": 0, "y": 0, "matrix": [0, 0]},
  59. {"x": 1, "y": 0, "matrix": [0, 1]},
  60. {"x": 2, "y": 0, "matrix": [0, 2]},
  61. {"x": 3, "y": 0, "matrix": [0, 3]},
  62. {"x": 0, "y": 1, "matrix": [1, 0]},
  63. {"x": 1, "y": 1, "matrix": [1, 1]},
  64. {"x": 2, "y": 1, "matrix": [1, 2]},
  65. {"x": 3, "y": 1, "matrix": [1, 3]}
  66. ]
  67. }
  68. }
  69. }