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.

55 lines
1.6 KiB

  1. {
  2. "keyboard_name": "MB_Macro",
  3. "manufacturer": "Manyboard",
  4. "url": "https://github.com/WillEhman/qmk_firmware/tree/dev_create_mb_macro",
  5. "maintainer": "William Ehman",
  6. "usb": {
  7. "vid": "0x4D42",
  8. "pid": "0x0015",
  9. "device_version": "1.0.3"
  10. },
  11. "matrix_pins": {
  12. "cols": ["D4", "D5", "D6", "D7"],
  13. "rows": ["D0", "D1", "D2", "D3"]
  14. },
  15. "diode_direction": "ROW2COL",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "C6", "pin_b": "C7"}
  19. ]
  20. },
  21. "ws2812": {
  22. "pin": "B6"
  23. },
  24. "rgblight": {
  25. "led_count": 2,
  26. "max_brightness": 10
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "atmel-dfu",
  30. "layouts": {
  31. "LAYOUT_ortho_4x4": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [0, 3], "x": 3, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [1, 3], "x": 3, "y": 1},
  41. {"matrix": [2, 0], "x": 0, "y": 2},
  42. {"matrix": [2, 1], "x": 1, "y": 2},
  43. {"matrix": [2, 2], "x": 2, "y": 2},
  44. {"matrix": [2, 3], "x": 3, "y": 2},
  45. {"matrix": [3, 0], "x": 0, "y": 3},
  46. {"matrix": [3, 1], "x": 1, "y": 3},
  47. {"matrix": [3, 2], "x": 2, "y": 3},
  48. {"matrix": [3, 3], "x": 3, "y": 3}
  49. ]
  50. }
  51. }
  52. }