keyboard.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "keyboard_name": "Dilly",
  3. "manufacturer": "Keebio",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x113A",
  9. "device_version": "1.0.0"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "rgblight": true
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["D2", "D4", "C6", "F6", "F5"],
  29. "rows": ["D7", "E6", "B4", "B1", "B3", "B2"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "backlight": {
  33. "pin": "B5"
  34. },
  35. "rgblight": {
  36. "saturation_steps": 8,
  37. "brightness_steps": 8,
  38. "led_count": 10,
  39. "animations": {
  40. "breathing": true,
  41. "rainbow_mood": true,
  42. "rainbow_swirl": true,
  43. "snake": true,
  44. "knight": true,
  45. "christmas": true,
  46. "static_gradient": true,
  47. "rgb_test": true,
  48. "alternating": true,
  49. "twinkle": true
  50. }
  51. },
  52. "ws2812": {
  53. "pin": "D3"
  54. },
  55. "processor": "atmega32u4",
  56. "bootloader": "caterina",
  57. "community_layouts": ["ortho_3x10"],
  58. "layouts": {
  59. "LAYOUT_ortho_3x10": {
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0},
  62. {"matrix": [0, 1], "x": 1, "y": 0},
  63. {"matrix": [0, 2], "x": 2, "y": 0},
  64. {"matrix": [0, 3], "x": 3, "y": 0},
  65. {"matrix": [0, 4], "x": 4, "y": 0},
  66. {"matrix": [3, 4], "x": 5, "y": 0},
  67. {"matrix": [3, 3], "x": 6, "y": 0},
  68. {"matrix": [3, 2], "x": 7, "y": 0},
  69. {"matrix": [3, 1], "x": 8, "y": 0},
  70. {"matrix": [3, 0], "x": 9, "y": 0},
  71. {"matrix": [1, 0], "x": 0, "y": 1},
  72. {"matrix": [1, 1], "x": 1, "y": 1},
  73. {"matrix": [1, 2], "x": 2, "y": 1},
  74. {"matrix": [1, 3], "x": 3, "y": 1},
  75. {"matrix": [1, 4], "x": 4, "y": 1},
  76. {"matrix": [4, 4], "x": 5, "y": 1},
  77. {"matrix": [4, 3], "x": 6, "y": 1},
  78. {"matrix": [4, 2], "x": 7, "y": 1},
  79. {"matrix": [4, 1], "x": 8, "y": 1},
  80. {"matrix": [4, 0], "x": 9, "y": 1},
  81. {"matrix": [2, 0], "x": 0, "y": 2},
  82. {"matrix": [2, 1], "x": 1, "y": 2},
  83. {"matrix": [2, 2], "x": 2, "y": 2},
  84. {"matrix": [2, 3], "x": 3, "y": 2},
  85. {"matrix": [2, 4], "x": 4, "y": 2},
  86. {"matrix": [5, 4], "x": 5, "y": 2},
  87. {"matrix": [5, 3], "x": 6, "y": 2},
  88. {"matrix": [5, 2], "x": 7, "y": 2},
  89. {"matrix": [5, 1], "x": 8, "y": 2},
  90. {"matrix": [5, 0], "x": 9, "y": 2}
  91. ]
  92. }
  93. }
  94. }