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.

73 lines
2.5 KiB

  1. {
  2. "keyboard_name": "barracuda",
  3. "manufacturer": "knaruo",
  4. "url": "https://github.com/knaruo/barracuda",
  5. "maintainer": "knaruo",
  6. "usb": {
  7. "vid": "0x6B6E",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D4", "D5", "D6", "B0", "B1", "B2"],
  27. "rows": ["C4", "C5", "C6", "D1", "D2", "D3"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u2",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT_ortho_3x11": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [0, 4], "x": 4, "y": 0},
  40. {"matrix": [0, 5], "x": 5, "y": 0},
  41. {"matrix": [3, 1], "x": 9, "y": 0},
  42. {"matrix": [3, 2], "x": 10, "y": 0},
  43. {"matrix": [3, 3], "x": 11, "y": 0},
  44. {"matrix": [3, 4], "x": 12, "y": 0},
  45. {"matrix": [3, 5], "x": 13, "y": 0},
  46. {"matrix": [1, 0], "x": 0, "y": 1},
  47. {"matrix": [1, 1], "x": 1, "y": 1},
  48. {"matrix": [1, 2], "x": 2, "y": 1},
  49. {"matrix": [1, 3], "x": 3, "y": 1},
  50. {"matrix": [1, 4], "x": 4, "y": 1},
  51. {"matrix": [1, 5], "x": 5, "y": 1},
  52. {"matrix": [4, 1], "x": 9, "y": 1},
  53. {"matrix": [4, 2], "x": 10, "y": 1},
  54. {"matrix": [4, 3], "x": 11, "y": 1},
  55. {"matrix": [4, 4], "x": 12, "y": 1},
  56. {"matrix": [4, 5], "x": 13, "y": 1},
  57. {"matrix": [2, 0], "x": 0, "y": 2},
  58. {"matrix": [2, 1], "x": 1, "y": 2},
  59. {"matrix": [2, 2], "x": 2, "y": 2},
  60. {"matrix": [2, 3], "x": 3, "y": 2},
  61. {"matrix": [2, 4], "x": 4, "y": 2},
  62. {"matrix": [2, 5], "x": 5, "y": 2},
  63. {"matrix": [5, 1], "x": 9, "y": 2},
  64. {"matrix": [5, 2], "x": 10, "y": 2},
  65. {"matrix": [5, 3], "x": 11, "y": 2},
  66. {"matrix": [5, 4], "x": 12, "y": 2},
  67. {"matrix": [5, 5], "x": 13, "y": 2}
  68. ]
  69. }
  70. }
  71. }