logo

qmk_firmware

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

keyboard.json (3412B)


  1. {
  2. "keyboard_name": "RARTPAD",
  3. "manufacturer": "Alabahuy",
  4. "maintainer": "Alabahuy",
  5. "usb": {
  6. "vid": "0x414C",
  7. "pid": "0x0050",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "encoder": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "cols": ["B2", "D1", "D2", "D3"],
  26. "rows": ["B6", "F6", "D0", "D4", "C6"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "encoder": {
  30. "rotary": [
  31. {"pin_a": "B3", "pin_b": "B1"},
  32. {"pin_a": "F5", "pin_b": "F4"}
  33. ]
  34. },
  35. "indicators": {
  36. "caps_lock": "D7"
  37. },
  38. "ws2812": {
  39. "pin": "F7"
  40. },
  41. "rgblight": {
  42. "saturation_steps": 8,
  43. "brightness_steps": 8,
  44. "led_count": 5,
  45. "max_brightness": 240,
  46. "sleep": true,
  47. "animations": {
  48. "breathing": true,
  49. "rainbow_mood": true,
  50. "rainbow_swirl": true,
  51. "snake": true,
  52. "knight": true,
  53. "christmas": true,
  54. "static_gradient": true,
  55. "rgb_test": true,
  56. "alternating": true,
  57. "twinkle": true
  58. }
  59. },
  60. "processor": "atmega32u4",
  61. "bootloader": "caterina",
  62. "community_layouts": ["ortho_5x4", "numpad_5x4"],
  63. "layouts": {
  64. "LAYOUT_ortho_5x4": {
  65. "layout": [
  66. {"matrix": [0, 0], "x": 0, "y": 0},
  67. {"matrix": [0, 1], "x": 1, "y": 0},
  68. {"matrix": [0, 2], "x": 2, "y": 0},
  69. {"matrix": [0, 3], "x": 3, "y": 0},
  70. {"matrix": [1, 0], "x": 0, "y": 1},
  71. {"matrix": [1, 1], "x": 1, "y": 1},
  72. {"matrix": [1, 2], "x": 2, "y": 1},
  73. {"matrix": [1, 3], "x": 3, "y": 1},
  74. {"matrix": [2, 0], "x": 0, "y": 2},
  75. {"matrix": [2, 1], "x": 1, "y": 2},
  76. {"matrix": [2, 2], "x": 2, "y": 2},
  77. {"matrix": [2, 3], "x": 3, "y": 2},
  78. {"matrix": [3, 0], "x": 0, "y": 3},
  79. {"matrix": [3, 1], "x": 1, "y": 3},
  80. {"matrix": [3, 2], "x": 2, "y": 3},
  81. {"matrix": [3, 3], "x": 3, "y": 3},
  82. {"matrix": [4, 0], "x": 0, "y": 4},
  83. {"matrix": [4, 1], "x": 1, "y": 4},
  84. {"matrix": [4, 2], "x": 2, "y": 4},
  85. {"matrix": [4, 3], "x": 3, "y": 4}
  86. ]
  87. },
  88. "LAYOUT_numpad_5x4": {
  89. "layout": [
  90. {"matrix": [0, 0], "x": 0, "y": 0},
  91. {"matrix": [0, 1], "x": 1, "y": 0},
  92. {"matrix": [0, 2], "x": 2, "y": 0},
  93. {"matrix": [0, 3], "x": 3, "y": 0},
  94. {"matrix": [1, 0], "x": 0, "y": 1},
  95. {"matrix": [1, 1], "x": 1, "y": 1},
  96. {"matrix": [1, 2], "x": 2, "y": 1},
  97. {"matrix": [2, 0], "x": 0, "y": 2},
  98. {"matrix": [2, 1], "x": 1, "y": 2},
  99. {"matrix": [2, 2], "x": 2, "y": 2},
  100. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  101. {"matrix": [3, 0], "x": 0, "y": 3},
  102. {"matrix": [3, 1], "x": 1, "y": 3},
  103. {"matrix": [3, 2], "x": 2, "y": 3},
  104. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  105. {"matrix": [4, 2], "x": 2, "y": 4},
  106. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  107. ]
  108. }
  109. }
  110. }