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.

53 lines
1.5 KiB

  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. "matrix_pins": {
  12. "cols": ["F5", "F6", "F7", "C7", "C6"],
  13. "rows": ["F0", "F1", "F4"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "B6", "pin_b": "B5"},
  19. {"pin_a": "B4", "pin_b": "D7"},
  20. {"pin_a": "D6", "pin_b": "D4"}
  21. ]
  22. },
  23. "ws2812": {
  24. "pin": "D3"
  25. },
  26. "processor": "atmega32u4",
  27. "bootloader": "atmel-dfu",
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [1, 0], "x": 1, "y": 0},
  33. {"matrix": [2, 0], "x": 2, "y": 0},
  34. {"matrix": [2, 4], "x": 3.5, "y": 0},
  35. {"matrix": [0, 1], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [2, 1], "x": 2, "y": 1},
  38. {"matrix": [1, 4], "x": 3.5, "y": 1.5},
  39. {"matrix": [0, 2], "x": 0, "y": 2},
  40. {"matrix": [1, 2], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [0, 4], "x": 3.5, "y": 3},
  43. {"matrix": [0, 3], "x": 0, "y": 3},
  44. {"matrix": [1, 3], "x": 1, "y": 3},
  45. {"matrix": [2, 3], "x": 2, "y": 3}
  46. ]
  47. }
  48. }
  49. }