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.

240 lines
11 KiB

Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Updated Ducky 2 one mini support (#11112) * Initial Ducky One 2 Mini keyboard and keymap * Keymap macro issue, together with general polish suggestions * Separate default keymap into proper default, iso and ansi versions * info.json updates (Configurator support). DEBOUNCE define adjust. * Unused keymap defines removed. * update requested ducky one mini2 board changes * ducky: don't trigger app key with left shift * ducky: make default mouse key behavior more linear * ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work * ducky: playpause on fn space * ducky: disable RGB_MATRIX until driver is merged * ducky: clang-format matrix and one2mini.c * ducky: update requested changes Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE * ducky: update requested changes * ducky: move winkey grave esc to default keymap * ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead * ducky: info.json lint * ducky: enable DIP_SWITCH_ENABLE rule * ducky: update readme * ducky: fix backslash on default keymap * ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 * ducky: move mbi5042 led driver to ducky keyboard * ducky: cosmetics * ducky: requested changes * ducky: refactor matrix.c again so we can better compare it to other boards * ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader * ducky: remove custom matrix * ducky: update for chibios-contrib changes * ducky: debug new USB driver * ducky: debug usb issues * ducky: update chibios version * ducky: remove halconf.h * ducky: update rules.mk * ducky: update chconf.h * Matching submodules. * Restructure to explicitly define which board is in use, remove RGB driver pending followup PR. * Revert "Matching submodules." This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd. Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
  1. {
  2. "keyboard_name": "One 2 Mini",
  3. "manufacturer": "Ducky",
  4. "usb": {
  5. "vid": "0x0416",
  6. "pid": "0x0123",
  7. "device_version": "0.0.1",
  8. "force_nkro": true
  9. },
  10. "matrix_pins": {
  11. "cols": ["B10", "B9", "C13", "C12", "C11", "C10", "C9", "C8", "A15", "A14", "A13", "D0", "D1", "D2", "B8"],
  12. "rows": ["D11", "B4", "B5", "B6", "B7"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "dip_switch": {
  16. "matrix_grid": [ [0,14], [1,14], [2,14], [3,14] ]
  17. },
  18. "features": {
  19. "bootmagic": true,
  20. "mousekey": true,
  21. "extrakey": true,
  22. "nkro": true,
  23. "dip_switch": true
  24. },
  25. "layout_aliases": {
  26. "LAYOUT_iso": "LAYOUT_60_iso"
  27. },
  28. "layouts": {
  29. "LAYOUT_all": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [0, 4], "x": 4, "y": 0},
  36. {"matrix": [0, 5], "x": 5, "y": 0},
  37. {"matrix": [0, 6], "x": 6, "y": 0},
  38. {"matrix": [0, 7], "x": 7, "y": 0},
  39. {"matrix": [0, 8], "x": 8, "y": 0},
  40. {"matrix": [0, 9], "x": 9, "y": 0},
  41. {"matrix": [0, 10], "x": 10, "y": 0},
  42. {"matrix": [0, 11], "x": 11, "y": 0},
  43. {"matrix": [0, 12], "x": 12, "y": 0},
  44. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  45. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  46. {"matrix": [1, 1], "x": 1.5, "y": 1},
  47. {"matrix": [1, 2], "x": 2.5, "y": 1},
  48. {"matrix": [1, 3], "x": 3.5, "y": 1},
  49. {"matrix": [1, 4], "x": 4.5, "y": 1},
  50. {"matrix": [1, 5], "x": 5.5, "y": 1},
  51. {"matrix": [1, 6], "x": 6.5, "y": 1},
  52. {"matrix": [1, 7], "x": 7.5, "y": 1},
  53. {"matrix": [1, 8], "x": 8.5, "y": 1},
  54. {"matrix": [1, 9], "x": 9.5, "y": 1},
  55. {"matrix": [1, 10], "x": 10.5, "y": 1},
  56. {"matrix": [1, 11], "x": 11.5, "y": 1},
  57. {"matrix": [1, 12], "x": 12.5, "y": 1},
  58. {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  59. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  60. {"matrix": [2, 1], "x": 1.75, "y": 2},
  61. {"matrix": [2, 2], "x": 2.75, "y": 2},
  62. {"matrix": [2, 3], "x": 3.75, "y": 2},
  63. {"matrix": [2, 4], "x": 4.75, "y": 2},
  64. {"matrix": [2, 5], "x": 5.75, "y": 2},
  65. {"matrix": [2, 6], "x": 6.75, "y": 2},
  66. {"matrix": [2, 7], "x": 7.75, "y": 2},
  67. {"matrix": [2, 8], "x": 8.75, "y": 2},
  68. {"matrix": [2, 9], "x": 9.75, "y": 2},
  69. {"matrix": [2, 10], "x": 10.75, "y": 2},
  70. {"matrix": [2, 11], "x": 11.75, "y": 2},
  71. {"matrix": [2, 12], "x": 12.75, "y": 2},
  72. {"matrix": [2, 13], "x": 13.75, "y": 2, "w": 1.25},
  73. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  74. {"matrix": [3, 1], "x": 1.25, "y": 3},
  75. {"matrix": [3, 2], "x": 2.25, "y": 3},
  76. {"matrix": [3, 3], "x": 3.25, "y": 3},
  77. {"matrix": [3, 4], "x": 4.25, "y": 3},
  78. {"matrix": [3, 5], "x": 5.25, "y": 3},
  79. {"matrix": [3, 6], "x": 6.25, "y": 3},
  80. {"matrix": [3, 7], "x": 7.25, "y": 3},
  81. {"matrix": [3, 8], "x": 8.25, "y": 3},
  82. {"matrix": [3, 9], "x": 9.25, "y": 3},
  83. {"matrix": [3, 10], "x": 10.25, "y": 3},
  84. {"matrix": [3, 11], "x": 11.25, "y": 3},
  85. {"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
  86. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  87. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  88. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  89. {"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
  90. {"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
  91. {"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
  92. {"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
  93. {"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
  94. ]
  95. },
  96. "LAYOUT_60_ansi": {
  97. "layout": [
  98. {"matrix": [0, 0], "x": 0, "y": 0},
  99. {"matrix": [0, 1], "x": 1, "y": 0},
  100. {"matrix": [0, 2], "x": 2, "y": 0},
  101. {"matrix": [0, 3], "x": 3, "y": 0},
  102. {"matrix": [0, 4], "x": 4, "y": 0},
  103. {"matrix": [0, 5], "x": 5, "y": 0},
  104. {"matrix": [0, 6], "x": 6, "y": 0},
  105. {"matrix": [0, 7], "x": 7, "y": 0},
  106. {"matrix": [0, 8], "x": 8, "y": 0},
  107. {"matrix": [0, 9], "x": 9, "y": 0},
  108. {"matrix": [0, 10], "x": 10, "y": 0},
  109. {"matrix": [0, 11], "x": 11, "y": 0},
  110. {"matrix": [0, 12], "x": 12, "y": 0},
  111. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  112. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  113. {"matrix": [1, 1], "x": 1.5, "y": 1},
  114. {"matrix": [1, 2], "x": 2.5, "y": 1},
  115. {"matrix": [1, 3], "x": 3.5, "y": 1},
  116. {"matrix": [1, 4], "x": 4.5, "y": 1},
  117. {"matrix": [1, 5], "x": 5.5, "y": 1},
  118. {"matrix": [1, 6], "x": 6.5, "y": 1},
  119. {"matrix": [1, 7], "x": 7.5, "y": 1},
  120. {"matrix": [1, 8], "x": 8.5, "y": 1},
  121. {"matrix": [1, 9], "x": 9.5, "y": 1},
  122. {"matrix": [1, 10], "x": 10.5, "y": 1},
  123. {"matrix": [1, 11], "x": 11.5, "y": 1},
  124. {"matrix": [1, 12], "x": 12.5, "y": 1},
  125. {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  126. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  127. {"matrix": [2, 1], "x": 1.75, "y": 2},
  128. {"matrix": [2, 2], "x": 2.75, "y": 2},
  129. {"matrix": [2, 3], "x": 3.75, "y": 2},
  130. {"matrix": [2, 4], "x": 4.75, "y": 2},
  131. {"matrix": [2, 5], "x": 5.75, "y": 2},
  132. {"matrix": [2, 6], "x": 6.75, "y": 2},
  133. {"matrix": [2, 7], "x": 7.75, "y": 2},
  134. {"matrix": [2, 8], "x": 8.75, "y": 2},
  135. {"matrix": [2, 9], "x": 9.75, "y": 2},
  136. {"matrix": [2, 10], "x": 10.75, "y": 2},
  137. {"matrix": [2, 11], "x": 11.75, "y": 2},
  138. {"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
  139. {"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
  140. {"matrix": [3, 2], "x": 2.25, "y": 3},
  141. {"matrix": [3, 3], "x": 3.25, "y": 3},
  142. {"matrix": [3, 4], "x": 4.25, "y": 3},
  143. {"matrix": [3, 5], "x": 5.25, "y": 3},
  144. {"matrix": [3, 6], "x": 6.25, "y": 3},
  145. {"matrix": [3, 7], "x": 7.25, "y": 3},
  146. {"matrix": [3, 8], "x": 8.25, "y": 3},
  147. {"matrix": [3, 9], "x": 9.25, "y": 3},
  148. {"matrix": [3, 10], "x": 10.25, "y": 3},
  149. {"matrix": [3, 11], "x": 11.25, "y": 3},
  150. {"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
  151. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  152. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  153. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  154. {"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
  155. {"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
  156. {"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
  157. {"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
  158. {"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
  159. ]
  160. },
  161. "LAYOUT_60_iso": {
  162. "layout": [
  163. {"matrix": [0, 0], "x": 0, "y": 0},
  164. {"matrix": [0, 1], "x": 1, "y": 0},
  165. {"matrix": [0, 2], "x": 2, "y": 0},
  166. {"matrix": [0, 3], "x": 3, "y": 0},
  167. {"matrix": [0, 4], "x": 4, "y": 0},
  168. {"matrix": [0, 5], "x": 5, "y": 0},
  169. {"matrix": [0, 6], "x": 6, "y": 0},
  170. {"matrix": [0, 7], "x": 7, "y": 0},
  171. {"matrix": [0, 8], "x": 8, "y": 0},
  172. {"matrix": [0, 9], "x": 9, "y": 0},
  173. {"matrix": [0, 10], "x": 10, "y": 0},
  174. {"matrix": [0, 11], "x": 11, "y": 0},
  175. {"matrix": [0, 12], "x": 12, "y": 0},
  176. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  177. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  178. {"matrix": [1, 1], "x": 1.5, "y": 1},
  179. {"matrix": [1, 2], "x": 2.5, "y": 1},
  180. {"matrix": [1, 3], "x": 3.5, "y": 1},
  181. {"matrix": [1, 4], "x": 4.5, "y": 1},
  182. {"matrix": [1, 5], "x": 5.5, "y": 1},
  183. {"matrix": [1, 6], "x": 6.5, "y": 1},
  184. {"matrix": [1, 7], "x": 7.5, "y": 1},
  185. {"matrix": [1, 8], "x": 8.5, "y": 1},
  186. {"matrix": [1, 9], "x": 9.5, "y": 1},
  187. {"matrix": [1, 10], "x": 10.5, "y": 1},
  188. {"matrix": [1, 11], "x": 11.5, "y": 1},
  189. {"matrix": [1, 12], "x": 12.5, "y": 1},
  190. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  191. {"matrix": [2, 1], "x": 1.75, "y": 2},
  192. {"matrix": [2, 2], "x": 2.75, "y": 2},
  193. {"matrix": [2, 3], "x": 3.75, "y": 2},
  194. {"matrix": [2, 4], "x": 4.75, "y": 2},
  195. {"matrix": [2, 5], "x": 5.75, "y": 2},
  196. {"matrix": [2, 6], "x": 6.75, "y": 2},
  197. {"matrix": [2, 7], "x": 7.75, "y": 2},
  198. {"matrix": [2, 8], "x": 8.75, "y": 2},
  199. {"matrix": [2, 9], "x": 9.75, "y": 2},
  200. {"matrix": [2, 10], "x": 10.75, "y": 2},
  201. {"matrix": [2, 11], "x": 11.75, "y": 2},
  202. {"matrix": [2, 12], "x": 12.75, "y": 2},
  203. {"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
  204. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  205. {"matrix": [3, 1], "x": 1.25, "y": 3},
  206. {"matrix": [3, 2], "x": 2.25, "y": 3},
  207. {"matrix": [3, 3], "x": 3.25, "y": 3},
  208. {"matrix": [3, 4], "x": 4.25, "y": 3},
  209. {"matrix": [3, 5], "x": 5.25, "y": 3},
  210. {"matrix": [3, 6], "x": 6.25, "y": 3},
  211. {"matrix": [3, 7], "x": 7.25, "y": 3},
  212. {"matrix": [3, 8], "x": 8.25, "y": 3},
  213. {"matrix": [3, 9], "x": 9.25, "y": 3},
  214. {"matrix": [3, 10], "x": 10.25, "y": 3},
  215. {"matrix": [3, 11], "x": 11.25, "y": 3},
  216. {"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
  217. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  218. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  219. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  220. {"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
  221. {"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
  222. {"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
  223. {"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
  224. {"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
  225. ]
  226. }
  227. }
  228. }