logo

qmk_firmware

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

keyboard.json (2145B)


  1. {
  2. "keyboard_name": "mammoth20x",
  3. "manufacturer": "wuque studio",
  4. "url": "https://shop.wuquestudio.com/",
  5. "maintainer": "spbgzh",
  6. "usb": {
  7. "vid": "0xB06B",
  8. "pid": "0x0005",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "console": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["B0", "B1", "E6", "F7"],
  27. "rows": ["D5", "F0", "F1", "F4", "F5", "F6"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "encoder": {
  31. "rotary": [
  32. {"pin_a": "D3", "pin_b": "D2", "resolution": 2}
  33. ]
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "layout_aliases": {
  38. "LAYOUT_default": "LAYOUT"
  39. },
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3.5, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [1, 3], "x": 3, "y": 1},
  51. {"matrix": [2, 0], "x": 0, "y": 2},
  52. {"matrix": [2, 1], "x": 1, "y": 2},
  53. {"matrix": [2, 2], "x": 2, "y": 2},
  54. {"matrix": [3, 0], "x": 0, "y": 3},
  55. {"matrix": [3, 1], "x": 1, "y": 3},
  56. {"matrix": [3, 2], "x": 2, "y": 3},
  57. {"matrix": [3, 3], "x": 3, "y": 2, "h": 2},
  58. {"matrix": [4, 0], "x": 0, "y": 4},
  59. {"matrix": [4, 1], "x": 1, "y": 4},
  60. {"matrix": [4, 2], "x": 2, "y": 4},
  61. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  62. {"matrix": [5, 2], "x": 2, "y": 5},
  63. {"matrix": [5, 3], "x": 3, "y": 4, "h": 2}
  64. ]
  65. }
  66. }
  67. }