logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1441B)


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