logo

qmk_firmware

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

keyboard.json (2660B)


  1. {
  2. "keyboard_name": "G4M3Ralpha",
  3. "manufacturer": "Worldspawn00",
  4. "maintainer": "Worldspawn00",
  5. "usb": {
  6. "vid": "0x5753",
  7. "pid": "0x56D9",
  8. "device_version": "0.0.1"
  9. },
  10. "indicators": {
  11. "caps_lock": "D0",
  12. "num_lock": "D3",
  13. "scroll_lock": "D2"
  14. },
  15. "rgblight": {
  16. "saturation_steps": 8,
  17. "brightness_steps": 8,
  18. "led_count": 5,
  19. "animations": {
  20. "breathing": true,
  21. "rainbow_mood": true,
  22. "rainbow_swirl": true,
  23. "snake": true,
  24. "knight": true,
  25. "christmas": true,
  26. "static_gradient": true,
  27. "rgb_test": true,
  28. "alternating": true,
  29. "twinkle": true
  30. }
  31. },
  32. "ws2812": {
  33. "pin": "F4"
  34. },
  35. "features": {
  36. "bootmagic": true,
  37. "extrakey": true,
  38. "mousekey": true,
  39. "nkro": true,
  40. "rgblight": true
  41. },
  42. "qmk": {
  43. "locking": {
  44. "enabled": true,
  45. "resync": true
  46. }
  47. },
  48. "matrix_pins": {
  49. "cols": ["D7", "E6", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5"],
  50. "rows": ["D4", "B4", "B5", "D1"]
  51. },
  52. "diode_direction": "COL2ROW",
  53. "development_board": "promicro",
  54. "layouts": {
  55. "LAYOUT": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0.5, "y": 0},
  58. {"matrix": [0, 1], "x": 1.5, "y": 0},
  59. {"matrix": [0, 2], "x": 2.5, "y": 0},
  60. {"matrix": [0, 3], "x": 3.5, "y": 0},
  61. {"matrix": [0, 4], "x": 4.5, "y": 0},
  62. {"matrix": [1, 0], "x": 0, "y": 1},
  63. {"matrix": [1, 1], "x": 1, "y": 1},
  64. {"matrix": [1, 2], "x": 2, "y": 1},
  65. {"matrix": [1, 3], "x": 3, "y": 1},
  66. {"matrix": [1, 4], "x": 4, "y": 1},
  67. {"matrix": [1, 5], "x": 5, "y": 1},
  68. {"matrix": [1, 6], "x": 6, "y": 1},
  69. {"matrix": [1, 7], "x": 7, "y": 1},
  70. {"matrix": [1, 8], "x": 8, "y": 1},
  71. {"matrix": [1, 9], "x": 9, "y": 1},
  72. {"matrix": [2, 0], "x": 0, "y": 2},
  73. {"matrix": [2, 1], "x": 1, "y": 2},
  74. {"matrix": [2, 2], "x": 2, "y": 2},
  75. {"matrix": [2, 3], "x": 3, "y": 2},
  76. {"matrix": [2, 4], "x": 4, "y": 2},
  77. {"matrix": [2, 5], "x": 5, "y": 2},
  78. {"matrix": [2, 6], "x": 6, "y": 2},
  79. {"matrix": [2, 7], "x": 7, "y": 2},
  80. {"matrix": [2, 8], "x": 8, "y": 2},
  81. {"matrix": [2, 9], "x": 9, "y": 2},
  82. {"matrix": [3, 0], "x": 0.5, "y": 3},
  83. {"matrix": [3, 1], "x": 1.5, "y": 3},
  84. {"matrix": [3, 2], "x": 2.5, "y": 3},
  85. {"matrix": [3, 3], "x": 3.5, "y": 3},
  86. {"matrix": [3, 5], "x": 4.5, "y": 3, "w": 2},
  87. {"matrix": [3, 7], "x": 6.5, "y": 3},
  88. {"matrix": [3, 8], "x": 7.5, "y": 3},
  89. {"matrix": [3, 9], "x": 8.5, "y": 3}
  90. ]
  91. }
  92. }
  93. }