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.

91 lines
3.5 KiB

  1. {
  2. "manufacturer": "kb_elmo",
  3. "keyboard_name": "Dizzy40",
  4. "url": "https://github.com/kb-elmo/dizzy40",
  5. "maintainer": "kb-elmo",
  6. "usb": {
  7. "vid": "0xA68C",
  8. "pid": "0x7BB2",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u2",
  12. "bootloader": "atmel-dfu",
  13. "matrix_pins": {
  14. "cols": ["C6", "C7", "B7", "B6", "B5", "D2", "B1", "B0", "D3", "D4", "D5"],
  15. "rows": ["C4", "C5", "C2", "B2"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "features": {
  19. "bootmagic": true,
  20. "extrakey": true,
  21. "mousekey": true,
  22. "rgblight": true,
  23. "nkro": false
  24. },
  25. "rgblight": {
  26. "led_count": 8,
  27. "sleep": true,
  28. "animations": {
  29. "breathing": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "snake": true,
  33. "christmas": true,
  34. "static_gradient": true,
  35. "rgb_test": true,
  36. "alternating": true,
  37. "twinkle": true
  38. }
  39. },
  40. "ws2812": {
  41. "pin": "B4"
  42. },
  43. "layouts": {
  44. "LAYOUT": {
  45. "layout": [
  46. {"matrix": [0, 0], "x": 0, "y": 0},
  47. {"matrix": [0, 1], "x": 1, "y": 0},
  48. {"matrix": [0, 2], "x": 2, "y": 0},
  49. {"matrix": [0, 3], "x": 3, "y": 0},
  50. {"matrix": [0, 4], "x": 4, "y": 0},
  51. {"matrix": [0, 5], "x": 5, "y": 0},
  52. {"matrix": [0, 6], "x": 6, "y": 0},
  53. {"matrix": [0, 7], "x": 7, "y": 0},
  54. {"matrix": [0, 8], "x": 8, "y": 0},
  55. {"matrix": [0, 9], "x": 9, "y": 0},
  56. {"matrix": [0, 10], "x": 10, "y": 0},
  57. {"matrix": [3, 10], "x": 11, "y": 0},
  58. {"matrix": [3, 0], "x": 0, "y": 1, "w": 1.25},
  59. {"matrix": [1, 1], "x": 1.25, "y": 1},
  60. {"matrix": [1, 2], "x": 2.25, "y": 1},
  61. {"matrix": [1, 3], "x": 3.25, "y": 1},
  62. {"matrix": [1, 4], "x": 4.25, "y": 1},
  63. {"matrix": [1, 5], "x": 5.25, "y": 1},
  64. {"matrix": [1, 6], "x": 6.25, "y": 1},
  65. {"matrix": [1, 7], "x": 7.25, "y": 1},
  66. {"matrix": [1, 8], "x": 8.25, "y": 1},
  67. {"matrix": [1, 9], "x": 9.25, "y": 1},
  68. {"matrix": [1, 10], "x": 10.25, "y": 1, "w": 1.75},
  69. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  70. {"matrix": [2, 1], "x": 1.75, "y": 2},
  71. {"matrix": [2, 2], "x": 2.75, "y": 2},
  72. {"matrix": [2, 3], "x": 3.75, "y": 2},
  73. {"matrix": [2, 4], "x": 4.75, "y": 2},
  74. {"matrix": [2, 5], "x": 5.75, "y": 2},
  75. {"matrix": [2, 6], "x": 6.75, "y": 2},
  76. {"matrix": [2, 7], "x": 7.75, "y": 2},
  77. {"matrix": [2, 8], "x": 8.75, "y": 2},
  78. {"matrix": [2, 9], "x": 9.75, "y": 2},
  79. {"matrix": [3, 9], "x": 10.75, "y": 2, "w": 1.25},
  80. {"matrix": [3, 1], "x": 0, "y": 3, "w": 1.25},
  81. {"matrix": [3, 2], "x": 1.25, "y": 3},
  82. {"matrix": [3, 3], "x": 2.25, "y": 3, "w": 1.25},
  83. {"matrix": [3, 4], "x": 3.5, "y": 3, "w": 3},
  84. {"matrix": [3, 5], "x": 6.5, "y": 3, "w": 2},
  85. {"matrix": [3, 6], "x": 8.5, "y": 3, "w": 1.25},
  86. {"matrix": [3, 7], "x": 9.75, "y": 3},
  87. {"matrix": [3, 8], "x": 10.75, "y": 3, "w": 1.25}
  88. ]
  89. }
  90. }
  91. }