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.

95 lines
3.0 KiB

  1. {
  2. "keyboard_name": "Buzzard",
  3. "manufacturer": "crehmann",
  4. "url": "https://github.com/crehmann/buzzard",
  5. "maintainer": "crehmann",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xB077",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "mousekey": true,
  14. "extrakey": true,
  15. "ps2": true
  16. },
  17. "build": {
  18. "lto": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["B1", "B3", "B2", "B6", "B5", "B4"],
  28. "rows": ["F4", "F5", "F6", "F7"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "split": {
  32. "enabled": true,
  33. "soft_serial_pin": "D2",
  34. "transport": {
  35. "sync": {
  36. "oled": true
  37. }
  38. }
  39. },
  40. "processor": "atmega32u4",
  41. "bootloader": "atmel-dfu",
  42. "layouts": {
  43. "LAYOUT": {
  44. "layout": [
  45. {"matrix": [0, 4], "x": 1, "y": 0},
  46. {"matrix": [0, 3], "x": 2, "y": 0},
  47. {"matrix": [0, 2], "x": 3, "y": 0},
  48. {"matrix": [0, 1], "x": 4, "y": 0},
  49. {"matrix": [0, 0], "x": 5, "y": 0},
  50. {"matrix": [4, 0], "x": 11, "y": 0},
  51. {"matrix": [4, 1], "x": 12, "y": 0},
  52. {"matrix": [4, 2], "x": 13, "y": 0},
  53. {"matrix": [4, 3], "x": 14, "y": 0},
  54. {"matrix": [4, 4], "x": 15, "y": 0},
  55. {"matrix": [1, 5], "x": 0, "y": 1},
  56. {"matrix": [1, 4], "x": 1, "y": 1},
  57. {"matrix": [1, 3], "x": 2, "y": 1},
  58. {"matrix": [1, 2], "x": 3, "y": 1},
  59. {"matrix": [1, 1], "x": 4, "y": 1},
  60. {"matrix": [1, 0], "x": 5, "y": 1},
  61. {"matrix": [5, 0], "x": 11, "y": 1},
  62. {"matrix": [5, 1], "x": 12, "y": 1},
  63. {"matrix": [5, 2], "x": 13, "y": 1},
  64. {"matrix": [5, 3], "x": 14, "y": 1},
  65. {"matrix": [5, 4], "x": 15, "y": 1},
  66. {"matrix": [5, 5], "x": 16, "y": 1},
  67. {"matrix": [2, 5], "x": 0, "y": 2},
  68. {"matrix": [2, 4], "x": 1, "y": 2},
  69. {"matrix": [2, 3], "x": 2, "y": 2},
  70. {"matrix": [2, 2], "x": 3, "y": 2},
  71. {"matrix": [2, 1], "x": 4, "y": 2},
  72. {"matrix": [2, 0], "x": 5, "y": 2},
  73. {"matrix": [6, 0], "x": 11, "y": 2},
  74. {"matrix": [6, 1], "x": 12, "y": 2},
  75. {"matrix": [6, 2], "x": 13, "y": 2},
  76. {"matrix": [6, 3], "x": 14, "y": 2},
  77. {"matrix": [6, 4], "x": 15, "y": 2},
  78. {"matrix": [6, 5], "x": 16, "y": 2},
  79. {"matrix": [3, 2], "x": 5, "y": 3},
  80. {"matrix": [3, 1], "x": 6, "y": 3},
  81. {"matrix": [3, 0], "x": 7, "y": 3},
  82. {"matrix": [7, 0], "x": 9, "y": 3},
  83. {"matrix": [7, 1], "x": 10, "y": 3},
  84. {"matrix": [7, 2], "x": 11, "y": 3}
  85. ]
  86. }
  87. }
  88. }