keyboard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "miniMACRO5",
  3. "manufacturer": "leafcutterlabs",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xCEEB",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "led_count": 5,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "B5"
  28. },
  29. "encoder": {
  30. "rotary": [
  31. {"pin_a": "D3", "pin_b": "F5", "resolution": 2},
  32. {"pin_a": "F6", "pin_b": "D2", "resolution": 2},
  33. {"pin_a": "F7", "pin_b": "D1", "resolution": 2},
  34. {"pin_a": "D4", "pin_b": "D0", "resolution": 2},
  35. {"pin_a": "C6", "pin_b": "E6", "resolution": 2}
  36. ]
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "caterina",
  40. "features": {
  41. "bootmagic": false,
  42. "command": false,
  43. "console": false,
  44. "encoder": true,
  45. "extrakey": true,
  46. "mousekey": true,
  47. "nkro": true,
  48. "rgblight": true
  49. },
  50. "matrix_pins": {
  51. "direct": [
  52. ["F4", "B6", "B2", "D7", "B4"]
  53. ]
  54. },
  55. "layouts": {
  56. "LAYOUT_ortho_1x5": {
  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": 5, "y": 0, "matrix": [0, 4]}
  63. ]
  64. }
  65. }
  66. }