keyboard.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "development_board": "promicro",
  61. "community_layouts": ["ortho_5x4", "numpad_5x4"],
  62. "layouts": {
  63. "LAYOUT_ortho_5x4": {
  64. "layout": [
  65. {"matrix": [0, 0], "x": 0, "y": 0},
  66. {"matrix": [0, 1], "x": 1, "y": 0},
  67. {"matrix": [0, 2], "x": 2, "y": 0},
  68. {"matrix": [0, 3], "x": 3, "y": 0},
  69. {"matrix": [1, 0], "x": 0, "y": 1},
  70. {"matrix": [1, 1], "x": 1, "y": 1},
  71. {"matrix": [1, 2], "x": 2, "y": 1},
  72. {"matrix": [1, 3], "x": 3, "y": 1},
  73. {"matrix": [2, 0], "x": 0, "y": 2},
  74. {"matrix": [2, 1], "x": 1, "y": 2},
  75. {"matrix": [2, 2], "x": 2, "y": 2},
  76. {"matrix": [2, 3], "x": 3, "y": 2},
  77. {"matrix": [3, 0], "x": 0, "y": 3},
  78. {"matrix": [3, 1], "x": 1, "y": 3},
  79. {"matrix": [3, 2], "x": 2, "y": 3},
  80. {"matrix": [3, 3], "x": 3, "y": 3},
  81. {"matrix": [4, 0], "x": 0, "y": 4},
  82. {"matrix": [4, 1], "x": 1, "y": 4},
  83. {"matrix": [4, 2], "x": 2, "y": 4},
  84. {"matrix": [4, 3], "x": 3, "y": 4}
  85. ]
  86. },
  87. "LAYOUT_numpad_5x4": {
  88. "layout": [
  89. {"matrix": [0, 0], "x": 0, "y": 0},
  90. {"matrix": [0, 1], "x": 1, "y": 0},
  91. {"matrix": [0, 2], "x": 2, "y": 0},
  92. {"matrix": [0, 3], "x": 3, "y": 0},
  93. {"matrix": [1, 0], "x": 0, "y": 1},
  94. {"matrix": [1, 1], "x": 1, "y": 1},
  95. {"matrix": [1, 2], "x": 2, "y": 1},
  96. {"matrix": [2, 0], "x": 0, "y": 2},
  97. {"matrix": [2, 1], "x": 1, "y": 2},
  98. {"matrix": [2, 2], "x": 2, "y": 2},
  99. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  100. {"matrix": [3, 0], "x": 0, "y": 3},
  101. {"matrix": [3, 1], "x": 1, "y": 3},
  102. {"matrix": [3, 2], "x": 2, "y": 3},
  103. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  104. {"matrix": [4, 2], "x": 2, "y": 4},
  105. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  106. ]
  107. }
  108. }
  109. }