logo

qmk_firmware

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

keyboard.json (4147B)


  1. {
  2. "keyboard_name": "GMMK Numpad",
  3. "manufacturer": "Glorious",
  4. "url": "https://www.gloriousgaming.com/products/gmmk-numpad",
  5. "maintainer": "GloriousThrall",
  6. "usb": {
  7. "vid": "0x320F",
  8. "pid": "0x5088",
  9. "device_version": "0.0.1",
  10. "shared_endpoint": {
  11. "keyboard": true
  12. }
  13. },
  14. "eeprom": {
  15. "driver": "wear_leveling",
  16. "wear_leveling": {
  17. "driver": "spi_flash",
  18. "backing_size": 2048
  19. }
  20. },
  21. "encoder": {
  22. "rotary": [
  23. {"pin_a": "A2", "pin_b": "A1"}
  24. ]
  25. },
  26. "rgb_matrix": {
  27. "animations": {
  28. "alphas_mods": true,
  29. "gradient_up_down": true,
  30. "gradient_left_right": true,
  31. "breathing": true,
  32. "band_sat": true,
  33. "band_val": true,
  34. "band_pinwheel_sat": true,
  35. "band_pinwheel_val": true,
  36. "band_spiral_sat": true,
  37. "band_spiral_val": true,
  38. "cycle_all": true,
  39. "cycle_left_right": true,
  40. "cycle_up_down": true,
  41. "rainbow_moving_chevron": true,
  42. "cycle_out_in": true,
  43. "cycle_out_in_dual": true,
  44. "cycle_pinwheel": true,
  45. "cycle_spiral": true,
  46. "dual_beacon": true,
  47. "rainbow_beacon": true,
  48. "rainbow_pinwheels": true,
  49. "raindrops": true,
  50. "jellybean_raindrops": true,
  51. "hue_breathing": true,
  52. "hue_pendulum": true,
  53. "hue_wave": true,
  54. "pixel_rain": true,
  55. "pixel_flow": true,
  56. "pixel_fractal": true,
  57. "typing_heatmap": true,
  58. "digital_rain": true,
  59. "solid_reactive_simple": true,
  60. "solid_reactive": true,
  61. "solid_reactive_wide": true,
  62. "solid_reactive_multiwide": true,
  63. "solid_reactive_cross": true,
  64. "solid_reactive_multicross": true,
  65. "solid_reactive_nexus": true,
  66. "solid_reactive_multinexus": true,
  67. "splash": true,
  68. "multisplash": true,
  69. "solid_splash": true,
  70. "solid_multisplash": true
  71. },
  72. "driver": "aw20216s"
  73. },
  74. "processor": "WB32F3G71",
  75. "bootloader": "wb32-dfu",
  76. "features": {
  77. "bootmagic": true,
  78. "mousekey": true,
  79. "extrakey": true,
  80. "nkro": true,
  81. "rgb_matrix": true,
  82. "encoder": true,
  83. "midi": true
  84. },
  85. "qmk": {
  86. "locking": {
  87. "enabled": true,
  88. "resync": true
  89. }
  90. },
  91. "build": {
  92. "lto": true
  93. },
  94. "diode_direction": "ROW2COL",
  95. "matrix_pins": {
  96. "rows": ["A3", "A4", "A5", "A6", "A7"],
  97. "cols": ["B7", "B1", "B10", "B11"]
  98. },
  99. "layouts": {
  100. "LAYOUT": {
  101. "layout": [
  102. {"label": "NUM", "matrix": [0, 0], "x": 0, "y": 0},
  103. {"label": "/", "matrix": [0, 1], "x": 1, "y": 0},
  104. {"label": "*", "matrix": [0, 2], "x": 2, "y": 0},
  105. {"label": "-", "matrix": [0, 3], "x": 3, "y": 0},
  106. {"label": "7", "matrix": [1, 0], "x": 0, "y": 1},
  107. {"label": "8", "matrix": [1, 1], "x": 1, "y": 1},
  108. {"label": "9", "matrix": [1, 2], "x": 2, "y": 1},
  109. {"label": "+", "matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  110. {"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
  111. {"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
  112. {"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
  113. {"label": "CALC", "matrix": [2, 3], "x": 4.25, "y": 0},
  114. {"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
  115. {"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
  116. {"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
  117. {"label": "RET", "matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  118. {"label": "0", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  119. {"label": ".", "matrix": [4, 3], "x": 2, "y": 4}
  120. ]
  121. }
  122. }
  123. }