keyboard.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "keyboard_name": "DJam",
  3. "manufacturer": "Leo Deng",
  4. "url": "",
  5. "maintainer": "myst729",
  6. "usb": {
  7. "vid": "0xDE29",
  8. "pid": "0x7325",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "breathing": true,
  14. "cycle_all": true,
  15. "solid_reactive_multiwide": true,
  16. "solid_reactive_multinexus": true,
  17. "solid_multisplash": true
  18. },
  19. "driver": "ws2812"
  20. },
  21. "features": {
  22. "backlight": true,
  23. "bootmagic": true,
  24. "command": false,
  25. "console": false,
  26. "extrakey": true,
  27. "mousekey": false,
  28. "nkro": true,
  29. "rgb_matrix": true
  30. },
  31. "matrix_pins": {
  32. "cols": ["C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
  33. "rows": ["F0", "F1", "F4"]
  34. },
  35. "diode_direction": "COL2ROW",
  36. "backlight": {
  37. "pin": "B7",
  38. "levels": 5
  39. },
  40. "ws2812": {
  41. "pin": "D5"
  42. },
  43. "processor": "atmega32u4",
  44. "bootloader": "atmel-dfu",
  45. "layouts": {
  46. "LAYOUT": {
  47. "layout": [
  48. {"matrix": [0, 0], "x": 1, "y": 0},
  49. {"matrix": [0, 1], "x": 2, "y": 0},
  50. {"matrix": [0, 2], "x": 3, "y": 0},
  51. {"matrix": [0, 5], "x": 7, "y": 0},
  52. {"matrix": [0, 6], "x": 8, "y": 0},
  53. {"matrix": [0, 7], "x": 9, "y": 0},
  54. {"matrix": [1, 0], "x": 0, "y": 0.5, "h": 2},
  55. {"matrix": [1, 1], "x": 1, "y": 1},
  56. {"matrix": [1, 2], "x": 2, "y": 1},
  57. {"matrix": [1, 3], "x": 3, "y": 1},
  58. {"matrix": [1, 4], "x": 7, "y": 1},
  59. {"matrix": [1, 5], "x": 8, "y": 1},
  60. {"matrix": [1, 6], "x": 9, "y": 1},
  61. {"matrix": [1, 7], "x": 10, "y": 0.5, "h": 2},
  62. {"matrix": [2, 0], "x": 0, "y": 3},
  63. {"matrix": [2, 1], "x": 1, "y": 3},
  64. {"matrix": [2, 2], "x": 3, "y": 3, "w": 2},
  65. {"matrix": [2, 3], "x": 5, "y": 3},
  66. {"matrix": [2, 4], "x": 6, "y": 3, "w": 2},
  67. {"matrix": [2, 5], "x": 9, "y": 3},
  68. {"matrix": [2, 6], "x": 10, "y": 3}
  69. ]
  70. }
  71. }
  72. }