logo

qmk_firmware

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

keyboard.json (3096B)


  1. {
  2. "keyboard_name": "Montex RGB",
  3. "manufacturer": "IDOBAO",
  4. "usb": {
  5. "vid": "0x6964",
  6. "pid": "0x0127",
  7. "device_version": "0.0.1"
  8. },
  9. "rgb_matrix": {
  10. "animations": {
  11. "alphas_mods": true,
  12. "gradient_up_down": true,
  13. "gradient_left_right": true,
  14. "breathing": true,
  15. "cycle_all": true,
  16. "cycle_left_right": true,
  17. "cycle_up_down": true,
  18. "cycle_out_in": true,
  19. "cycle_pinwheel": true,
  20. "cycle_spiral": true,
  21. "rainbow_beacon": true,
  22. "raindrops": true,
  23. "jellybean_raindrops": true,
  24. "hue_breathing": true,
  25. "hue_pendulum": true,
  26. "hue_wave": true,
  27. "pixel_rain": true,
  28. "pixel_flow": true,
  29. "solid_reactive": true,
  30. "solid_reactive_wide": true,
  31. "solid_reactive_multiwide": true,
  32. "splash": true,
  33. "solid_splash": true
  34. },
  35. "driver": "ws2812",
  36. "max_brightness": 170
  37. },
  38. "features": {
  39. "bootmagic": true,
  40. "extrakey": true,
  41. "mousekey": true,
  42. "nkro": false,
  43. "rgb_matrix": true
  44. },
  45. "matrix_pins": {
  46. "cols": ["D5", "D3", "D2", "D1", "D0"],
  47. "rows": ["D4", "D6", "D7", "B4", "B5", "C6"]
  48. },
  49. "ws2812": {
  50. "pin": "B1"
  51. },
  52. "diode_direction": "ROW2COL",
  53. "processor": "atmega32u4",
  54. "bootloader": "atmel-dfu",
  55. "community_layouts": ["numpad_6x5"],
  56. "layouts": {
  57. "LAYOUT_numpad_6x5": {
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0},
  60. {"matrix": [0, 1], "x": 1, "y": 0},
  61. {"matrix": [0, 2], "x": 2, "y": 0},
  62. {"matrix": [0, 3], "x": 3, "y": 0},
  63. {"matrix": [0, 4], "x": 4, "y": 0},
  64. {"matrix": [1, 0], "x": 0, "y": 1},
  65. {"matrix": [1, 1], "x": 1, "y": 1},
  66. {"matrix": [1, 2], "x": 2, "y": 1},
  67. {"matrix": [1, 3], "x": 3, "y": 1},
  68. {"matrix": [1, 4], "x": 4, "y": 1},
  69. {"matrix": [2, 0], "x": 0, "y": 2},
  70. {"matrix": [2, 1], "x": 1, "y": 2},
  71. {"matrix": [2, 2], "x": 2, "y": 2},
  72. {"matrix": [2, 3], "x": 3, "y": 2},
  73. {"matrix": [2, 4], "x": 4, "y": 2, "h": 2},
  74. {"matrix": [3, 0], "x": 0, "y": 3},
  75. {"matrix": [3, 1], "x": 1, "y": 3},
  76. {"matrix": [3, 2], "x": 2, "y": 3},
  77. {"matrix": [3, 3], "x": 3, "y": 3},
  78. {"matrix": [4, 0], "x": 0, "y": 4},
  79. {"matrix": [4, 1], "x": 1, "y": 4},
  80. {"matrix": [4, 2], "x": 2, "y": 4},
  81. {"matrix": [4, 3], "x": 3, "y": 4},
  82. {"matrix": [5, 3], "x": 4, "y": 4, "h": 2},
  83. {"matrix": [5, 0], "x": 0, "y": 5},
  84. {"matrix": [5, 1], "x": 1, "y": 5, "w": 2},
  85. {"matrix": [5, 2], "x": 3, "y": 5}
  86. ]
  87. }
  88. }
  89. }