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.

59 lines
2.3 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. "matrix_pins": {
  12. "cols": ["D4", "D5", "D6", "B0", "B1", "B2"],
  13. "rows": ["C4", "C5", "C6", "D1", "D2", "D3"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "processor": "atmega32u2",
  17. "bootloader": "atmel-dfu",
  18. "layouts": {
  19. "LAYOUT_ortho_3x11": {
  20. "layout": [
  21. {"matrix": [0, 0], "x": 0, "y": 0},
  22. {"matrix": [0, 1], "x": 1, "y": 0},
  23. {"matrix": [0, 2], "x": 2, "y": 0},
  24. {"matrix": [0, 3], "x": 3, "y": 0},
  25. {"matrix": [0, 4], "x": 4, "y": 0},
  26. {"matrix": [0, 5], "x": 5, "y": 0},
  27. {"matrix": [3, 1], "x": 9, "y": 0},
  28. {"matrix": [3, 2], "x": 10, "y": 0},
  29. {"matrix": [3, 3], "x": 11, "y": 0},
  30. {"matrix": [3, 4], "x": 12, "y": 0},
  31. {"matrix": [3, 5], "x": 13, "y": 0},
  32. {"matrix": [1, 0], "x": 0, "y": 1},
  33. {"matrix": [1, 1], "x": 1, "y": 1},
  34. {"matrix": [1, 2], "x": 2, "y": 1},
  35. {"matrix": [1, 3], "x": 3, "y": 1},
  36. {"matrix": [1, 4], "x": 4, "y": 1},
  37. {"matrix": [1, 5], "x": 5, "y": 1},
  38. {"matrix": [4, 1], "x": 9, "y": 1},
  39. {"matrix": [4, 2], "x": 10, "y": 1},
  40. {"matrix": [4, 3], "x": 11, "y": 1},
  41. {"matrix": [4, 4], "x": 12, "y": 1},
  42. {"matrix": [4, 5], "x": 13, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [2, 4], "x": 4, "y": 2},
  48. {"matrix": [2, 5], "x": 5, "y": 2},
  49. {"matrix": [5, 1], "x": 9, "y": 2},
  50. {"matrix": [5, 2], "x": 10, "y": 2},
  51. {"matrix": [5, 3], "x": 11, "y": 2},
  52. {"matrix": [5, 4], "x": 12, "y": 2},
  53. {"matrix": [5, 5], "x": 13, "y": 2}
  54. ]
  55. }
  56. }
  57. }