logo

qmk_firmware

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

keyboard.json (3529B)


  1. {
  2. "keyboard_name": "Genesis Rev1",
  3. "manufacturer": "customMK",
  4. "url": "https://www.customMK.com",
  5. "maintainer": "customMK",
  6. "usb": {
  7. "vid": "0xF35B",
  8. "pid": "0xFAB0",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "E6"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 13,
  18. "max_brightness": 128,
  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. "matrix_pins": {
  33. "cols": ["F4", "F5", "D7", "B4"],
  34. "rows": ["F0", "C7", "C6", "B6", "B5"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "encoder": {
  38. "rotary": [
  39. {"pin_a": "F6", "pin_b": "F7", "resolution": 2},
  40. {"pin_a": "D2", "pin_b": "D1", "resolution": 2}
  41. ]
  42. },
  43. "qmk": {
  44. "tap_keycode_delay": 10
  45. },
  46. "processor": "atmega32u4",
  47. "bootloader": "qmk-dfu",
  48. "features": {
  49. "bootmagic": true,
  50. "mousekey": true,
  51. "extrakey": true,
  52. "nkro": true,
  53. "rgblight": true,
  54. "encoder": true
  55. },
  56. "layouts": {
  57. "LAYOUT_ortho_5x4": {
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0},
  60. {"matrix": [0, 1], "x": 1, "y": 0},
  61. {"matrix": [0, 2], "x": 2, "y": 0},
  62. {"matrix": [0, 3], "x": 3, "y": 0},
  63. {"matrix": [1, 0], "x": 0, "y": 1},
  64. {"matrix": [1, 1], "x": 1, "y": 1},
  65. {"matrix": [1, 2], "x": 2, "y": 1},
  66. {"matrix": [1, 3], "x": 3, "y": 1},
  67. {"matrix": [2, 0], "x": 0, "y": 2},
  68. {"matrix": [2, 1], "x": 1, "y": 2},
  69. {"matrix": [2, 2], "x": 2, "y": 2},
  70. {"matrix": [2, 3], "x": 3, "y": 2},
  71. {"matrix": [3, 0], "x": 0, "y": 3},
  72. {"matrix": [3, 1], "x": 1, "y": 3},
  73. {"matrix": [3, 2], "x": 2, "y": 3},
  74. {"matrix": [3, 3], "x": 3, "y": 3},
  75. {"matrix": [4, 0], "x": 0, "y": 4},
  76. {"matrix": [4, 1], "x": 1, "y": 4},
  77. {"matrix": [4, 2], "x": 2, "y": 4},
  78. {"matrix": [4, 3], "x": 3, "y": 4}
  79. ]
  80. },
  81. "LAYOUT_numpad_5x4": {
  82. "layout": [
  83. {"matrix": [0, 0], "x": 0, "y": 0},
  84. {"matrix": [0, 1], "x": 1, "y": 0},
  85. {"matrix": [0, 2], "x": 2, "y": 0},
  86. {"matrix": [0, 3], "x": 3, "y": 0},
  87. {"matrix": [1, 0], "x": 0, "y": 1},
  88. {"matrix": [1, 1], "x": 1, "y": 1},
  89. {"matrix": [1, 2], "x": 2, "y": 1},
  90. {"matrix": [2, 0], "x": 3, "y": 1, "h": 2},
  91. {"matrix": [2, 1], "x": 0, "y": 2},
  92. {"matrix": [2, 2], "x": 1, "y": 2},
  93. {"matrix": [2, 3], "x": 2, "y": 2},
  94. {"matrix": [3, 0], "x": 0, "y": 3},
  95. {"matrix": [3, 1], "x": 1, "y": 3},
  96. {"matrix": [3, 2], "x": 2, "y": 3},
  97. {"matrix": [4, 0], "x": 3, "y": 3, "h": 2},
  98. {"matrix": [4, 2], "x": 0, "y": 4, "w": 2},
  99. {"matrix": [4, 3], "x": 2, "y": 4}
  100. ]
  101. }
  102. }
  103. }