keyboard.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "keyboard_name": "NUMPAD_V2",
  3. "manufacturer": "X-BOWS",
  4. "maintainer": "xbows-qmk",
  5. "usb": {
  6. "vid": "0x5842",
  7. "pid": "0x4E76",
  8. "device_version": "0.0.1"
  9. },
  10. "rgb_matrix": {
  11. "animations": {
  12. "breathing": true,
  13. "band_spiral_val": true,
  14. "cycle_all": true,
  15. "cycle_left_right": true,
  16. "cycle_up_down": true,
  17. "cycle_out_in": true,
  18. "cycle_pinwheel": true,
  19. "cycle_spiral": true,
  20. "rainbow_pinwheels": true,
  21. "raindrops": true,
  22. "solid_reactive_simple": true,
  23. "solid_reactive": true,
  24. "solid_reactive_wide": true,
  25. "solid_reactive_cross": true,
  26. "splash": true,
  27. "solid_multisplash": true
  28. },
  29. "center_point": [30, 32],
  30. "driver": "is31fl3731",
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  33. {"matrix": [0, 1], "x": 20, "y": 0, "flags": 4},
  34. {"matrix": [0, 2], "x": 40, "y": 0, "flags": 4},
  35. {"matrix": [0, 3], "x": 60, "y": 0, "flags": 4},
  36. {"matrix": [1, 0], "x": 0, "y": 13, "flags": 4},
  37. {"matrix": [1, 1], "x": 20, "y": 13, "flags": 4},
  38. {"matrix": [1, 2], "x": 40, "y": 13, "flags": 4},
  39. {"matrix": [1, 3], "x": 60, "y": 13, "flags": 4},
  40. {"matrix": [2, 0], "x": 0, "y": 25, "flags": 4},
  41. {"matrix": [2, 1], "x": 20, "y": 25, "flags": 4},
  42. {"matrix": [2, 2], "x": 40, "y": 25, "flags": 4},
  43. {"matrix": [2, 3], "x": 52, "y": 34, "flags": 4},
  44. {"matrix": [3, 0], "x": 0, "y": 38, "flags": 4},
  45. {"matrix": [3, 1], "x": 20, "y": 38, "flags": 4},
  46. {"matrix": [3, 2], "x": 40, "y": 38, "flags": 4},
  47. {"matrix": [4, 0], "x": 0, "y": 50, "flags": 4},
  48. {"matrix": [4, 1], "x": 20, "y": 50, "flags": 4},
  49. {"matrix": [4, 2], "x": 40, "y": 50, "flags": 4},
  50. {"matrix": [4, 3], "x": 52, "y": 57, "flags": 4},
  51. {"matrix": [5, 0], "x": 10, "y": 63, "flags": 4},
  52. {"matrix": [5, 2], "x": 40, "y": 63, "flags": 4}
  53. ],
  54. "led_process_limit": 18,
  55. "max_brightness": 200,
  56. "sleep": true
  57. },
  58. "features": {
  59. "bootmagic": true,
  60. "extrakey": true,
  61. "mousekey": true,
  62. "nkro": true,
  63. "rgb_matrix": true
  64. },
  65. "matrix_pins": {
  66. "cols": ["D4", "D6", "B2", "B1"],
  67. "rows": ["B5", "B4", "C6", "B6", "D7", "B3"]
  68. },
  69. "diode_direction": "COL2ROW",
  70. "processor": "atmega32u4",
  71. "bootloader": "atmel-dfu",
  72. "debounce": 3,
  73. "community_layouts": ["numpad_6x4"],
  74. "layouts": {
  75. "LAYOUT_numpad_6x4": {
  76. "layout": [
  77. {"matrix": [0, 0], "x": 0, "y": 0},
  78. {"matrix": [0, 1], "x": 1, "y": 0},
  79. {"matrix": [0, 2], "x": 2, "y": 0},
  80. {"matrix": [0, 3], "x": 3, "y": 0},
  81. {"matrix": [1, 0], "x": 0, "y": 1.5},
  82. {"matrix": [1, 1], "x": 1, "y": 1.5},
  83. {"matrix": [1, 2], "x": 2, "y": 1.5},
  84. {"matrix": [1, 3], "x": 3, "y": 1.5},
  85. {"matrix": [2, 0], "x": 0, "y": 2.5},
  86. {"matrix": [2, 1], "x": 1, "y": 2.5},
  87. {"matrix": [2, 2], "x": 2, "y": 2.5},
  88. {"matrix": [3, 0], "x": 0, "y": 3.5},
  89. {"matrix": [3, 1], "x": 1, "y": 3.5},
  90. {"matrix": [3, 2], "x": 2, "y": 3.5},
  91. {"matrix": [2, 3], "x": 3, "y": 2.5, "h": 2},
  92. {"matrix": [4, 0], "x": 0, "y": 4.5},
  93. {"matrix": [4, 1], "x": 1, "y": 4.5},
  94. {"matrix": [4, 2], "x": 2, "y": 4.5},
  95. {"matrix": [5, 0], "x": 0, "y": 5.5, "w": 2},
  96. {"matrix": [5, 2], "x": 2, "y": 5.5},
  97. {"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2}
  98. ]
  99. }
  100. }
  101. }