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.

1274 lines
62 KiB

KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
KBDfans KBD75 Refactor - 2022 Edition (#17052) * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2 years ago
  1. {
  2. "keyboard_name": "KBD75 rev1",
  3. "manufacturer": "KBDfans",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x4B42",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F0", "F1", "E6", "C7", "C6", "F5", "D4", "B1", "B0", "B5", "B4", "D7", "D6", "B3", "F4", "F6"],
  13. "rows": ["D0", "D1", "D2", "D3", "D5", "B7"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "backlight": {
  17. "pin": "B6",
  18. "levels": 5
  19. },
  20. "indicators": {
  21. "caps_lock": "B2",
  22. "on_state": 0
  23. },
  24. "rgblight": {
  25. "saturation_steps": 8,
  26. "brightness_steps": 8,
  27. "led_count": 16,
  28. "sleep": true,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "E2"
  44. },
  45. "processor": "atmega32u4",
  46. "bootloader": "atmel-dfu",
  47. "features": {
  48. "bootmagic": true,
  49. "mousekey": true,
  50. "extrakey": true,
  51. "nkro": true,
  52. "backlight": true,
  53. "rgblight": true
  54. },
  55. "layout_aliases": {
  56. "LAYOUT_ansi_1u": "LAYOUT_75_ansi"
  57. },
  58. "community_layouts": ["75_ansi", "75_iso"],
  59. "layouts": {
  60. "LAYOUT": {
  61. "layout": [
  62. {"matrix": [0, 0], "x": 0, "y": 0},
  63. {"matrix": [0, 1], "x": 1, "y": 0},
  64. {"matrix": [0, 2], "x": 2, "y": 0},
  65. {"matrix": [0, 3], "x": 3, "y": 0},
  66. {"matrix": [0, 4], "x": 4, "y": 0},
  67. {"matrix": [0, 5], "x": 5, "y": 0},
  68. {"matrix": [0, 6], "x": 6, "y": 0},
  69. {"matrix": [0, 7], "x": 7, "y": 0},
  70. {"matrix": [0, 8], "x": 8, "y": 0},
  71. {"matrix": [0, 9], "x": 9, "y": 0},
  72. {"matrix": [0, 10], "x": 10, "y": 0},
  73. {"matrix": [0, 11], "x": 11, "y": 0},
  74. {"matrix": [0, 12], "x": 12, "y": 0},
  75. {"matrix": [0, 13], "x": 13, "y": 0},
  76. {"matrix": [0, 14], "x": 14, "y": 0},
  77. {"matrix": [0, 15], "x": 15, "y": 0},
  78. {"matrix": [1, 0], "x": 0, "y": 1},
  79. {"matrix": [1, 1], "x": 1, "y": 1},
  80. {"matrix": [1, 2], "x": 2, "y": 1},
  81. {"matrix": [1, 3], "x": 3, "y": 1},
  82. {"matrix": [1, 4], "x": 4, "y": 1},
  83. {"matrix": [1, 5], "x": 5, "y": 1},
  84. {"matrix": [1, 6], "x": 6, "y": 1},
  85. {"matrix": [1, 7], "x": 7, "y": 1},
  86. {"matrix": [1, 8], "x": 8, "y": 1},
  87. {"matrix": [1, 9], "x": 9, "y": 1},
  88. {"matrix": [1, 10], "x": 10, "y": 1},
  89. {"matrix": [1, 11], "x": 11, "y": 1},
  90. {"matrix": [1, 12], "x": 12, "y": 1},
  91. {"matrix": [1, 13], "x": 13, "y": 1},
  92. {"matrix": [1, 14], "x": 14, "y": 1},
  93. {"matrix": [1, 15], "x": 15, "y": 1},
  94. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  95. {"matrix": [2, 2], "x": 1.5, "y": 2},
  96. {"matrix": [2, 3], "x": 2.5, "y": 2},
  97. {"matrix": [2, 4], "x": 3.5, "y": 2},
  98. {"matrix": [2, 5], "x": 4.5, "y": 2},
  99. {"matrix": [2, 6], "x": 5.5, "y": 2},
  100. {"matrix": [2, 7], "x": 6.5, "y": 2},
  101. {"matrix": [2, 8], "x": 7.5, "y": 2},
  102. {"matrix": [2, 9], "x": 8.5, "y": 2},
  103. {"matrix": [2, 10], "x": 9.5, "y": 2},
  104. {"matrix": [2, 11], "x": 10.5, "y": 2},
  105. {"matrix": [2, 12], "x": 11.5, "y": 2},
  106. {"matrix": [2, 13], "x": 12.5, "y": 2},
  107. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  108. {"matrix": [2, 15], "x": 15, "y": 2},
  109. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  110. {"matrix": [3, 2], "x": 1.75, "y": 3},
  111. {"matrix": [3, 3], "x": 2.75, "y": 3},
  112. {"matrix": [3, 4], "x": 3.75, "y": 3},
  113. {"matrix": [3, 5], "x": 4.75, "y": 3},
  114. {"matrix": [3, 6], "x": 5.75, "y": 3},
  115. {"matrix": [3, 7], "x": 6.75, "y": 3},
  116. {"matrix": [3, 8], "x": 7.75, "y": 3},
  117. {"matrix": [3, 9], "x": 8.75, "y": 3},
  118. {"matrix": [3, 10], "x": 9.75, "y": 3},
  119. {"matrix": [3, 11], "x": 10.75, "y": 3},
  120. {"matrix": [3, 12], "x": 11.75, "y": 3},
  121. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  122. {"matrix": [3, 15], "x": 15, "y": 3},
  123. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  124. {"matrix": [4, 1], "x": 1.25, "y": 4},
  125. {"matrix": [4, 2], "x": 2.25, "y": 4},
  126. {"matrix": [4, 3], "x": 3.25, "y": 4},
  127. {"matrix": [4, 4], "x": 4.25, "y": 4},
  128. {"matrix": [4, 5], "x": 5.25, "y": 4},
  129. {"matrix": [4, 6], "x": 6.25, "y": 4},
  130. {"matrix": [4, 7], "x": 7.25, "y": 4},
  131. {"matrix": [4, 8], "x": 8.25, "y": 4},
  132. {"matrix": [4, 9], "x": 9.25, "y": 4},
  133. {"matrix": [4, 10], "x": 10.25, "y": 4},
  134. {"matrix": [4, 11], "x": 11.25, "y": 4},
  135. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  136. {"matrix": [4, 14], "x": 14, "y": 4},
  137. {"matrix": [4, 15], "x": 15, "y": 4},
  138. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  139. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  140. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  141. {"matrix": [5, 4], "x": 3.75, "y": 5, "w": 2.25},
  142. {"matrix": [5, 6], "x": 6, "y": 5, "w": 1.25},
  143. {"matrix": [5, 8], "x": 7.25, "y": 5, "w": 2.75},
  144. {"matrix": [5, 10], "x": 10, "y": 5},
  145. {"matrix": [5, 11], "x": 11, "y": 5},
  146. {"matrix": [5, 12], "x": 12, "y": 5},
  147. {"matrix": [5, 13], "x": 13, "y": 5},
  148. {"matrix": [5, 14], "x": 14, "y": 5},
  149. {"matrix": [5, 15], "x": 15, "y": 5}
  150. ]
  151. },
  152. "LAYOUT_75_ansi": {
  153. "layout": [
  154. {"matrix": [0, 0], "x": 0, "y": 0},
  155. {"matrix": [0, 1], "x": 1, "y": 0},
  156. {"matrix": [0, 2], "x": 2, "y": 0},
  157. {"matrix": [0, 3], "x": 3, "y": 0},
  158. {"matrix": [0, 4], "x": 4, "y": 0},
  159. {"matrix": [0, 5], "x": 5, "y": 0},
  160. {"matrix": [0, 6], "x": 6, "y": 0},
  161. {"matrix": [0, 7], "x": 7, "y": 0},
  162. {"matrix": [0, 8], "x": 8, "y": 0},
  163. {"matrix": [0, 9], "x": 9, "y": 0},
  164. {"matrix": [0, 10], "x": 10, "y": 0},
  165. {"matrix": [0, 11], "x": 11, "y": 0},
  166. {"matrix": [0, 12], "x": 12, "y": 0},
  167. {"matrix": [0, 13], "x": 13, "y": 0},
  168. {"matrix": [0, 14], "x": 14, "y": 0},
  169. {"matrix": [0, 15], "x": 15, "y": 0},
  170. {"matrix": [1, 0], "x": 0, "y": 1},
  171. {"matrix": [1, 1], "x": 1, "y": 1},
  172. {"matrix": [1, 2], "x": 2, "y": 1},
  173. {"matrix": [1, 3], "x": 3, "y": 1},
  174. {"matrix": [1, 4], "x": 4, "y": 1},
  175. {"matrix": [1, 5], "x": 5, "y": 1},
  176. {"matrix": [1, 6], "x": 6, "y": 1},
  177. {"matrix": [1, 7], "x": 7, "y": 1},
  178. {"matrix": [1, 8], "x": 8, "y": 1},
  179. {"matrix": [1, 9], "x": 9, "y": 1},
  180. {"matrix": [1, 10], "x": 10, "y": 1},
  181. {"matrix": [1, 11], "x": 11, "y": 1},
  182. {"matrix": [1, 12], "x": 12, "y": 1},
  183. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  184. {"matrix": [1, 15], "x": 15, "y": 1},
  185. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  186. {"matrix": [2, 2], "x": 1.5, "y": 2},
  187. {"matrix": [2, 3], "x": 2.5, "y": 2},
  188. {"matrix": [2, 4], "x": 3.5, "y": 2},
  189. {"matrix": [2, 5], "x": 4.5, "y": 2},
  190. {"matrix": [2, 6], "x": 5.5, "y": 2},
  191. {"matrix": [2, 7], "x": 6.5, "y": 2},
  192. {"matrix": [2, 8], "x": 7.5, "y": 2},
  193. {"matrix": [2, 9], "x": 8.5, "y": 2},
  194. {"matrix": [2, 10], "x": 9.5, "y": 2},
  195. {"matrix": [2, 11], "x": 10.5, "y": 2},
  196. {"matrix": [2, 12], "x": 11.5, "y": 2},
  197. {"matrix": [2, 13], "x": 12.5, "y": 2},
  198. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  199. {"matrix": [2, 15], "x": 15, "y": 2},
  200. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  201. {"matrix": [3, 2], "x": 1.75, "y": 3},
  202. {"matrix": [3, 3], "x": 2.75, "y": 3},
  203. {"matrix": [3, 4], "x": 3.75, "y": 3},
  204. {"matrix": [3, 5], "x": 4.75, "y": 3},
  205. {"matrix": [3, 6], "x": 5.75, "y": 3},
  206. {"matrix": [3, 7], "x": 6.75, "y": 3},
  207. {"matrix": [3, 8], "x": 7.75, "y": 3},
  208. {"matrix": [3, 9], "x": 8.75, "y": 3},
  209. {"matrix": [3, 10], "x": 9.75, "y": 3},
  210. {"matrix": [3, 11], "x": 10.75, "y": 3},
  211. {"matrix": [3, 12], "x": 11.75, "y": 3},
  212. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  213. {"matrix": [3, 15], "x": 15, "y": 3},
  214. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  215. {"matrix": [4, 2], "x": 2.25, "y": 4},
  216. {"matrix": [4, 3], "x": 3.25, "y": 4},
  217. {"matrix": [4, 4], "x": 4.25, "y": 4},
  218. {"matrix": [4, 5], "x": 5.25, "y": 4},
  219. {"matrix": [4, 6], "x": 6.25, "y": 4},
  220. {"matrix": [4, 7], "x": 7.25, "y": 4},
  221. {"matrix": [4, 8], "x": 8.25, "y": 4},
  222. {"matrix": [4, 9], "x": 9.25, "y": 4},
  223. {"matrix": [4, 10], "x": 10.25, "y": 4},
  224. {"matrix": [4, 11], "x": 11.25, "y": 4},
  225. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  226. {"matrix": [4, 14], "x": 14, "y": 4},
  227. {"matrix": [4, 15], "x": 15, "y": 4},
  228. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  229. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  230. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  231. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  232. {"matrix": [5, 10], "x": 10, "y": 5},
  233. {"matrix": [5, 11], "x": 11, "y": 5},
  234. {"matrix": [5, 12], "x": 12, "y": 5},
  235. {"matrix": [5, 13], "x": 13, "y": 5},
  236. {"matrix": [5, 14], "x": 14, "y": 5},
  237. {"matrix": [5, 15], "x": 15, "y": 5}
  238. ]
  239. },
  240. "LAYOUT_75_ansi_split_bs": {
  241. "layout": [
  242. {"matrix": [0, 0], "x": 0, "y": 0},
  243. {"matrix": [0, 1], "x": 1, "y": 0},
  244. {"matrix": [0, 2], "x": 2, "y": 0},
  245. {"matrix": [0, 3], "x": 3, "y": 0},
  246. {"matrix": [0, 4], "x": 4, "y": 0},
  247. {"matrix": [0, 5], "x": 5, "y": 0},
  248. {"matrix": [0, 6], "x": 6, "y": 0},
  249. {"matrix": [0, 7], "x": 7, "y": 0},
  250. {"matrix": [0, 8], "x": 8, "y": 0},
  251. {"matrix": [0, 9], "x": 9, "y": 0},
  252. {"matrix": [0, 10], "x": 10, "y": 0},
  253. {"matrix": [0, 11], "x": 11, "y": 0},
  254. {"matrix": [0, 12], "x": 12, "y": 0},
  255. {"matrix": [0, 13], "x": 13, "y": 0},
  256. {"matrix": [0, 14], "x": 14, "y": 0},
  257. {"matrix": [0, 15], "x": 15, "y": 0},
  258. {"matrix": [1, 0], "x": 0, "y": 1},
  259. {"matrix": [1, 1], "x": 1, "y": 1},
  260. {"matrix": [1, 2], "x": 2, "y": 1},
  261. {"matrix": [1, 3], "x": 3, "y": 1},
  262. {"matrix": [1, 4], "x": 4, "y": 1},
  263. {"matrix": [1, 5], "x": 5, "y": 1},
  264. {"matrix": [1, 6], "x": 6, "y": 1},
  265. {"matrix": [1, 7], "x": 7, "y": 1},
  266. {"matrix": [1, 8], "x": 8, "y": 1},
  267. {"matrix": [1, 9], "x": 9, "y": 1},
  268. {"matrix": [1, 10], "x": 10, "y": 1},
  269. {"matrix": [1, 11], "x": 11, "y": 1},
  270. {"matrix": [1, 12], "x": 12, "y": 1},
  271. {"matrix": [1, 13], "x": 13, "y": 1},
  272. {"matrix": [1, 14], "x": 14, "y": 1},
  273. {"matrix": [1, 15], "x": 15, "y": 1},
  274. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  275. {"matrix": [2, 2], "x": 1.5, "y": 2},
  276. {"matrix": [2, 3], "x": 2.5, "y": 2},
  277. {"matrix": [2, 4], "x": 3.5, "y": 2},
  278. {"matrix": [2, 5], "x": 4.5, "y": 2},
  279. {"matrix": [2, 6], "x": 5.5, "y": 2},
  280. {"matrix": [2, 7], "x": 6.5, "y": 2},
  281. {"matrix": [2, 8], "x": 7.5, "y": 2},
  282. {"matrix": [2, 9], "x": 8.5, "y": 2},
  283. {"matrix": [2, 10], "x": 9.5, "y": 2},
  284. {"matrix": [2, 11], "x": 10.5, "y": 2},
  285. {"matrix": [2, 12], "x": 11.5, "y": 2},
  286. {"matrix": [2, 13], "x": 12.5, "y": 2},
  287. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  288. {"matrix": [2, 15], "x": 15, "y": 2},
  289. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  290. {"matrix": [3, 2], "x": 1.75, "y": 3},
  291. {"matrix": [3, 3], "x": 2.75, "y": 3},
  292. {"matrix": [3, 4], "x": 3.75, "y": 3},
  293. {"matrix": [3, 5], "x": 4.75, "y": 3},
  294. {"matrix": [3, 6], "x": 5.75, "y": 3},
  295. {"matrix": [3, 7], "x": 6.75, "y": 3},
  296. {"matrix": [3, 8], "x": 7.75, "y": 3},
  297. {"matrix": [3, 9], "x": 8.75, "y": 3},
  298. {"matrix": [3, 10], "x": 9.75, "y": 3},
  299. {"matrix": [3, 11], "x": 10.75, "y": 3},
  300. {"matrix": [3, 12], "x": 11.75, "y": 3},
  301. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  302. {"matrix": [3, 15], "x": 15, "y": 3},
  303. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  304. {"matrix": [4, 2], "x": 2.25, "y": 4},
  305. {"matrix": [4, 3], "x": 3.25, "y": 4},
  306. {"matrix": [4, 4], "x": 4.25, "y": 4},
  307. {"matrix": [4, 5], "x": 5.25, "y": 4},
  308. {"matrix": [4, 6], "x": 6.25, "y": 4},
  309. {"matrix": [4, 7], "x": 7.25, "y": 4},
  310. {"matrix": [4, 8], "x": 8.25, "y": 4},
  311. {"matrix": [4, 9], "x": 9.25, "y": 4},
  312. {"matrix": [4, 10], "x": 10.25, "y": 4},
  313. {"matrix": [4, 11], "x": 11.25, "y": 4},
  314. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  315. {"matrix": [4, 14], "x": 14, "y": 4},
  316. {"matrix": [4, 15], "x": 15, "y": 4},
  317. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  318. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  319. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  320. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  321. {"matrix": [5, 10], "x": 10, "y": 5},
  322. {"matrix": [5, 11], "x": 11, "y": 5},
  323. {"matrix": [5, 12], "x": 12, "y": 5},
  324. {"matrix": [5, 13], "x": 13, "y": 5},
  325. {"matrix": [5, 14], "x": 14, "y": 5},
  326. {"matrix": [5, 15], "x": 15, "y": 5}
  327. ]
  328. },
  329. "LAYOUT_75_ansi_rwkl": {
  330. "layout": [
  331. {"matrix": [0, 0], "x": 0, "y": 0},
  332. {"matrix": [0, 1], "x": 1, "y": 0},
  333. {"matrix": [0, 2], "x": 2, "y": 0},
  334. {"matrix": [0, 3], "x": 3, "y": 0},
  335. {"matrix": [0, 4], "x": 4, "y": 0},
  336. {"matrix": [0, 5], "x": 5, "y": 0},
  337. {"matrix": [0, 6], "x": 6, "y": 0},
  338. {"matrix": [0, 7], "x": 7, "y": 0},
  339. {"matrix": [0, 8], "x": 8, "y": 0},
  340. {"matrix": [0, 9], "x": 9, "y": 0},
  341. {"matrix": [0, 10], "x": 10, "y": 0},
  342. {"matrix": [0, 11], "x": 11, "y": 0},
  343. {"matrix": [0, 12], "x": 12, "y": 0},
  344. {"matrix": [0, 13], "x": 13, "y": 0},
  345. {"matrix": [0, 14], "x": 14, "y": 0},
  346. {"matrix": [0, 15], "x": 15, "y": 0},
  347. {"matrix": [1, 0], "x": 0, "y": 1},
  348. {"matrix": [1, 1], "x": 1, "y": 1},
  349. {"matrix": [1, 2], "x": 2, "y": 1},
  350. {"matrix": [1, 3], "x": 3, "y": 1},
  351. {"matrix": [1, 4], "x": 4, "y": 1},
  352. {"matrix": [1, 5], "x": 5, "y": 1},
  353. {"matrix": [1, 6], "x": 6, "y": 1},
  354. {"matrix": [1, 7], "x": 7, "y": 1},
  355. {"matrix": [1, 8], "x": 8, "y": 1},
  356. {"matrix": [1, 9], "x": 9, "y": 1},
  357. {"matrix": [1, 10], "x": 10, "y": 1},
  358. {"matrix": [1, 11], "x": 11, "y": 1},
  359. {"matrix": [1, 12], "x": 12, "y": 1},
  360. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  361. {"matrix": [1, 15], "x": 15, "y": 1},
  362. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  363. {"matrix": [2, 2], "x": 1.5, "y": 2},
  364. {"matrix": [2, 3], "x": 2.5, "y": 2},
  365. {"matrix": [2, 4], "x": 3.5, "y": 2},
  366. {"matrix": [2, 5], "x": 4.5, "y": 2},
  367. {"matrix": [2, 6], "x": 5.5, "y": 2},
  368. {"matrix": [2, 7], "x": 6.5, "y": 2},
  369. {"matrix": [2, 8], "x": 7.5, "y": 2},
  370. {"matrix": [2, 9], "x": 8.5, "y": 2},
  371. {"matrix": [2, 10], "x": 9.5, "y": 2},
  372. {"matrix": [2, 11], "x": 10.5, "y": 2},
  373. {"matrix": [2, 12], "x": 11.5, "y": 2},
  374. {"matrix": [2, 13], "x": 12.5, "y": 2},
  375. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  376. {"matrix": [2, 15], "x": 15, "y": 2},
  377. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  378. {"matrix": [3, 2], "x": 1.75, "y": 3},
  379. {"matrix": [3, 3], "x": 2.75, "y": 3},
  380. {"matrix": [3, 4], "x": 3.75, "y": 3},
  381. {"matrix": [3, 5], "x": 4.75, "y": 3},
  382. {"matrix": [3, 6], "x": 5.75, "y": 3},
  383. {"matrix": [3, 7], "x": 6.75, "y": 3},
  384. {"matrix": [3, 8], "x": 7.75, "y": 3},
  385. {"matrix": [3, 9], "x": 8.75, "y": 3},
  386. {"matrix": [3, 10], "x": 9.75, "y": 3},
  387. {"matrix": [3, 11], "x": 10.75, "y": 3},
  388. {"matrix": [3, 12], "x": 11.75, "y": 3},
  389. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  390. {"matrix": [3, 15], "x": 15, "y": 3},
  391. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  392. {"matrix": [4, 2], "x": 2.25, "y": 4},
  393. {"matrix": [4, 3], "x": 3.25, "y": 4},
  394. {"matrix": [4, 4], "x": 4.25, "y": 4},
  395. {"matrix": [4, 5], "x": 5.25, "y": 4},
  396. {"matrix": [4, 6], "x": 6.25, "y": 4},
  397. {"matrix": [4, 7], "x": 7.25, "y": 4},
  398. {"matrix": [4, 8], "x": 8.25, "y": 4},
  399. {"matrix": [4, 9], "x": 9.25, "y": 4},
  400. {"matrix": [4, 10], "x": 10.25, "y": 4},
  401. {"matrix": [4, 11], "x": 11.25, "y": 4},
  402. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  403. {"matrix": [4, 14], "x": 14, "y": 4},
  404. {"matrix": [4, 15], "x": 15, "y": 4},
  405. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  406. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  407. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  408. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  409. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  410. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  411. {"matrix": [5, 13], "x": 13, "y": 5},
  412. {"matrix": [5, 14], "x": 14, "y": 5},
  413. {"matrix": [5, 15], "x": 15, "y": 5}
  414. ]
  415. },
  416. "LAYOUT_75_ansi_rwkl_split_bs": {
  417. "layout": [
  418. {"matrix": [0, 0], "x": 0, "y": 0},
  419. {"matrix": [0, 1], "x": 1, "y": 0},
  420. {"matrix": [0, 2], "x": 2, "y": 0},
  421. {"matrix": [0, 3], "x": 3, "y": 0},
  422. {"matrix": [0, 4], "x": 4, "y": 0},
  423. {"matrix": [0, 5], "x": 5, "y": 0},
  424. {"matrix": [0, 6], "x": 6, "y": 0},
  425. {"matrix": [0, 7], "x": 7, "y": 0},
  426. {"matrix": [0, 8], "x": 8, "y": 0},
  427. {"matrix": [0, 9], "x": 9, "y": 0},
  428. {"matrix": [0, 10], "x": 10, "y": 0},
  429. {"matrix": [0, 11], "x": 11, "y": 0},
  430. {"matrix": [0, 12], "x": 12, "y": 0},
  431. {"matrix": [0, 13], "x": 13, "y": 0},
  432. {"matrix": [0, 14], "x": 14, "y": 0},
  433. {"matrix": [0, 15], "x": 15, "y": 0},
  434. {"matrix": [1, 0], "x": 0, "y": 1},
  435. {"matrix": [1, 1], "x": 1, "y": 1},
  436. {"matrix": [1, 2], "x": 2, "y": 1},
  437. {"matrix": [1, 3], "x": 3, "y": 1},
  438. {"matrix": [1, 4], "x": 4, "y": 1},
  439. {"matrix": [1, 5], "x": 5, "y": 1},
  440. {"matrix": [1, 6], "x": 6, "y": 1},
  441. {"matrix": [1, 7], "x": 7, "y": 1},
  442. {"matrix": [1, 8], "x": 8, "y": 1},
  443. {"matrix": [1, 9], "x": 9, "y": 1},
  444. {"matrix": [1, 10], "x": 10, "y": 1},
  445. {"matrix": [1, 11], "x": 11, "y": 1},
  446. {"matrix": [1, 12], "x": 12, "y": 1},
  447. {"matrix": [1, 13], "x": 13, "y": 1},
  448. {"matrix": [1, 14], "x": 14, "y": 1},
  449. {"matrix": [1, 15], "x": 15, "y": 1},
  450. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  451. {"matrix": [2, 2], "x": 1.5, "y": 2},
  452. {"matrix": [2, 3], "x": 2.5, "y": 2},
  453. {"matrix": [2, 4], "x": 3.5, "y": 2},
  454. {"matrix": [2, 5], "x": 4.5, "y": 2},
  455. {"matrix": [2, 6], "x": 5.5, "y": 2},
  456. {"matrix": [2, 7], "x": 6.5, "y": 2},
  457. {"matrix": [2, 8], "x": 7.5, "y": 2},
  458. {"matrix": [2, 9], "x": 8.5, "y": 2},
  459. {"matrix": [2, 10], "x": 9.5, "y": 2},
  460. {"matrix": [2, 11], "x": 10.5, "y": 2},
  461. {"matrix": [2, 12], "x": 11.5, "y": 2},
  462. {"matrix": [2, 13], "x": 12.5, "y": 2},
  463. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  464. {"matrix": [2, 15], "x": 15, "y": 2},
  465. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  466. {"matrix": [3, 2], "x": 1.75, "y": 3},
  467. {"matrix": [3, 3], "x": 2.75, "y": 3},
  468. {"matrix": [3, 4], "x": 3.75, "y": 3},
  469. {"matrix": [3, 5], "x": 4.75, "y": 3},
  470. {"matrix": [3, 6], "x": 5.75, "y": 3},
  471. {"matrix": [3, 7], "x": 6.75, "y": 3},
  472. {"matrix": [3, 8], "x": 7.75, "y": 3},
  473. {"matrix": [3, 9], "x": 8.75, "y": 3},
  474. {"matrix": [3, 10], "x": 9.75, "y": 3},
  475. {"matrix": [3, 11], "x": 10.75, "y": 3},
  476. {"matrix": [3, 12], "x": 11.75, "y": 3},
  477. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  478. {"matrix": [3, 15], "x": 15, "y": 3},
  479. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  480. {"matrix": [4, 2], "x": 2.25, "y": 4},
  481. {"matrix": [4, 3], "x": 3.25, "y": 4},
  482. {"matrix": [4, 4], "x": 4.25, "y": 4},
  483. {"matrix": [4, 5], "x": 5.25, "y": 4},
  484. {"matrix": [4, 6], "x": 6.25, "y": 4},
  485. {"matrix": [4, 7], "x": 7.25, "y": 4},
  486. {"matrix": [4, 8], "x": 8.25, "y": 4},
  487. {"matrix": [4, 9], "x": 9.25, "y": 4},
  488. {"matrix": [4, 10], "x": 10.25, "y": 4},
  489. {"matrix": [4, 11], "x": 11.25, "y": 4},
  490. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  491. {"matrix": [4, 14], "x": 14, "y": 4},
  492. {"matrix": [4, 15], "x": 15, "y": 4},
  493. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  494. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  495. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  496. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  497. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  498. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  499. {"matrix": [5, 13], "x": 13, "y": 5},
  500. {"matrix": [5, 14], "x": 14, "y": 5},
  501. {"matrix": [5, 15], "x": 15, "y": 5}
  502. ]
  503. },
  504. "LAYOUT_75_ansi_wkl": {
  505. "layout": [
  506. {"matrix": [0, 0], "x": 0, "y": 0},
  507. {"matrix": [0, 1], "x": 1, "y": 0},
  508. {"matrix": [0, 2], "x": 2, "y": 0},
  509. {"matrix": [0, 3], "x": 3, "y": 0},
  510. {"matrix": [0, 4], "x": 4, "y": 0},
  511. {"matrix": [0, 5], "x": 5, "y": 0},
  512. {"matrix": [0, 6], "x": 6, "y": 0},
  513. {"matrix": [0, 7], "x": 7, "y": 0},
  514. {"matrix": [0, 8], "x": 8, "y": 0},
  515. {"matrix": [0, 9], "x": 9, "y": 0},
  516. {"matrix": [0, 10], "x": 10, "y": 0},
  517. {"matrix": [0, 11], "x": 11, "y": 0},
  518. {"matrix": [0, 12], "x": 12, "y": 0},
  519. {"matrix": [0, 13], "x": 13, "y": 0},
  520. {"matrix": [0, 14], "x": 14, "y": 0},
  521. {"matrix": [0, 15], "x": 15, "y": 0},
  522. {"matrix": [1, 0], "x": 0, "y": 1},
  523. {"matrix": [1, 1], "x": 1, "y": 1},
  524. {"matrix": [1, 2], "x": 2, "y": 1},
  525. {"matrix": [1, 3], "x": 3, "y": 1},
  526. {"matrix": [1, 4], "x": 4, "y": 1},
  527. {"matrix": [1, 5], "x": 5, "y": 1},
  528. {"matrix": [1, 6], "x": 6, "y": 1},
  529. {"matrix": [1, 7], "x": 7, "y": 1},
  530. {"matrix": [1, 8], "x": 8, "y": 1},
  531. {"matrix": [1, 9], "x": 9, "y": 1},
  532. {"matrix": [1, 10], "x": 10, "y": 1},
  533. {"matrix": [1, 11], "x": 11, "y": 1},
  534. {"matrix": [1, 12], "x": 12, "y": 1},
  535. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  536. {"matrix": [1, 15], "x": 15, "y": 1},
  537. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  538. {"matrix": [2, 2], "x": 1.5, "y": 2},
  539. {"matrix": [2, 3], "x": 2.5, "y": 2},
  540. {"matrix": [2, 4], "x": 3.5, "y": 2},
  541. {"matrix": [2, 5], "x": 4.5, "y": 2},
  542. {"matrix": [2, 6], "x": 5.5, "y": 2},
  543. {"matrix": [2, 7], "x": 6.5, "y": 2},
  544. {"matrix": [2, 8], "x": 7.5, "y": 2},
  545. {"matrix": [2, 9], "x": 8.5, "y": 2},
  546. {"matrix": [2, 10], "x": 9.5, "y": 2},
  547. {"matrix": [2, 11], "x": 10.5, "y": 2},
  548. {"matrix": [2, 12], "x": 11.5, "y": 2},
  549. {"matrix": [2, 13], "x": 12.5, "y": 2},
  550. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  551. {"matrix": [2, 15], "x": 15, "y": 2},
  552. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  553. {"matrix": [3, 2], "x": 1.75, "y": 3},
  554. {"matrix": [3, 3], "x": 2.75, "y": 3},
  555. {"matrix": [3, 4], "x": 3.75, "y": 3},
  556. {"matrix": [3, 5], "x": 4.75, "y": 3},
  557. {"matrix": [3, 6], "x": 5.75, "y": 3},
  558. {"matrix": [3, 7], "x": 6.75, "y": 3},
  559. {"matrix": [3, 8], "x": 7.75, "y": 3},
  560. {"matrix": [3, 9], "x": 8.75, "y": 3},
  561. {"matrix": [3, 10], "x": 9.75, "y": 3},
  562. {"matrix": [3, 11], "x": 10.75, "y": 3},
  563. {"matrix": [3, 12], "x": 11.75, "y": 3},
  564. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  565. {"matrix": [3, 15], "x": 15, "y": 3},
  566. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  567. {"matrix": [4, 2], "x": 2.25, "y": 4},
  568. {"matrix": [4, 3], "x": 3.25, "y": 4},
  569. {"matrix": [4, 4], "x": 4.25, "y": 4},
  570. {"matrix": [4, 5], "x": 5.25, "y": 4},
  571. {"matrix": [4, 6], "x": 6.25, "y": 4},
  572. {"matrix": [4, 7], "x": 7.25, "y": 4},
  573. {"matrix": [4, 8], "x": 8.25, "y": 4},
  574. {"matrix": [4, 9], "x": 9.25, "y": 4},
  575. {"matrix": [4, 10], "x": 10.25, "y": 4},
  576. {"matrix": [4, 11], "x": 11.25, "y": 4},
  577. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  578. {"matrix": [4, 14], "x": 14, "y": 4},
  579. {"matrix": [4, 15], "x": 15, "y": 4},
  580. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.5},
  581. {"matrix": [5, 1], "x": 1.5, "y": 5, "w": 1.5},
  582. {"matrix": [5, 6], "x": 3, "y": 5, "w": 7},
  583. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  584. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  585. {"matrix": [5, 13], "x": 13, "y": 5},
  586. {"matrix": [5, 14], "x": 14, "y": 5},
  587. {"matrix": [5, 15], "x": 15, "y": 5}
  588. ]
  589. },
  590. "LAYOUT_75_ansi_wkl_split_bs": {
  591. "layout": [
  592. {"matrix": [0, 0], "x": 0, "y": 0},
  593. {"matrix": [0, 1], "x": 1, "y": 0},
  594. {"matrix": [0, 2], "x": 2, "y": 0},
  595. {"matrix": [0, 3], "x": 3, "y": 0},
  596. {"matrix": [0, 4], "x": 4, "y": 0},
  597. {"matrix": [0, 5], "x": 5, "y": 0},
  598. {"matrix": [0, 6], "x": 6, "y": 0},
  599. {"matrix": [0, 7], "x": 7, "y": 0},
  600. {"matrix": [0, 8], "x": 8, "y": 0},
  601. {"matrix": [0, 9], "x": 9, "y": 0},
  602. {"matrix": [0, 10], "x": 10, "y": 0},
  603. {"matrix": [0, 11], "x": 11, "y": 0},
  604. {"matrix": [0, 12], "x": 12, "y": 0},
  605. {"matrix": [0, 13], "x": 13, "y": 0},
  606. {"matrix": [0, 14], "x": 14, "y": 0},
  607. {"matrix": [0, 15], "x": 15, "y": 0},
  608. {"matrix": [1, 0], "x": 0, "y": 1},
  609. {"matrix": [1, 1], "x": 1, "y": 1},
  610. {"matrix": [1, 2], "x": 2, "y": 1},
  611. {"matrix": [1, 3], "x": 3, "y": 1},
  612. {"matrix": [1, 4], "x": 4, "y": 1},
  613. {"matrix": [1, 5], "x": 5, "y": 1},
  614. {"matrix": [1, 6], "x": 6, "y": 1},
  615. {"matrix": [1, 7], "x": 7, "y": 1},
  616. {"matrix": [1, 8], "x": 8, "y": 1},
  617. {"matrix": [1, 9], "x": 9, "y": 1},
  618. {"matrix": [1, 10], "x": 10, "y": 1},
  619. {"matrix": [1, 11], "x": 11, "y": 1},
  620. {"matrix": [1, 12], "x": 12, "y": 1},
  621. {"matrix": [1, 13], "x": 13, "y": 1},
  622. {"matrix": [1, 14], "x": 14, "y": 1},
  623. {"matrix": [1, 15], "x": 15, "y": 1},
  624. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  625. {"matrix": [2, 2], "x": 1.5, "y": 2},
  626. {"matrix": [2, 3], "x": 2.5, "y": 2},
  627. {"matrix": [2, 4], "x": 3.5, "y": 2},
  628. {"matrix": [2, 5], "x": 4.5, "y": 2},
  629. {"matrix": [2, 6], "x": 5.5, "y": 2},
  630. {"matrix": [2, 7], "x": 6.5, "y": 2},
  631. {"matrix": [2, 8], "x": 7.5, "y": 2},
  632. {"matrix": [2, 9], "x": 8.5, "y": 2},
  633. {"matrix": [2, 10], "x": 9.5, "y": 2},
  634. {"matrix": [2, 11], "x": 10.5, "y": 2},
  635. {"matrix": [2, 12], "x": 11.5, "y": 2},
  636. {"matrix": [2, 13], "x": 12.5, "y": 2},
  637. {"matrix": [2, 14], "x": 13.5, "y": 2, "w": 1.5},
  638. {"matrix": [2, 15], "x": 15, "y": 2},
  639. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  640. {"matrix": [3, 2], "x": 1.75, "y": 3},
  641. {"matrix": [3, 3], "x": 2.75, "y": 3},
  642. {"matrix": [3, 4], "x": 3.75, "y": 3},
  643. {"matrix": [3, 5], "x": 4.75, "y": 3},
  644. {"matrix": [3, 6], "x": 5.75, "y": 3},
  645. {"matrix": [3, 7], "x": 6.75, "y": 3},
  646. {"matrix": [3, 8], "x": 7.75, "y": 3},
  647. {"matrix": [3, 9], "x": 8.75, "y": 3},
  648. {"matrix": [3, 10], "x": 9.75, "y": 3},
  649. {"matrix": [3, 11], "x": 10.75, "y": 3},
  650. {"matrix": [3, 12], "x": 11.75, "y": 3},
  651. {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25},
  652. {"matrix": [3, 15], "x": 15, "y": 3},
  653. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
  654. {"matrix": [4, 2], "x": 2.25, "y": 4},
  655. {"matrix": [4, 3], "x": 3.25, "y": 4},
  656. {"matrix": [4, 4], "x": 4.25, "y": 4},
  657. {"matrix": [4, 5], "x": 5.25, "y": 4},
  658. {"matrix": [4, 6], "x": 6.25, "y": 4},
  659. {"matrix": [4, 7], "x": 7.25, "y": 4},
  660. {"matrix": [4, 8], "x": 8.25, "y": 4},
  661. {"matrix": [4, 9], "x": 9.25, "y": 4},
  662. {"matrix": [4, 10], "x": 10.25, "y": 4},
  663. {"matrix": [4, 11], "x": 11.25, "y": 4},
  664. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  665. {"matrix": [4, 14], "x": 14, "y": 4},
  666. {"matrix": [4, 15], "x": 15, "y": 4},
  667. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.5},
  668. {"matrix": [5, 1], "x": 1.5, "y": 5, "w": 1.5},
  669. {"matrix": [5, 6], "x": 3, "y": 5, "w": 7},
  670. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  671. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  672. {"matrix": [5, 13], "x": 13, "y": 5},
  673. {"matrix": [5, 14], "x": 14, "y": 5},
  674. {"matrix": [5, 15], "x": 15, "y": 5}
  675. ]
  676. },
  677. "LAYOUT_75_iso": {
  678. "layout": [
  679. {"matrix": [0, 0], "x": 0, "y": 0},
  680. {"matrix": [0, 1], "x": 1, "y": 0},
  681. {"matrix": [0, 2], "x": 2, "y": 0},
  682. {"matrix": [0, 3], "x": 3, "y": 0},
  683. {"matrix": [0, 4], "x": 4, "y": 0},
  684. {"matrix": [0, 5], "x": 5, "y": 0},
  685. {"matrix": [0, 6], "x": 6, "y": 0},
  686. {"matrix": [0, 7], "x": 7, "y": 0},
  687. {"matrix": [0, 8], "x": 8, "y": 0},
  688. {"matrix": [0, 9], "x": 9, "y": 0},
  689. {"matrix": [0, 10], "x": 10, "y": 0},
  690. {"matrix": [0, 11], "x": 11, "y": 0},
  691. {"matrix": [0, 12], "x": 12, "y": 0},
  692. {"matrix": [0, 13], "x": 13, "y": 0},
  693. {"matrix": [0, 14], "x": 14, "y": 0},
  694. {"matrix": [0, 15], "x": 15, "y": 0},
  695. {"matrix": [1, 0], "x": 0, "y": 1},
  696. {"matrix": [1, 1], "x": 1, "y": 1},
  697. {"matrix": [1, 2], "x": 2, "y": 1},
  698. {"matrix": [1, 3], "x": 3, "y": 1},
  699. {"matrix": [1, 4], "x": 4, "y": 1},
  700. {"matrix": [1, 5], "x": 5, "y": 1},
  701. {"matrix": [1, 6], "x": 6, "y": 1},
  702. {"matrix": [1, 7], "x": 7, "y": 1},
  703. {"matrix": [1, 8], "x": 8, "y": 1},
  704. {"matrix": [1, 9], "x": 9, "y": 1},
  705. {"matrix": [1, 10], "x": 10, "y": 1},
  706. {"matrix": [1, 11], "x": 11, "y": 1},
  707. {"matrix": [1, 12], "x": 12, "y": 1},
  708. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  709. {"matrix": [1, 15], "x": 15, "y": 1},
  710. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  711. {"matrix": [2, 2], "x": 1.5, "y": 2},
  712. {"matrix": [2, 3], "x": 2.5, "y": 2},
  713. {"matrix": [2, 4], "x": 3.5, "y": 2},
  714. {"matrix": [2, 5], "x": 4.5, "y": 2},
  715. {"matrix": [2, 6], "x": 5.5, "y": 2},
  716. {"matrix": [2, 7], "x": 6.5, "y": 2},
  717. {"matrix": [2, 8], "x": 7.5, "y": 2},
  718. {"matrix": [2, 9], "x": 8.5, "y": 2},
  719. {"matrix": [2, 10], "x": 9.5, "y": 2},
  720. {"matrix": [2, 11], "x": 10.5, "y": 2},
  721. {"matrix": [2, 12], "x": 11.5, "y": 2},
  722. {"matrix": [2, 13], "x": 12.5, "y": 2},
  723. {"matrix": [2, 15], "x": 15, "y": 2},
  724. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  725. {"matrix": [3, 2], "x": 1.75, "y": 3},
  726. {"matrix": [3, 3], "x": 2.75, "y": 3},
  727. {"matrix": [3, 4], "x": 3.75, "y": 3},
  728. {"matrix": [3, 5], "x": 4.75, "y": 3},
  729. {"matrix": [3, 6], "x": 5.75, "y": 3},
  730. {"matrix": [3, 7], "x": 6.75, "y": 3},
  731. {"matrix": [3, 8], "x": 7.75, "y": 3},
  732. {"matrix": [3, 9], "x": 8.75, "y": 3},
  733. {"matrix": [3, 10], "x": 9.75, "y": 3},
  734. {"matrix": [3, 11], "x": 10.75, "y": 3},
  735. {"matrix": [3, 12], "x": 11.75, "y": 3},
  736. {"matrix": [2, 14], "x": 12.75, "y": 3},
  737. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  738. {"matrix": [3, 15], "x": 15, "y": 3},
  739. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  740. {"matrix": [4, 1], "x": 1.25, "y": 4},
  741. {"matrix": [4, 2], "x": 2.25, "y": 4},
  742. {"matrix": [4, 3], "x": 3.25, "y": 4},
  743. {"matrix": [4, 4], "x": 4.25, "y": 4},
  744. {"matrix": [4, 5], "x": 5.25, "y": 4},
  745. {"matrix": [4, 6], "x": 6.25, "y": 4},
  746. {"matrix": [4, 7], "x": 7.25, "y": 4},
  747. {"matrix": [4, 8], "x": 8.25, "y": 4},
  748. {"matrix": [4, 9], "x": 9.25, "y": 4},
  749. {"matrix": [4, 10], "x": 10.25, "y": 4},
  750. {"matrix": [4, 11], "x": 11.25, "y": 4},
  751. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  752. {"matrix": [4, 14], "x": 14, "y": 4},
  753. {"matrix": [4, 15], "x": 15, "y": 4},
  754. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  755. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  756. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  757. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  758. {"matrix": [5, 10], "x": 10, "y": 5},
  759. {"matrix": [5, 11], "x": 11, "y": 5},
  760. {"matrix": [5, 12], "x": 12, "y": 5},
  761. {"matrix": [5, 13], "x": 13, "y": 5},
  762. {"matrix": [5, 14], "x": 14, "y": 5},
  763. {"matrix": [5, 15], "x": 15, "y": 5}
  764. ]
  765. },
  766. "LAYOUT_75_iso_split_bs": {
  767. "layout": [
  768. {"matrix": [0, 0], "x": 0, "y": 0},
  769. {"matrix": [0, 1], "x": 1, "y": 0},
  770. {"matrix": [0, 2], "x": 2, "y": 0},
  771. {"matrix": [0, 3], "x": 3, "y": 0},
  772. {"matrix": [0, 4], "x": 4, "y": 0},
  773. {"matrix": [0, 5], "x": 5, "y": 0},
  774. {"matrix": [0, 6], "x": 6, "y": 0},
  775. {"matrix": [0, 7], "x": 7, "y": 0},
  776. {"matrix": [0, 8], "x": 8, "y": 0},
  777. {"matrix": [0, 9], "x": 9, "y": 0},
  778. {"matrix": [0, 10], "x": 10, "y": 0},
  779. {"matrix": [0, 11], "x": 11, "y": 0},
  780. {"matrix": [0, 12], "x": 12, "y": 0},
  781. {"matrix": [0, 13], "x": 13, "y": 0},
  782. {"matrix": [0, 14], "x": 14, "y": 0},
  783. {"matrix": [0, 15], "x": 15, "y": 0},
  784. {"matrix": [1, 0], "x": 0, "y": 1},
  785. {"matrix": [1, 1], "x": 1, "y": 1},
  786. {"matrix": [1, 2], "x": 2, "y": 1},
  787. {"matrix": [1, 3], "x": 3, "y": 1},
  788. {"matrix": [1, 4], "x": 4, "y": 1},
  789. {"matrix": [1, 5], "x": 5, "y": 1},
  790. {"matrix": [1, 6], "x": 6, "y": 1},
  791. {"matrix": [1, 7], "x": 7, "y": 1},
  792. {"matrix": [1, 8], "x": 8, "y": 1},
  793. {"matrix": [1, 9], "x": 9, "y": 1},
  794. {"matrix": [1, 10], "x": 10, "y": 1},
  795. {"matrix": [1, 11], "x": 11, "y": 1},
  796. {"matrix": [1, 12], "x": 12, "y": 1},
  797. {"matrix": [1, 13], "x": 13, "y": 1},
  798. {"matrix": [1, 14], "x": 14, "y": 1},
  799. {"matrix": [1, 15], "x": 15, "y": 1},
  800. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  801. {"matrix": [2, 2], "x": 1.5, "y": 2},
  802. {"matrix": [2, 3], "x": 2.5, "y": 2},
  803. {"matrix": [2, 4], "x": 3.5, "y": 2},
  804. {"matrix": [2, 5], "x": 4.5, "y": 2},
  805. {"matrix": [2, 6], "x": 5.5, "y": 2},
  806. {"matrix": [2, 7], "x": 6.5, "y": 2},
  807. {"matrix": [2, 8], "x": 7.5, "y": 2},
  808. {"matrix": [2, 9], "x": 8.5, "y": 2},
  809. {"matrix": [2, 10], "x": 9.5, "y": 2},
  810. {"matrix": [2, 11], "x": 10.5, "y": 2},
  811. {"matrix": [2, 12], "x": 11.5, "y": 2},
  812. {"matrix": [2, 13], "x": 12.5, "y": 2},
  813. {"matrix": [2, 15], "x": 15, "y": 2},
  814. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  815. {"matrix": [3, 2], "x": 1.75, "y": 3},
  816. {"matrix": [3, 3], "x": 2.75, "y": 3},
  817. {"matrix": [3, 4], "x": 3.75, "y": 3},
  818. {"matrix": [3, 5], "x": 4.75, "y": 3},
  819. {"matrix": [3, 6], "x": 5.75, "y": 3},
  820. {"matrix": [3, 7], "x": 6.75, "y": 3},
  821. {"matrix": [3, 8], "x": 7.75, "y": 3},
  822. {"matrix": [3, 9], "x": 8.75, "y": 3},
  823. {"matrix": [3, 10], "x": 9.75, "y": 3},
  824. {"matrix": [3, 11], "x": 10.75, "y": 3},
  825. {"matrix": [3, 12], "x": 11.75, "y": 3},
  826. {"matrix": [2, 14], "x": 12.75, "y": 3},
  827. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  828. {"matrix": [3, 15], "x": 15, "y": 3},
  829. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  830. {"matrix": [4, 1], "x": 1.25, "y": 4},
  831. {"matrix": [4, 2], "x": 2.25, "y": 4},
  832. {"matrix": [4, 3], "x": 3.25, "y": 4},
  833. {"matrix": [4, 4], "x": 4.25, "y": 4},
  834. {"matrix": [4, 5], "x": 5.25, "y": 4},
  835. {"matrix": [4, 6], "x": 6.25, "y": 4},
  836. {"matrix": [4, 7], "x": 7.25, "y": 4},
  837. {"matrix": [4, 8], "x": 8.25, "y": 4},
  838. {"matrix": [4, 9], "x": 9.25, "y": 4},
  839. {"matrix": [4, 10], "x": 10.25, "y": 4},
  840. {"matrix": [4, 11], "x": 11.25, "y": 4},
  841. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  842. {"matrix": [4, 14], "x": 14, "y": 4},
  843. {"matrix": [4, 15], "x": 15, "y": 4},
  844. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  845. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  846. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  847. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  848. {"matrix": [5, 10], "x": 10, "y": 5},
  849. {"matrix": [5, 11], "x": 11, "y": 5},
  850. {"matrix": [5, 12], "x": 12, "y": 5},
  851. {"matrix": [5, 13], "x": 13, "y": 5},
  852. {"matrix": [5, 14], "x": 14, "y": 5},
  853. {"matrix": [5, 15], "x": 15, "y": 5}
  854. ]
  855. },
  856. "LAYOUT_75_iso_rwkl": {
  857. "layout": [
  858. {"matrix": [0, 0], "x": 0, "y": 0},
  859. {"matrix": [0, 1], "x": 1, "y": 0},
  860. {"matrix": [0, 2], "x": 2, "y": 0},
  861. {"matrix": [0, 3], "x": 3, "y": 0},
  862. {"matrix": [0, 4], "x": 4, "y": 0},
  863. {"matrix": [0, 5], "x": 5, "y": 0},
  864. {"matrix": [0, 6], "x": 6, "y": 0},
  865. {"matrix": [0, 7], "x": 7, "y": 0},
  866. {"matrix": [0, 8], "x": 8, "y": 0},
  867. {"matrix": [0, 9], "x": 9, "y": 0},
  868. {"matrix": [0, 10], "x": 10, "y": 0},
  869. {"matrix": [0, 11], "x": 11, "y": 0},
  870. {"matrix": [0, 12], "x": 12, "y": 0},
  871. {"matrix": [0, 13], "x": 13, "y": 0},
  872. {"matrix": [0, 14], "x": 14, "y": 0},
  873. {"matrix": [0, 15], "x": 15, "y": 0},
  874. {"matrix": [1, 0], "x": 0, "y": 1},
  875. {"matrix": [1, 1], "x": 1, "y": 1},
  876. {"matrix": [1, 2], "x": 2, "y": 1},
  877. {"matrix": [1, 3], "x": 3, "y": 1},
  878. {"matrix": [1, 4], "x": 4, "y": 1},
  879. {"matrix": [1, 5], "x": 5, "y": 1},
  880. {"matrix": [1, 6], "x": 6, "y": 1},
  881. {"matrix": [1, 7], "x": 7, "y": 1},
  882. {"matrix": [1, 8], "x": 8, "y": 1},
  883. {"matrix": [1, 9], "x": 9, "y": 1},
  884. {"matrix": [1, 10], "x": 10, "y": 1},
  885. {"matrix": [1, 11], "x": 11, "y": 1},
  886. {"matrix": [1, 12], "x": 12, "y": 1},
  887. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  888. {"matrix": [1, 15], "x": 15, "y": 1},
  889. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  890. {"matrix": [2, 2], "x": 1.5, "y": 2},
  891. {"matrix": [2, 3], "x": 2.5, "y": 2},
  892. {"matrix": [2, 4], "x": 3.5, "y": 2},
  893. {"matrix": [2, 5], "x": 4.5, "y": 2},
  894. {"matrix": [2, 6], "x": 5.5, "y": 2},
  895. {"matrix": [2, 7], "x": 6.5, "y": 2},
  896. {"matrix": [2, 8], "x": 7.5, "y": 2},
  897. {"matrix": [2, 9], "x": 8.5, "y": 2},
  898. {"matrix": [2, 10], "x": 9.5, "y": 2},
  899. {"matrix": [2, 11], "x": 10.5, "y": 2},
  900. {"matrix": [2, 12], "x": 11.5, "y": 2},
  901. {"matrix": [2, 13], "x": 12.5, "y": 2},
  902. {"matrix": [2, 15], "x": 15, "y": 2},
  903. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  904. {"matrix": [3, 2], "x": 1.75, "y": 3},
  905. {"matrix": [3, 3], "x": 2.75, "y": 3},
  906. {"matrix": [3, 4], "x": 3.75, "y": 3},
  907. {"matrix": [3, 5], "x": 4.75, "y": 3},
  908. {"matrix": [3, 6], "x": 5.75, "y": 3},
  909. {"matrix": [3, 7], "x": 6.75, "y": 3},
  910. {"matrix": [3, 8], "x": 7.75, "y": 3},
  911. {"matrix": [3, 9], "x": 8.75, "y": 3},
  912. {"matrix": [3, 10], "x": 9.75, "y": 3},
  913. {"matrix": [3, 11], "x": 10.75, "y": 3},
  914. {"matrix": [3, 12], "x": 11.75, "y": 3},
  915. {"matrix": [2, 14], "x": 12.75, "y": 3},
  916. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  917. {"matrix": [3, 15], "x": 15, "y": 3},
  918. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  919. {"matrix": [4, 1], "x": 1.25, "y": 4},
  920. {"matrix": [4, 2], "x": 2.25, "y": 4},
  921. {"matrix": [4, 3], "x": 3.25, "y": 4},
  922. {"matrix": [4, 4], "x": 4.25, "y": 4},
  923. {"matrix": [4, 5], "x": 5.25, "y": 4},
  924. {"matrix": [4, 6], "x": 6.25, "y": 4},
  925. {"matrix": [4, 7], "x": 7.25, "y": 4},
  926. {"matrix": [4, 8], "x": 8.25, "y": 4},
  927. {"matrix": [4, 9], "x": 9.25, "y": 4},
  928. {"matrix": [4, 10], "x": 10.25, "y": 4},
  929. {"matrix": [4, 11], "x": 11.25, "y": 4},
  930. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  931. {"matrix": [4, 14], "x": 14, "y": 4},
  932. {"matrix": [4, 15], "x": 15, "y": 4},
  933. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  934. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  935. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  936. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  937. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  938. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  939. {"matrix": [5, 13], "x": 13, "y": 5},
  940. {"matrix": [5, 14], "x": 14, "y": 5},
  941. {"matrix": [5, 15], "x": 15, "y": 5}
  942. ]
  943. },
  944. "LAYOUT_75_iso_rwkl_split_bs": {
  945. "layout": [
  946. {"matrix": [0, 0], "x": 0, "y": 0},
  947. {"matrix": [0, 1], "x": 1, "y": 0},
  948. {"matrix": [0, 2], "x": 2, "y": 0},
  949. {"matrix": [0, 3], "x": 3, "y": 0},
  950. {"matrix": [0, 4], "x": 4, "y": 0},
  951. {"matrix": [0, 5], "x": 5, "y": 0},
  952. {"matrix": [0, 6], "x": 6, "y": 0},
  953. {"matrix": [0, 7], "x": 7, "y": 0},
  954. {"matrix": [0, 8], "x": 8, "y": 0},
  955. {"matrix": [0, 9], "x": 9, "y": 0},
  956. {"matrix": [0, 10], "x": 10, "y": 0},
  957. {"matrix": [0, 11], "x": 11, "y": 0},
  958. {"matrix": [0, 12], "x": 12, "y": 0},
  959. {"matrix": [0, 13], "x": 13, "y": 0},
  960. {"matrix": [0, 14], "x": 14, "y": 0},
  961. {"matrix": [0, 15], "x": 15, "y": 0},
  962. {"matrix": [1, 0], "x": 0, "y": 1},
  963. {"matrix": [1, 1], "x": 1, "y": 1},
  964. {"matrix": [1, 2], "x": 2, "y": 1},
  965. {"matrix": [1, 3], "x": 3, "y": 1},
  966. {"matrix": [1, 4], "x": 4, "y": 1},
  967. {"matrix": [1, 5], "x": 5, "y": 1},
  968. {"matrix": [1, 6], "x": 6, "y": 1},
  969. {"matrix": [1, 7], "x": 7, "y": 1},
  970. {"matrix": [1, 8], "x": 8, "y": 1},
  971. {"matrix": [1, 9], "x": 9, "y": 1},
  972. {"matrix": [1, 10], "x": 10, "y": 1},
  973. {"matrix": [1, 11], "x": 11, "y": 1},
  974. {"matrix": [1, 12], "x": 12, "y": 1},
  975. {"matrix": [1, 13], "x": 13, "y": 1},
  976. {"matrix": [1, 14], "x": 14, "y": 1},
  977. {"matrix": [1, 15], "x": 15, "y": 1},
  978. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  979. {"matrix": [2, 2], "x": 1.5, "y": 2},
  980. {"matrix": [2, 3], "x": 2.5, "y": 2},
  981. {"matrix": [2, 4], "x": 3.5, "y": 2},
  982. {"matrix": [2, 5], "x": 4.5, "y": 2},
  983. {"matrix": [2, 6], "x": 5.5, "y": 2},
  984. {"matrix": [2, 7], "x": 6.5, "y": 2},
  985. {"matrix": [2, 8], "x": 7.5, "y": 2},
  986. {"matrix": [2, 9], "x": 8.5, "y": 2},
  987. {"matrix": [2, 10], "x": 9.5, "y": 2},
  988. {"matrix": [2, 11], "x": 10.5, "y": 2},
  989. {"matrix": [2, 12], "x": 11.5, "y": 2},
  990. {"matrix": [2, 13], "x": 12.5, "y": 2},
  991. {"matrix": [2, 15], "x": 15, "y": 2},
  992. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  993. {"matrix": [3, 2], "x": 1.75, "y": 3},
  994. {"matrix": [3, 3], "x": 2.75, "y": 3},
  995. {"matrix": [3, 4], "x": 3.75, "y": 3},
  996. {"matrix": [3, 5], "x": 4.75, "y": 3},
  997. {"matrix": [3, 6], "x": 5.75, "y": 3},
  998. {"matrix": [3, 7], "x": 6.75, "y": 3},
  999. {"matrix": [3, 8], "x": 7.75, "y": 3},
  1000. {"matrix": [3, 9], "x": 8.75, "y": 3},
  1001. {"matrix": [3, 10], "x": 9.75, "y": 3},
  1002. {"matrix": [3, 11], "x": 10.75, "y": 3},
  1003. {"matrix": [3, 12], "x": 11.75, "y": 3},
  1004. {"matrix": [2, 14], "x": 12.75, "y": 3},
  1005. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  1006. {"matrix": [3, 15], "x": 15, "y": 3},
  1007. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  1008. {"matrix": [4, 1], "x": 1.25, "y": 4},
  1009. {"matrix": [4, 2], "x": 2.25, "y": 4},
  1010. {"matrix": [4, 3], "x": 3.25, "y": 4},
  1011. {"matrix": [4, 4], "x": 4.25, "y": 4},
  1012. {"matrix": [4, 5], "x": 5.25, "y": 4},
  1013. {"matrix": [4, 6], "x": 6.25, "y": 4},
  1014. {"matrix": [4, 7], "x": 7.25, "y": 4},
  1015. {"matrix": [4, 8], "x": 8.25, "y": 4},
  1016. {"matrix": [4, 9], "x": 9.25, "y": 4},
  1017. {"matrix": [4, 10], "x": 10.25, "y": 4},
  1018. {"matrix": [4, 11], "x": 11.25, "y": 4},
  1019. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  1020. {"matrix": [4, 14], "x": 14, "y": 4},
  1021. {"matrix": [4, 15], "x": 15, "y": 4},
  1022. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
  1023. {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
  1024. {"matrix": [5, 3], "x": 2.5, "y": 5, "w": 1.25},
  1025. {"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
  1026. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  1027. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  1028. {"matrix": [5, 13], "x": 13, "y": 5},
  1029. {"matrix": [5, 14], "x": 14, "y": 5},
  1030. {"matrix": [5, 15], "x": 15, "y": 5}
  1031. ]
  1032. },
  1033. "LAYOUT_75_iso_wkl": {
  1034. "layout": [
  1035. {"matrix": [0, 0], "x": 0, "y": 0},
  1036. {"matrix": [0, 1], "x": 1, "y": 0},
  1037. {"matrix": [0, 2], "x": 2, "y": 0},
  1038. {"matrix": [0, 3], "x": 3, "y": 0},
  1039. {"matrix": [0, 4], "x": 4, "y": 0},
  1040. {"matrix": [0, 5], "x": 5, "y": 0},
  1041. {"matrix": [0, 6], "x": 6, "y": 0},
  1042. {"matrix": [0, 7], "x": 7, "y": 0},
  1043. {"matrix": [0, 8], "x": 8, "y": 0},
  1044. {"matrix": [0, 9], "x": 9, "y": 0},
  1045. {"matrix": [0, 10], "x": 10, "y": 0},
  1046. {"matrix": [0, 11], "x": 11, "y": 0},
  1047. {"matrix": [0, 12], "x": 12, "y": 0},
  1048. {"matrix": [0, 13], "x": 13, "y": 0},
  1049. {"matrix": [0, 14], "x": 14, "y": 0},
  1050. {"matrix": [0, 15], "x": 15, "y": 0},
  1051. {"matrix": [1, 0], "x": 0, "y": 1},
  1052. {"matrix": [1, 1], "x": 1, "y": 1},
  1053. {"matrix": [1, 2], "x": 2, "y": 1},
  1054. {"matrix": [1, 3], "x": 3, "y": 1},
  1055. {"matrix": [1, 4], "x": 4, "y": 1},
  1056. {"matrix": [1, 5], "x": 5, "y": 1},
  1057. {"matrix": [1, 6], "x": 6, "y": 1},
  1058. {"matrix": [1, 7], "x": 7, "y": 1},
  1059. {"matrix": [1, 8], "x": 8, "y": 1},
  1060. {"matrix": [1, 9], "x": 9, "y": 1},
  1061. {"matrix": [1, 10], "x": 10, "y": 1},
  1062. {"matrix": [1, 11], "x": 11, "y": 1},
  1063. {"matrix": [1, 12], "x": 12, "y": 1},
  1064. {"matrix": [1, 14], "x": 13, "y": 1, "w": 2},
  1065. {"matrix": [1, 15], "x": 15, "y": 1},
  1066. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  1067. {"matrix": [2, 2], "x": 1.5, "y": 2},
  1068. {"matrix": [2, 3], "x": 2.5, "y": 2},
  1069. {"matrix": [2, 4], "x": 3.5, "y": 2},
  1070. {"matrix": [2, 5], "x": 4.5, "y": 2},
  1071. {"matrix": [2, 6], "x": 5.5, "y": 2},
  1072. {"matrix": [2, 7], "x": 6.5, "y": 2},
  1073. {"matrix": [2, 8], "x": 7.5, "y": 2},
  1074. {"matrix": [2, 9], "x": 8.5, "y": 2},
  1075. {"matrix": [2, 10], "x": 9.5, "y": 2},
  1076. {"matrix": [2, 11], "x": 10.5, "y": 2},
  1077. {"matrix": [2, 12], "x": 11.5, "y": 2},
  1078. {"matrix": [2, 13], "x": 12.5, "y": 2},
  1079. {"matrix": [2, 15], "x": 15, "y": 2},
  1080. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  1081. {"matrix": [3, 2], "x": 1.75, "y": 3},
  1082. {"matrix": [3, 3], "x": 2.75, "y": 3},
  1083. {"matrix": [3, 4], "x": 3.75, "y": 3},
  1084. {"matrix": [3, 5], "x": 4.75, "y": 3},
  1085. {"matrix": [3, 6], "x": 5.75, "y": 3},
  1086. {"matrix": [3, 7], "x": 6.75, "y": 3},
  1087. {"matrix": [3, 8], "x": 7.75, "y": 3},
  1088. {"matrix": [3, 9], "x": 8.75, "y": 3},
  1089. {"matrix": [3, 10], "x": 9.75, "y": 3},
  1090. {"matrix": [3, 11], "x": 10.75, "y": 3},
  1091. {"matrix": [3, 12], "x": 11.75, "y": 3},
  1092. {"matrix": [2, 14], "x": 12.75, "y": 3},
  1093. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  1094. {"matrix": [3, 15], "x": 15, "y": 3},
  1095. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  1096. {"matrix": [4, 1], "x": 1.25, "y": 4},
  1097. {"matrix": [4, 2], "x": 2.25, "y": 4},
  1098. {"matrix": [4, 3], "x": 3.25, "y": 4},
  1099. {"matrix": [4, 4], "x": 4.25, "y": 4},
  1100. {"matrix": [4, 5], "x": 5.25, "y": 4},
  1101. {"matrix": [4, 6], "x": 6.25, "y": 4},
  1102. {"matrix": [4, 7], "x": 7.25, "y": 4},
  1103. {"matrix": [4, 8], "x": 8.25, "y": 4},
  1104. {"matrix": [4, 9], "x": 9.25, "y": 4},
  1105. {"matrix": [4, 10], "x": 10.25, "y": 4},
  1106. {"matrix": [4, 11], "x": 11.25, "y": 4},
  1107. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  1108. {"matrix": [4, 14], "x": 14, "y": 4},
  1109. {"matrix": [4, 15], "x": 15, "y": 4},
  1110. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.5},
  1111. {"matrix": [5, 1], "x": 1.5, "y": 5, "w": 1.5},
  1112. {"matrix": [5, 6], "x": 3, "y": 5, "w": 7},
  1113. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  1114. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  1115. {"matrix": [5, 13], "x": 13, "y": 5},
  1116. {"matrix": [5, 14], "x": 14, "y": 5},
  1117. {"matrix": [5, 15], "x": 15, "y": 5}
  1118. ]
  1119. },
  1120. "LAYOUT_75_iso_wkl_split_bs": {
  1121. "layout": [
  1122. {"matrix": [0, 0], "x": 0, "y": 0},
  1123. {"matrix": [0, 1], "x": 1, "y": 0},
  1124. {"matrix": [0, 2], "x": 2, "y": 0},
  1125. {"matrix": [0, 3], "x": 3, "y": 0},
  1126. {"matrix": [0, 4], "x": 4, "y": 0},
  1127. {"matrix": [0, 5], "x": 5, "y": 0},
  1128. {"matrix": [0, 6], "x": 6, "y": 0},
  1129. {"matrix": [0, 7], "x": 7, "y": 0},
  1130. {"matrix": [0, 8], "x": 8, "y": 0},
  1131. {"matrix": [0, 9], "x": 9, "y": 0},
  1132. {"matrix": [0, 10], "x": 10, "y": 0},
  1133. {"matrix": [0, 11], "x": 11, "y": 0},
  1134. {"matrix": [0, 12], "x": 12, "y": 0},
  1135. {"matrix": [0, 13], "x": 13, "y": 0},
  1136. {"matrix": [0, 14], "x": 14, "y": 0},
  1137. {"matrix": [0, 15], "x": 15, "y": 0},
  1138. {"matrix": [1, 0], "x": 0, "y": 1},
  1139. {"matrix": [1, 1], "x": 1, "y": 1},
  1140. {"matrix": [1, 2], "x": 2, "y": 1},
  1141. {"matrix": [1, 3], "x": 3, "y": 1},
  1142. {"matrix": [1, 4], "x": 4, "y": 1},
  1143. {"matrix": [1, 5], "x": 5, "y": 1},
  1144. {"matrix": [1, 6], "x": 6, "y": 1},
  1145. {"matrix": [1, 7], "x": 7, "y": 1},
  1146. {"matrix": [1, 8], "x": 8, "y": 1},
  1147. {"matrix": [1, 9], "x": 9, "y": 1},
  1148. {"matrix": [1, 10], "x": 10, "y": 1},
  1149. {"matrix": [1, 11], "x": 11, "y": 1},
  1150. {"matrix": [1, 12], "x": 12, "y": 1},
  1151. {"matrix": [1, 13], "x": 13, "y": 1},
  1152. {"matrix": [1, 14], "x": 14, "y": 1},
  1153. {"matrix": [1, 15], "x": 15, "y": 1},
  1154. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
  1155. {"matrix": [2, 2], "x": 1.5, "y": 2},
  1156. {"matrix": [2, 3], "x": 2.5, "y": 2},
  1157. {"matrix": [2, 4], "x": 3.5, "y": 2},
  1158. {"matrix": [2, 5], "x": 4.5, "y": 2},
  1159. {"matrix": [2, 6], "x": 5.5, "y": 2},
  1160. {"matrix": [2, 7], "x": 6.5, "y": 2},
  1161. {"matrix": [2, 8], "x": 7.5, "y": 2},
  1162. {"matrix": [2, 9], "x": 8.5, "y": 2},
  1163. {"matrix": [2, 10], "x": 9.5, "y": 2},
  1164. {"matrix": [2, 11], "x": 10.5, "y": 2},
  1165. {"matrix": [2, 12], "x": 11.5, "y": 2},
  1166. {"matrix": [2, 13], "x": 12.5, "y": 2},
  1167. {"matrix": [2, 15], "x": 15, "y": 2},
  1168. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  1169. {"matrix": [3, 2], "x": 1.75, "y": 3},
  1170. {"matrix": [3, 3], "x": 2.75, "y": 3},
  1171. {"matrix": [3, 4], "x": 3.75, "y": 3},
  1172. {"matrix": [3, 5], "x": 4.75, "y": 3},
  1173. {"matrix": [3, 6], "x": 5.75, "y": 3},
  1174. {"matrix": [3, 7], "x": 6.75, "y": 3},
  1175. {"matrix": [3, 8], "x": 7.75, "y": 3},
  1176. {"matrix": [3, 9], "x": 8.75, "y": 3},
  1177. {"matrix": [3, 10], "x": 9.75, "y": 3},
  1178. {"matrix": [3, 11], "x": 10.75, "y": 3},
  1179. {"matrix": [3, 12], "x": 11.75, "y": 3},
  1180. {"matrix": [2, 14], "x": 12.75, "y": 3},
  1181. {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2},
  1182. {"matrix": [3, 15], "x": 15, "y": 3},
  1183. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  1184. {"matrix": [4, 1], "x": 1.25, "y": 4},
  1185. {"matrix": [4, 2], "x": 2.25, "y": 4},
  1186. {"matrix": [4, 3], "x": 3.25, "y": 4},
  1187. {"matrix": [4, 4], "x": 4.25, "y": 4},
  1188. {"matrix": [4, 5], "x": 5.25, "y": 4},
  1189. {"matrix": [4, 6], "x": 6.25, "y": 4},
  1190. {"matrix": [4, 7], "x": 7.25, "y": 4},
  1191. {"matrix": [4, 8], "x": 8.25, "y": 4},
  1192. {"matrix": [4, 9], "x": 9.25, "y": 4},
  1193. {"matrix": [4, 10], "x": 10.25, "y": 4},
  1194. {"matrix": [4, 11], "x": 11.25, "y": 4},
  1195. {"matrix": [4, 13], "x": 12.25, "y": 4, "w": 1.75},
  1196. {"matrix": [4, 14], "x": 14, "y": 4},
  1197. {"matrix": [4, 15], "x": 15, "y": 4},
  1198. {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.5},
  1199. {"matrix": [5, 1], "x": 1.5, "y": 5, "w": 1.5},
  1200. {"matrix": [5, 6], "x": 3, "y": 5, "w": 7},
  1201. {"matrix": [5, 10], "x": 10, "y": 5, "w": 1.5},
  1202. {"matrix": [5, 12], "x": 11.5, "y": 5, "w": 1.5},
  1203. {"matrix": [5, 13], "x": 13, "y": 5},
  1204. {"matrix": [5, 14], "x": 14, "y": 5},
  1205. {"matrix": [5, 15], "x": 15, "y": 5}
  1206. ]
  1207. }
  1208. }
  1209. }