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.

273 lines
12 KiB

[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
[Keyboard] Add AMJ66 keyboard (#5945) * Added nearly perfect config for AMJ66, only missing top right key. * Correct the layout macro * Add layout mock-up to amj66.h * Update and comment out the backlight definitions in config.h The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard. Commenting out for now. * Try to make a sensible default keymap * Add testing keymap for FSund Include the keymap that was being used for testing. Don't forget to refactor this later into an actually useful keymap. * Suggestions by fauxpark - uncomment the backlight configuration - fix the default keymap - remove commented MCU rule - specify the bootloader - make mental note to not try to write code at 3:30 in the morning * Add LAYOUT_66_ansi and LAYOUT_66_iso macros - include QMK Configurator data - enable Community Layout support * Add comments about layout variants to amj66.h * Add #define BACKLIGHT_ON_STATE 1 Partial fix for backlight breathing. - Requires #5983 to fix fully (confirmed by FSund and fauxpark) Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: Filip Sund <filip.sund@gmail.com> * DEBOUNCING_DELAY -> DEBOUNCE * Move AMJ66 files into new AMJKeyboard directory * Correct Manufacturer in USB Device Descriptor * Remove comment regarding source fork * Correct the readme * Update default keymap to match the details given in its readme * White-space edit fsund_test keymap Makes its formatting more consistent with other 66% keymaps. No logic changes. * Linting info.json Debug-style linting (one key object per line) and minor edits to key labels. * Remove fsund_test keymap * Add FSund as a maintainer in info.json
4 years ago
  1. {
  2. "keyboard_name": "AMJ66",
  3. "manufacturer": "AMJKeyboard",
  4. "url": "",
  5. "maintainer": "FSund, qmk",
  6. "usb": {
  7. "vid": "0x00D8",
  8. "pid": "0xBD66",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "mousekey": true,
  14. "extrakey": true,
  15. "console": true,
  16. "command": true,
  17. "backlight": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F0", "B3", "B2", "B1", "B0", "B7", "D0", "D1", "D2", "D3", "D5", "D6", "D7", "B4", "B5", "B6"],
  27. "rows": ["F7", "F6", "F5", "F4", "F1"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "backlight": {
  31. "driver": "timer",
  32. "pin": "D4",
  33. "breathing": true
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "community_layouts": ["66_ansi", "66_iso"],
  38. "layouts": {
  39. "LAYOUT_all": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [0, 4], "x": 4, "y": 0},
  46. {"matrix": [0, 5], "x": 5, "y": 0},
  47. {"matrix": [0, 6], "x": 6, "y": 0},
  48. {"matrix": [0, 7], "x": 7, "y": 0},
  49. {"matrix": [0, 8], "x": 8, "y": 0},
  50. {"matrix": [0, 9], "x": 9, "y": 0},
  51. {"matrix": [0, 10], "x": 10, "y": 0},
  52. {"matrix": [0, 11], "x": 11, "y": 0},
  53. {"matrix": [0, 12], "x": 12, "y": 0},
  54. {"matrix": [0, 13], "x": 13, "y": 0},
  55. {"matrix": [0, 14], "x": 14, "y": 0},
  56. {"matrix": [0, 15], "x": 15.5, "y": 0},
  57. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  58. {"matrix": [1, 1], "x": 1.5, "y": 1},
  59. {"matrix": [1, 2], "x": 2.5, "y": 1},
  60. {"matrix": [1, 3], "x": 3.5, "y": 1},
  61. {"matrix": [1, 4], "x": 4.5, "y": 1},
  62. {"matrix": [1, 5], "x": 5.5, "y": 1},
  63. {"matrix": [1, 6], "x": 6.5, "y": 1},
  64. {"matrix": [1, 7], "x": 7.5, "y": 1},
  65. {"matrix": [1, 8], "x": 8.5, "y": 1},
  66. {"matrix": [1, 9], "x": 9.5, "y": 1},
  67. {"matrix": [1, 10], "x": 10.5, "y": 1},
  68. {"matrix": [1, 11], "x": 11.5, "y": 1},
  69. {"matrix": [1, 12], "x": 12.5, "y": 1},
  70. {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  71. {"matrix": [1, 14], "x": 15.5, "y": 1},
  72. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  73. {"matrix": [2, 1], "x": 1.75, "y": 2},
  74. {"matrix": [2, 2], "x": 2.75, "y": 2},
  75. {"matrix": [2, 3], "x": 3.75, "y": 2},
  76. {"matrix": [2, 4], "x": 4.75, "y": 2},
  77. {"matrix": [2, 5], "x": 5.75, "y": 2},
  78. {"matrix": [2, 6], "x": 6.75, "y": 2},
  79. {"matrix": [2, 7], "x": 7.75, "y": 2},
  80. {"matrix": [2, 8], "x": 8.75, "y": 2},
  81. {"matrix": [2, 9], "x": 9.75, "y": 2},
  82. {"matrix": [2, 10], "x": 10.75, "y": 2},
  83. {"matrix": [2, 11], "x": 11.75, "y": 2},
  84. {"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
  85. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  86. {"matrix": [3, 1], "x": 1.25, "y": 3},
  87. {"matrix": [3, 2], "x": 2.25, "y": 3},
  88. {"matrix": [3, 3], "x": 3.25, "y": 3},
  89. {"matrix": [3, 4], "x": 4.25, "y": 3},
  90. {"matrix": [3, 5], "x": 5.25, "y": 3},
  91. {"matrix": [3, 6], "x": 6.25, "y": 3},
  92. {"matrix": [3, 7], "x": 7.25, "y": 3},
  93. {"matrix": [3, 8], "x": 8.25, "y": 3},
  94. {"matrix": [3, 9], "x": 9.25, "y": 3},
  95. {"matrix": [3, 10], "x": 10.25, "y": 3},
  96. {"matrix": [3, 11], "x": 11.25, "y": 3},
  97. {"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.25},
  98. {"matrix": [3, 13], "x": 13.5, "y": 3},
  99. {"matrix": [3, 14], "x": 14.5, "y": 3},
  100. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  101. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  102. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
  103. {"matrix": [4, 3], "x": 4, "y": 4, "w": 2.75},
  104. {"matrix": [4, 4], "x": 6.75, "y": 4, "w": 2.75},
  105. {"matrix": [4, 5], "x": 9.5, "y": 4, "w": 1.5},
  106. {"matrix": [4, 6], "x": 11, "y": 4, "w": 1.25},
  107. {"matrix": [4, 7], "x": 12.25, "y": 4, "w": 1.25},
  108. {"matrix": [4, 8], "x": 13.5, "y": 4},
  109. {"matrix": [4, 9], "x": 14.5, "y": 4},
  110. {"matrix": [4, 10], "x": 15.5, "y": 4}
  111. ]
  112. },
  113. "LAYOUT_66_ansi": {
  114. "layout": [
  115. {"matrix": [0, 0], "x": 0, "y": 0},
  116. {"matrix": [0, 1], "x": 1, "y": 0},
  117. {"matrix": [0, 2], "x": 2, "y": 0},
  118. {"matrix": [0, 3], "x": 3, "y": 0},
  119. {"matrix": [0, 4], "x": 4, "y": 0},
  120. {"matrix": [0, 5], "x": 5, "y": 0},
  121. {"matrix": [0, 6], "x": 6, "y": 0},
  122. {"matrix": [0, 7], "x": 7, "y": 0},
  123. {"matrix": [0, 8], "x": 8, "y": 0},
  124. {"matrix": [0, 9], "x": 9, "y": 0},
  125. {"matrix": [0, 10], "x": 10, "y": 0},
  126. {"matrix": [0, 11], "x": 11, "y": 0},
  127. {"matrix": [0, 12], "x": 12, "y": 0},
  128. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  129. {"matrix": [0, 15], "x": 15.5, "y": 0},
  130. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  131. {"matrix": [1, 1], "x": 1.5, "y": 1},
  132. {"matrix": [1, 2], "x": 2.5, "y": 1},
  133. {"matrix": [1, 3], "x": 3.5, "y": 1},
  134. {"matrix": [1, 4], "x": 4.5, "y": 1},
  135. {"matrix": [1, 5], "x": 5.5, "y": 1},
  136. {"matrix": [1, 6], "x": 6.5, "y": 1},
  137. {"matrix": [1, 7], "x": 7.5, "y": 1},
  138. {"matrix": [1, 8], "x": 8.5, "y": 1},
  139. {"matrix": [1, 9], "x": 9.5, "y": 1},
  140. {"matrix": [1, 10], "x": 10.5, "y": 1},
  141. {"matrix": [1, 11], "x": 11.5, "y": 1},
  142. {"matrix": [1, 12], "x": 12.5, "y": 1},
  143. {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  144. {"matrix": [1, 14], "x": 15.5, "y": 1},
  145. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  146. {"matrix": [2, 1], "x": 1.75, "y": 2},
  147. {"matrix": [2, 2], "x": 2.75, "y": 2},
  148. {"matrix": [2, 3], "x": 3.75, "y": 2},
  149. {"matrix": [2, 4], "x": 4.75, "y": 2},
  150. {"matrix": [2, 5], "x": 5.75, "y": 2},
  151. {"matrix": [2, 6], "x": 6.75, "y": 2},
  152. {"matrix": [2, 7], "x": 7.75, "y": 2},
  153. {"matrix": [2, 8], "x": 8.75, "y": 2},
  154. {"matrix": [2, 9], "x": 9.75, "y": 2},
  155. {"matrix": [2, 10], "x": 10.75, "y": 2},
  156. {"matrix": [2, 11], "x": 11.75, "y": 2},
  157. {"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
  158. {"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
  159. {"matrix": [3, 2], "x": 2.25, "y": 3},
  160. {"matrix": [3, 3], "x": 3.25, "y": 3},
  161. {"matrix": [3, 4], "x": 4.25, "y": 3},
  162. {"matrix": [3, 5], "x": 5.25, "y": 3},
  163. {"matrix": [3, 6], "x": 6.25, "y": 3},
  164. {"matrix": [3, 7], "x": 7.25, "y": 3},
  165. {"matrix": [3, 8], "x": 8.25, "y": 3},
  166. {"matrix": [3, 9], "x": 9.25, "y": 3},
  167. {"matrix": [3, 10], "x": 10.25, "y": 3},
  168. {"matrix": [3, 11], "x": 11.25, "y": 3},
  169. {"matrix": [3, 12], "x": 12.25, "y": 3, "w": 2.25},
  170. {"matrix": [3, 14], "x": 14.5, "y": 3},
  171. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  172. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  173. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  174. {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 6.25},
  175. {"matrix": [4, 5], "x": 10, "y": 4, "w": 1.25},
  176. {"matrix": [4, 6], "x": 11.25, "y": 4},
  177. {"matrix": [4, 7], "x": 12.25, "y": 4, "w": 1.25},
  178. {"matrix": [4, 8], "x": 13.5, "y": 4},
  179. {"matrix": [4, 9], "x": 14.5, "y": 4},
  180. {"matrix": [4, 10], "x": 15.5, "y": 4}
  181. ]
  182. },
  183. "LAYOUT_66_iso": {
  184. "layout": [
  185. {"matrix": [0, 0], "x": 0, "y": 0},
  186. {"matrix": [0, 1], "x": 1, "y": 0},
  187. {"matrix": [0, 2], "x": 2, "y": 0},
  188. {"matrix": [0, 3], "x": 3, "y": 0},
  189. {"matrix": [0, 4], "x": 4, "y": 0},
  190. {"matrix": [0, 5], "x": 5, "y": 0},
  191. {"matrix": [0, 6], "x": 6, "y": 0},
  192. {"matrix": [0, 7], "x": 7, "y": 0},
  193. {"matrix": [0, 8], "x": 8, "y": 0},
  194. {"matrix": [0, 9], "x": 9, "y": 0},
  195. {"matrix": [0, 10], "x": 10, "y": 0},
  196. {"matrix": [0, 11], "x": 11, "y": 0},
  197. {"matrix": [0, 12], "x": 12, "y": 0},
  198. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  199. {"matrix": [0, 15], "x": 15.5, "y": 0},
  200. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  201. {"matrix": [1, 1], "x": 1.5, "y": 1},
  202. {"matrix": [1, 2], "x": 2.5, "y": 1},
  203. {"matrix": [1, 3], "x": 3.5, "y": 1},
  204. {"matrix": [1, 4], "x": 4.5, "y": 1},
  205. {"matrix": [1, 5], "x": 5.5, "y": 1},
  206. {"matrix": [1, 6], "x": 6.5, "y": 1},
  207. {"matrix": [1, 7], "x": 7.5, "y": 1},
  208. {"matrix": [1, 8], "x": 8.5, "y": 1},
  209. {"matrix": [1, 9], "x": 9.5, "y": 1},
  210. {"matrix": [1, 10], "x": 10.5, "y": 1},
  211. {"matrix": [1, 11], "x": 11.5, "y": 1},
  212. {"matrix": [1, 12], "x": 12.5, "y": 1},
  213. {"matrix": [1, 14], "x": 15.5, "y": 1},
  214. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  215. {"matrix": [2, 1], "x": 1.75, "y": 2},
  216. {"matrix": [2, 2], "x": 2.75, "y": 2},
  217. {"matrix": [2, 3], "x": 3.75, "y": 2},
  218. {"matrix": [2, 4], "x": 4.75, "y": 2},
  219. {"matrix": [2, 5], "x": 5.75, "y": 2},
  220. {"matrix": [2, 6], "x": 6.75, "y": 2},
  221. {"matrix": [2, 7], "x": 7.75, "y": 2},
  222. {"matrix": [2, 8], "x": 8.75, "y": 2},
  223. {"matrix": [2, 9], "x": 9.75, "y": 2},
  224. {"matrix": [2, 10], "x": 10.75, "y": 2},
  225. {"matrix": [2, 11], "x": 11.75, "y": 2},
  226. {"matrix": [1, 13], "x": 12.75, "y": 2},
  227. {"matrix": [2, 12], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
  228. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  229. {"matrix": [3, 1], "x": 1.25, "y": 3},
  230. {"matrix": [3, 2], "x": 2.25, "y": 3},
  231. {"matrix": [3, 3], "x": 3.25, "y": 3},
  232. {"matrix": [3, 4], "x": 4.25, "y": 3},
  233. {"matrix": [3, 5], "x": 5.25, "y": 3},
  234. {"matrix": [3, 6], "x": 6.25, "y": 3},
  235. {"matrix": [3, 7], "x": 7.25, "y": 3},
  236. {"matrix": [3, 8], "x": 8.25, "y": 3},
  237. {"matrix": [3, 9], "x": 9.25, "y": 3},
  238. {"matrix": [3, 10], "x": 10.25, "y": 3},
  239. {"matrix": [3, 11], "x": 11.25, "y": 3},
  240. {"matrix": [3, 12], "x": 12.25, "y": 3, "w": 2.25},
  241. {"matrix": [3, 14], "x": 14.5, "y": 3},
  242. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  243. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  244. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  245. {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 6.25},
  246. {"matrix": [4, 5], "x": 10, "y": 4, "w": 1.25},
  247. {"matrix": [4, 6], "x": 11.25, "y": 4},
  248. {"matrix": [4, 7], "x": 12.25, "y": 4, "w": 1.25},
  249. {"matrix": [4, 8], "x": 13.5, "y": 4},
  250. {"matrix": [4, 9], "x": 14.5, "y": 4},
  251. {"matrix": [4, 10], "x": 15.5, "y": 4}
  252. ]
  253. }
  254. }
  255. }