1
0

keyboard.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "keyboard_name": "KB19-01",
  3. "manufacturer": "DOIO",
  4. "url": "",
  5. "maintainer": "DOIO2022",
  6. "usb": {
  7. "vid": "0xD010",
  8. "pid": "0x1901",
  9. "device_version": "0.0.1"
  10. },
  11. "diode_direction": "COL2ROW",
  12. "features": {
  13. "bootmagic": true,
  14. "mousekey": true,
  15. "extrakey": true,
  16. "console": false,
  17. "command": false,
  18. "encoder": true,
  19. "nkro": false,
  20. "rgblight": true
  21. },
  22. "matrix_pins": {
  23. "cols": ["B14", "B13", "B12", "B0", "A7"],
  24. "rows": ["B3", "B4", "B9", "B8", "B1"]
  25. },
  26. "ws2812": {
  27. "pin": "A10"
  28. },
  29. "encoder": {
  30. "rotary": [
  31. {"pin_a": "B5", "pin_b": "B6"}
  32. ]
  33. },
  34. "rgblight": {
  35. "led_count": 19,
  36. "animations": {
  37. "breathing": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "snake": true,
  41. "knight": true,
  42. "christmas": true,
  43. "static_gradient": true,
  44. "rgb_test": true,
  45. "alternating": true,
  46. "twinkle": true
  47. }
  48. },
  49. "processor": "STM32F103",
  50. "bootloader": "stm32duino",
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [0, 4], "x": 5, "y": 0},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1},
  61. {"matrix": [1, 2], "x": 2, "y": 1},
  62. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  63. {"matrix": [1, 4], "x": 5, "y": 1},
  64. {"matrix": [2, 0], "x": 0, "y": 2},
  65. {"matrix": [2, 1], "x": 1, "y": 2},
  66. {"matrix": [2, 2], "x": 2, "y": 2},
  67. {"matrix": [3, 0], "x": 0, "y": 3},
  68. {"matrix": [3, 1], "x": 1, "y": 3},
  69. {"matrix": [3, 2], "x": 2, "y": 3},
  70. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  71. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  72. {"matrix": [4, 2], "x": 2, "y": 4},
  73. {"matrix": [4, 3], "x": 5, "y": 4}
  74. ]
  75. }
  76. }
  77. }