info.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "A2", "pin_b": "A1"}
  14. ]
  15. },
  16. "processor": "WB32F3G71",
  17. "bootloader": "wb32-dfu",
  18. "diode_direction": "ROW2COL",
  19. "matrix_pins": {
  20. "rows": ["A3", "A4", "A5", "A6", "A7"],
  21. "cols": ["B7", "B1", "B10", "B11"]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"label": "NUM", "matrix": [0, 0], "x": 0, "y": 0},
  27. {"label": "/", "matrix": [0, 1], "x": 1, "y": 0},
  28. {"label": "*", "matrix": [0, 2], "x": 2, "y": 0},
  29. {"label": "-", "matrix": [0, 3], "x": 3, "y": 0},
  30. {"label": "7", "matrix": [1, 0], "x": 0, "y": 1},
  31. {"label": "8", "matrix": [1, 1], "x": 1, "y": 1},
  32. {"label": "9", "matrix": [1, 2], "x": 2, "y": 1},
  33. {"label": "+", "matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  34. {"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
  35. {"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
  36. {"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
  37. {"label": "CALC", "matrix": [2, 3], "x": 3, "y": 2},
  38. {"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
  39. {"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
  40. {"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
  41. {"label": "RET", "matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  42. {"label": "0", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  43. {"label": ".", "matrix": [4, 3], "x": 3, "y": 4}
  44. ]
  45. }
  46. }
  47. }