keyboard.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["C2", "C3", "C4", "C5"],
  23. "rows": ["B0", "C0", "C1"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "B1", "pin_b": "B2"},
  29. {"pin_a": "D0", "pin_b": "D1"}
  30. ]
  31. },
  32. "qmk": {
  33. "tap_keycode_delay": 10,
  34. "locking": {
  35. "enabled": true,
  36. "resync": true
  37. }
  38. },
  39. "rgblight": {
  40. "saturation_steps": 8,
  41. "brightness_steps": 8,
  42. "led_count": 4,
  43. "sleep": true,
  44. "animations": {
  45. "breathing": true,
  46. "rainbow_mood": true,
  47. "rainbow_swirl": true,
  48. "snake": true,
  49. "knight": true,
  50. "christmas": true,
  51. "static_gradient": true,
  52. "rgb_test": true,
  53. "alternating": true,
  54. "twinkle": true
  55. }
  56. },
  57. "ws2812": {
  58. "pin": "D4"
  59. },
  60. "processor": "atmega328p",
  61. "bootloader": "usbasploader",
  62. "layout_aliases": {
  63. "LAYOUT_daisy": "LAYOUT"
  64. },
  65. "layouts": {
  66. "LAYOUT": {
  67. "layout": [
  68. {"matrix": [0, 0], "x": 0, "y": 0},
  69. {"matrix": [0, 3], "x": 3, "y": 0},
  70. {"matrix": [1, 0], "x": 0, "y": 1},
  71. {"matrix": [1, 1], "x": 1, "y": 1},
  72. {"matrix": [1, 2], "x": 2, "y": 1},
  73. {"matrix": [1, 3], "x": 3, "y": 1},
  74. {"matrix": [2, 0], "x": 0, "y": 2},
  75. {"matrix": [2, 1], "x": 1, "y": 2},
  76. {"matrix": [2, 2], "x": 2, "y": 2},
  77. {"matrix": [2, 3], "x": 3, "y": 2}
  78. ]
  79. }
  80. }
  81. }