info.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "keyboard_name": "DAISY",
  3. "manufacturer": "Draytronics",
  4. "url": "https://www.draytronics.co.uk/daisy",
  5. "maintainer": "ghostseven",
  6. "usb": {
  7. "vid": "0x4454",
  8. "pid": "0x4441",
  9. "device_version": "1.0.0"
  10. },
  11. "matrix_pins": {
  12. "cols": ["C2", "C3", "C4", "C5"],
  13. "rows": ["B0", "C0", "C1"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "B1", "pin_b": "B2"},
  19. {"pin_a": "D0", "pin_b": "D1"}
  20. ]
  21. },
  22. "ws2812": {
  23. "pin": "D4"
  24. },
  25. "processor": "atmega328p",
  26. "bootloader": "usbasploader",
  27. "layout_aliases": {
  28. "LAYOUT_daisy": "LAYOUT"
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [2, 3], "x": 3, "y": 2}
  43. ]
  44. }
  45. }
  46. }