keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["D4", "D5", "D6", "D7"],
  23. "rows": ["D0", "D1", "D2", "D3"]
  24. },
  25. "diode_direction": "ROW2COL",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "C6", "pin_b": "C7"}
  29. ]
  30. },
  31. "ws2812": {
  32. "pin": "B6"
  33. },
  34. "rgblight": {
  35. "led_count": 2,
  36. "max_brightness": 10
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "atmel-dfu",
  40. "layouts": {
  41. "LAYOUT_ortho_4x4": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [1, 3], "x": 3, "y": 1},
  51. {"matrix": [2, 0], "x": 0, "y": 2},
  52. {"matrix": [2, 1], "x": 1, "y": 2},
  53. {"matrix": [2, 2], "x": 2, "y": 2},
  54. {"matrix": [2, 3], "x": 3, "y": 2},
  55. {"matrix": [3, 0], "x": 0, "y": 3},
  56. {"matrix": [3, 1], "x": 1, "y": 3},
  57. {"matrix": [3, 2], "x": 2, "y": 3},
  58. {"matrix": [3, 3], "x": 3, "y": 3}
  59. ]
  60. }
  61. }
  62. }