info.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "qmk": {
  23. "tap_keycode_delay": 10
  24. },
  25. "rgblight": {
  26. "saturation_steps": 8,
  27. "brightness_steps": 8,
  28. "led_count": 4,
  29. "sleep": true,
  30. "animations": {
  31. "breathing": true,
  32. "rainbow_mood": true,
  33. "rainbow_swirl": true,
  34. "snake": true,
  35. "knight": true,
  36. "christmas": true,
  37. "static_gradient": true,
  38. "rgb_test": true,
  39. "alternating": true,
  40. "twinkle": true
  41. }
  42. },
  43. "ws2812": {
  44. "pin": "D4"
  45. },
  46. "processor": "atmega328p",
  47. "bootloader": "usbasploader",
  48. "layout_aliases": {
  49. "LAYOUT_daisy": "LAYOUT"
  50. },
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 3], "x": 3, "y": 0},
  56. {"matrix": [1, 0], "x": 0, "y": 1},
  57. {"matrix": [1, 1], "x": 1, "y": 1},
  58. {"matrix": [1, 2], "x": 2, "y": 1},
  59. {"matrix": [1, 3], "x": 3, "y": 1},
  60. {"matrix": [2, 0], "x": 0, "y": 2},
  61. {"matrix": [2, 1], "x": 1, "y": 2},
  62. {"matrix": [2, 2], "x": 2, "y": 2},
  63. {"matrix": [2, 3], "x": 3, "y": 2}
  64. ]
  65. }
  66. }
  67. }