keyboard.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "keyboard_name": "z12",
  3. "manufacturer": "zigotica",
  4. "url": "https://github.com/zigotica/mechanical-keyboards/tree/main/z12",
  5. "maintainer": "@zigotica",
  6. "usb": {
  7. "vid": "0x7A74",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "B5", "pin_b": "B4"},
  14. {"pin_a": "B6", "pin_b": "B2"}
  15. ]
  16. },
  17. "processor": "atmega32u4",
  18. "bootloader": "caterina",
  19. "build": {
  20. "lto": true
  21. },
  22. "features": {
  23. "bootmagic": false,
  24. "command": false,
  25. "console": false,
  26. "encoder": true,
  27. "extrakey": true,
  28. "mousekey": false,
  29. "nkro": false,
  30. "oled": true
  31. },
  32. "qmk": {
  33. "locking": {
  34. "enabled": true,
  35. "resync": true
  36. }
  37. },
  38. "matrix_pins": {
  39. "direct": [
  40. [null, "E6", "C6", null],
  41. ["D2", "D7", "D4", "D3"],
  42. ["F7", "B1", "B3", null],
  43. ["F6", "F5", "F4", null]
  44. ]
  45. },
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"x": 1, "y": 0, "matrix": [0, 1]},
  50. {"x": 2, "y": 0, "matrix": [0, 2]},
  51. {"x": 0, "y": 0.5, "matrix": [1, 0]},
  52. {"x": 1, "y": 1, "matrix": [1, 1]},
  53. {"x": 2, "y": 1, "matrix": [1, 2]},
  54. {"x": 3, "y": 0.5, "matrix": [1, 3]},
  55. {"x": 0.5, "y": 2, "matrix": [2, 0]},
  56. {"x": 1.5, "y": 2, "matrix": [2, 1]},
  57. {"x": 2.5, "y": 2, "matrix": [2, 2]},
  58. {"x": 0.5, "y": 3, "matrix": [3, 0]},
  59. {"x": 1.5, "y": 3, "matrix": [3, 1]},
  60. {"x": 2.5, "y": 3, "matrix": [3, 2]}
  61. ]
  62. }
  63. }
  64. }