logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2222B)


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