info.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "keyboard_name": "Yeehaw",
  3. "manufacturer": "squashkb",
  4. "url": "https://squashkb.com/product/yeehaw",
  5. "maintainer": "Tsquash",
  6. "usb": {
  7. "vid": "0x5351",
  8. "pid": "0x5458",
  9. "device_version": "1.0.0"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "D1", "pin_b": "D0"}
  14. ]
  15. },
  16. "processor": "atmega32u4",
  17. "bootloader": "caterina",
  18. "matrix_pins": {
  19. "direct": [
  20. ["D2", "D4", "C6", "E6", "F5", "B1", "D3", "D7", "B4", "F6", "B3", "B5", "F7", "F4"]
  21. ]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"x":1, "y":0, "matrix": [0, 0]},
  27. {"x":1, "y":1, "matrix": [0, 1]},
  28. {"x":2, "y":1.5, "matrix": [0, 2]},
  29. {"x":3, "y":1.5, "matrix": [0, 3]},
  30. {"x":1, "y":2, "matrix": [0, 4]},
  31. {"x":4, "y":2, "matrix": [0, 5]},
  32. {"x":2, "y":2.5, "matrix": [0, 6]},
  33. {"x":3, "y":2.5, "matrix": [0, 7]},
  34. {"x":0, "y":2.75, "matrix": [0, 8]},
  35. {"x":1, "y":3, "matrix": [0, 9]},
  36. {"x":4, "y":3, "matrix": [0, 10]},
  37. {"x":2, "y":3.5, "matrix": [0, 11]},
  38. {"x":3, "y":3.5, "matrix": [0, 12]},
  39. {"x":2.5, "y":4.5, "matrix": [0, 13]}
  40. ]
  41. }
  42. }
  43. }