logo

qmk_firmware

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

keyboard.json (2962B)


  1. {
  2. "keyboard_name": "Montex",
  3. "manufacturer": "IDOBAO",
  4. "url": "https://www.idobao.net/products/ldobao-montex-pad-hot-swappable-mechanical-keyboard-kit",
  5. "maintainer": "NachoxMacho",
  6. "usb": {
  7. "vid": "0x6964",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D5", "D3", "D2", "D1", "D0"],
  27. "rows": ["D4", "D6", "D7", "B4", "B5", "C6"]
  28. },
  29. "diode_direction": "ROW2COL",
  30. "backlight": {
  31. "pin": "B6"
  32. },
  33. "rgblight": {
  34. "saturation_steps": 8,
  35. "brightness_steps": 8,
  36. "led_count": 4,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "B1"
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "atmel-dfu",
  55. "layouts": {
  56. "LAYOUT_numpad_6x5": {
  57. "layout": [
  58. {"matrix": [0, 0], "x": 0, "y": 0},
  59. {"matrix": [0, 1], "x": 1, "y": 0},
  60. {"matrix": [0, 2], "x": 2, "y": 0},
  61. {"matrix": [0, 3], "x": 3, "y": 0},
  62. {"matrix": [0, 4], "x": 4, "y": 0},
  63. {"matrix": [1, 0], "x": 0, "y": 1.25},
  64. {"matrix": [1, 1], "x": 1, "y": 1.25},
  65. {"matrix": [1, 2], "x": 2, "y": 1.25},
  66. {"matrix": [1, 3], "x": 3, "y": 1.25},
  67. {"matrix": [1, 4], "x": 4, "y": 1.25},
  68. {"matrix": [2, 0], "x": 0, "y": 2.25},
  69. {"matrix": [2, 1], "x": 1, "y": 2.25},
  70. {"matrix": [2, 2], "x": 2, "y": 2.25},
  71. {"matrix": [2, 3], "x": 3, "y": 2.25},
  72. {"matrix": [3, 0], "x": 0, "y": 3.25},
  73. {"matrix": [3, 1], "x": 1, "y": 3.25},
  74. {"matrix": [3, 2], "x": 2, "y": 3.25},
  75. {"matrix": [3, 3], "x": 3, "y": 3.25},
  76. {"matrix": [2, 4], "x": 4, "y": 2.25, "h": 2},
  77. {"matrix": [4, 0], "x": 0, "y": 4.25},
  78. {"matrix": [4, 1], "x": 1, "y": 4.25},
  79. {"matrix": [4, 2], "x": 2, "y": 4.25},
  80. {"matrix": [4, 3], "x": 3, "y": 4.25},
  81. {"matrix": [5, 0], "x": 0, "y": 5.25},
  82. {"matrix": [5, 1], "x": 1, "y": 5.25, "w": 2},
  83. {"matrix": [5, 2], "x": 3, "y": 5.25},
  84. {"matrix": [5, 3], "x": 4, "y": 4.25, "h": 2}
  85. ]
  86. }
  87. }
  88. }