You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
6.7 KiB

  1. {
  2. "manufacturer": "IDOBAO",
  3. "keyboard_name": "ID61",
  4. "maintainer": "vinorodrigues",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgb_matrix": true
  15. },
  16. "ws2812": {
  17. "pin": "F0"
  18. },
  19. "rgb_matrix": {
  20. "animations": {
  21. "alphas_mods": true,
  22. "gradient_up_down": true,
  23. "gradient_left_right": true,
  24. "breathing": true,
  25. "band_sat": true,
  26. "band_val": true,
  27. "band_pinwheel_sat": true,
  28. "band_pinwheel_val": true,
  29. "band_spiral_sat": true,
  30. "band_spiral_val": true,
  31. "cycle_all": true,
  32. "cycle_left_right": true,
  33. "cycle_up_down": true,
  34. "cycle_out_in": true,
  35. "cycle_out_in_dual": true,
  36. "rainbow_moving_chevron": true,
  37. "cycle_pinwheel": true,
  38. "cycle_spiral": true,
  39. "dual_beacon": true,
  40. "rainbow_beacon": true,
  41. "rainbow_pinwheels": true,
  42. "raindrops": true,
  43. "jellybean_raindrops": true,
  44. "hue_breathing": true,
  45. "hue_pendulum": true,
  46. "hue_wave": true,
  47. "solid_reactive_simple": true,
  48. "solid_reactive": true,
  49. "solid_reactive_wide": true,
  50. "solid_reactive_multiwide": true,
  51. "solid_reactive_cross": true,
  52. "solid_reactive_multicross": true,
  53. "solid_reactive_nexus": true,
  54. "solid_reactive_multinexus": true,
  55. "splash": true,
  56. "multisplash": true,
  57. "solid_splash": true,
  58. "solid_multisplash": true
  59. },
  60. "driver": "ws2812",
  61. "max_brightness": 170,
  62. "sleep": true
  63. },
  64. "matrix_pins": {
  65. "cols": ["C7", "F6", "F5", "F4", "F1", "B7", "D5", "D1", "D2", "D3", "D4", "D0", "D6", "D7"],
  66. "rows": ["B0", "B1", "B2", "B3", "F7"]
  67. },
  68. "processor": "atmega32u4",
  69. "url": "https://idobao.net/search?type=product&q=id61*",
  70. "usb": {
  71. "device_version": "1.0.0",
  72. "pid": "0x0061",
  73. "vid": "0x6964"
  74. },
  75. "community_layouts": ["60_ansi"],
  76. "layouts": {
  77. "LAYOUT_60_ansi": {
  78. "layout": [
  79. {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
  80. {"label": "1!", "matrix": [0, 1], "x": 1, "y": 0},
  81. {"label": "2@", "matrix": [0, 2], "x": 2, "y": 0},
  82. {"label": "3#", "matrix": [0, 3], "x": 3, "y": 0},
  83. {"label": "4$", "matrix": [0, 4], "x": 4, "y": 0},
  84. {"label": "5%", "matrix": [0, 5], "x": 5, "y": 0},
  85. {"label": "6^", "matrix": [0, 6], "x": 6, "y": 0},
  86. {"label": "7&", "matrix": [0, 7], "x": 7, "y": 0},
  87. {"label": "8*", "matrix": [0, 8], "x": 8, "y": 0},
  88. {"label": "9(", "matrix": [0, 9], "x": 9, "y": 0},
  89. {"label": "0)", "matrix": [0, 10], "x": 10, "y": 0},
  90. {"label": "-_", "matrix": [0, 11], "x": 11, "y": 0},
  91. {"label": "=+", "matrix": [0, 12], "x": 12, "y": 0},
  92. {"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  93. {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  94. {"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1},
  95. {"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1},
  96. {"label": "E", "matrix": [1, 3], "x": 3.5, "y": 1},
  97. {"label": "R", "matrix": [1, 4], "x": 4.5, "y": 1},
  98. {"label": "T", "matrix": [1, 5], "x": 5.5, "y": 1},
  99. {"label": "Y", "matrix": [1, 6], "x": 6.5, "y": 1},
  100. {"label": "U", "matrix": [1, 7], "x": 7.5, "y": 1},
  101. {"label": "I", "matrix": [1, 8], "x": 8.5, "y": 1},
  102. {"label": "O", "matrix": [1, 9], "x": 9.5, "y": 1},
  103. {"label": "P", "matrix": [1, 10], "x": 10.5, "y": 1},
  104. {"label": "[{", "matrix": [1, 11], "x": 11.5, "y": 1},
  105. {"label": "]}", "matrix": [1, 12], "x": 12.5, "y": 1},
  106. {"label": "\\|", "matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  107. {"label": "Caps Lock", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  108. {"label": "A", "matrix": [2, 1], "x": 1.75, "y": 2},
  109. {"label": "S", "matrix": [2, 2], "x": 2.75, "y": 2},
  110. {"label": "D", "matrix": [2, 3], "x": 3.75, "y": 2},
  111. {"label": "F", "matrix": [2, 4], "x": 4.75, "y": 2},
  112. {"label": "G", "matrix": [2, 5], "x": 5.75, "y": 2},
  113. {"label": "H", "matrix": [2, 6], "x": 6.75, "y": 2},
  114. {"label": "J", "matrix": [2, 7], "x": 7.75, "y": 2},
  115. {"label": "K", "matrix": [2, 8], "x": 8.75, "y": 2},
  116. {"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2},
  117. {"label": ";:", "matrix": [2, 10], "x": 10.75, "y": 2},
  118. {"label": "'\"", "matrix": [2, 11], "x": 11.75, "y": 2},
  119. {"label": "Enter", "matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
  120. {"label": "Shift", "matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
  121. {"label": "Z", "matrix": [3, 2], "x": 2.25, "y": 3},
  122. {"label": "X", "matrix": [3, 3], "x": 3.25, "y": 3},
  123. {"label": "C", "matrix": [3, 4], "x": 4.25, "y": 3},
  124. {"label": "V", "matrix": [3, 5], "x": 5.25, "y": 3},
  125. {"label": "B", "matrix": [3, 6], "x": 6.25, "y": 3},
  126. {"label": "N", "matrix": [3, 7], "x": 7.25, "y": 3},
  127. {"label": "M", "matrix": [3, 8], "x": 8.25, "y": 3},
  128. {"label": ",<", "matrix": [3, 9], "x": 9.25, "y": 3},
  129. {"label": ".>", "matrix": [3, 10], "x": 10.25, "y": 3},
  130. {"label": "/?", "matrix": [3, 11], "x": 11.25, "y": 3},
  131. {"label": "Shift", "matrix": [3, 12], "x": 12.25, "y": 3, "w": 2.75},
  132. {"label": "Ctrl", "matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  133. {"label": "GUI", "matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  134. {"label": "Alt", "matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  135. {"label": "Space", "matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
  136. {"label": "Fn", "matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
  137. {"label": "Alt", "matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
  138. {"label": "Menu", "matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
  139. {"label": "Ctrl", "matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
  140. ]
  141. }
  142. }
  143. }