logo

qmk_firmware

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

keyboard.json (3173B)


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