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.

37 lines
841 B

  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. "pin": "D7",
  13. "breathing": true
  14. },
  15. "processor": "atmega32u4",
  16. "bootloader": "caterina",
  17. "matrix_pins": {
  18. "direct": [
  19. ["D4", "F6", "B5", "E6"],
  20. ["F5", "F7", "B4", "C6"]
  21. ]
  22. },
  23. "layouts": {
  24. "LAYOUT_ortho_2x4": {
  25. "layout": [
  26. {"x":0, "y":0, "matrix": [0, 0]},
  27. {"x":1, "y":0, "matrix": [0, 1]},
  28. {"x":2, "y":0, "matrix": [0, 2]},
  29. {"x":3, "y":0, "matrix": [0, 3]},
  30. {"x":0, "y":1, "matrix": [1, 0]},
  31. {"x":1, "y":1, "matrix": [1, 1]},
  32. {"x":2, "y":1, "matrix": [1, 2]},
  33. {"x":3, "y":1, "matrix": [1, 3]}
  34. ]
  35. }
  36. }
  37. }