keyboard.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "keyboard_name": "SPIN",
  3. "manufacturer": "DMQ Design",
  4. "url": "https://www.DMQdesign.com",
  5. "maintainer": "Quarren42",
  6. "usb": {
  7. "vid": "0xA455",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "midi": true,
  18. "mousekey": true,
  19. "nkro": true,
  20. "rgblight": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["F5", "F6", "F7", "C7", "C6"],
  30. "rows": ["F0", "F1", "F4"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "B6", "pin_b": "B5"},
  36. {"pin_a": "B4", "pin_b": "D7"},
  37. {"pin_a": "D6", "pin_b": "D4"}
  38. ]
  39. },
  40. "rgblight": {
  41. "led_count": 3
  42. },
  43. "ws2812": {
  44. "pin": "D3"
  45. },
  46. "processor": "atmega32u4",
  47. "bootloader": "atmel-dfu",
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [1, 0], "x": 1, "y": 0},
  53. {"matrix": [2, 0], "x": 2, "y": 0},
  54. {"matrix": [2, 4], "x": 3.5, "y": 0},
  55. {"matrix": [0, 1], "x": 0, "y": 1},
  56. {"matrix": [1, 1], "x": 1, "y": 1},
  57. {"matrix": [2, 1], "x": 2, "y": 1},
  58. {"matrix": [1, 4], "x": 3.5, "y": 1.5},
  59. {"matrix": [0, 2], "x": 0, "y": 2},
  60. {"matrix": [1, 2], "x": 1, "y": 2},
  61. {"matrix": [2, 2], "x": 2, "y": 2},
  62. {"matrix": [0, 4], "x": 3.5, "y": 3},
  63. {"matrix": [0, 3], "x": 0, "y": 3},
  64. {"matrix": [1, 3], "x": 1, "y": 3},
  65. {"matrix": [2, 3], "x": 2, "y": 3}
  66. ]
  67. }
  68. }
  69. }