From a84528f85392ccab60fd7130fecb83972539367f Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 15 Apr 2023 21:07:32 +1000 Subject: Move remaining `LAYOUT`s to data driven (#20422) --- keyboards/blaster75/blaster75.h | 97 ----------- keyboards/blaster75/info.json | 352 +++++++++++++++++++++------------------- 2 files changed, 181 insertions(+), 268 deletions(-) delete mode 100644 keyboards/blaster75/blaster75.h (limited to 'keyboards/blaster75') diff --git a/keyboards/blaster75/blaster75.h b/keyboards/blaster75/blaster75.h deleted file mode 100644 index 4bf63f7fa0..0000000000 --- a/keyboards/blaster75/blaster75.h +++ /dev/null @@ -1,97 +0,0 @@ -/* Copyright 2021 Altain - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -#include "quantum.h" - - -/* This section is to help viewers visually clarify the physical layout of Blaster 75 PCB. - -ANSI Layout : - * ,---------------------------------------------------------------- - * | ESC| F1| F2| F3| F4| F5| F6| F7| F8| F9| F10| F11| F12|PSC|INS| - * ,---------------------------------------------------------------| - * | ` |1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | + | BKSPC |HOME| - * |---------------------------------------------------------------| - * | TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | DEL| - * |---------------------------------------------------------------| - * | CTRL | A | S | D | F | G | H | J | K | L | ; | ' | ENTER| END| - * |---------------------------------------------------------------| - * | LSHIFT | Z | X | C | V | B | N | M | , | . | / |RSHFT | ↑ | | - * |---------------------------------------------------------------| - * |LCTL|LWIN|LALT| 6.25U SPACE |RALT|RCTL| ← | ↓ | → | - * `---------------------------------------------------------------- - * - * - - -7U Spacebar Layout : - * ,---------------------------------------------------------------- - * | ESC| F1| F2| F3| F4| F5| F6| F7| F8| F9| F10| F11| F12|PSC|INS| - * ,---------------------------------------------------------------| - * | ` |1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | + | BKSPC |HOME| - * |---------------------------------------------------------------| - * | TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | DEL| - * |---------------------------------------------------------------| - * | CTRL | A | S | D | F | G | H | J | K | L | ; | ' | ENTER| END| - * |---------------------------------------------------------------| - * | LSHIFT | Z | X | C | V | B | N | M | , | . | / |RSHFT | ↑ | | - * |---------------------------------------------------------------| - * | LCTL |LWIN| LALT | 7U SPACE | RCTL | ← | ↓ | → | - * `---------------------------------------------------------------- - * - * */ - -#define XXX KC_NO - -// BLASTER75 DEFAULT ANSI LAYOUT -// 6.25U SPACEBAR -// BOTTOM ROW 1.25 , 1.25 , 1.25 , 6.25 , 1.25 , 1.25 CONFIGURATION -#define LAYOUT( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, \ - K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, \ - K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4B, K4C, K4D, \ - K50, K51, K52, K55, K59, K5B, K5C, K5D, K5E \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E }, \ - { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, XXX, K3E }, \ - { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, XXX, K4B, K4C, K4D, XXX }, \ - { K50, K51, K52, XXX, XXX, K55, XXX, XXX, XXX, K59, XXX, K5B, K5C, K5D, K5E } \ -} - -// BLASTER75 7U LAYOUT -// 7U SPACEBAR -// BOTTOM ROW 1.5 , 1 , 1.5 , 7 , 1.5 CONFIGURATION -#define LAYOUT_7u( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, \ - K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, \ - K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4B, K4C, K4D, \ - K50, K51, K52, K55, K5B, K5C, K5D, K5E \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E }, \ - { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, XXX, K3E }, \ - { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, XXX, K4B, K4C, K4D, XXX }, \ - { K50, K51, K52, XXX, XXX, K55, XXX, XXX, XXX, XXX, XXX, K5B, K5C, K5D, K5E } \ -} diff --git a/keyboards/blaster75/info.json b/keyboards/blaster75/info.json index e357422b62..71d2fee97c 100644 --- a/keyboards/blaster75/info.json +++ b/keyboards/blaster75/info.json @@ -18,181 +18,191 @@ "layouts": { "LAYOUT": { "layout": [ - {"label": "ESC", "y": 0,"x": 0}, - {"label": "F1", "y": 0,"x": 1.25}, - {"label": "F2", "y": 0,"x": 2.25}, - {"label": "F3", "y": 0,"x": 3.25}, - {"label": "F4", "y": 0,"x": 4.25}, - {"label": "F5", "y": 0,"x": 5.5}, - {"label": "F6", "y": 0,"x": 6.5}, - {"label": "F7", "y": 0,"x": 7.5}, - {"label": "F8", "y": 0,"x": 8.5}, - {"label": "F9", "y": 0,"x": 9.75}, - {"label": "F10", "y": 0,"x": 10.75}, - {"label": "F11", "y": 0,"x": 11.75}, - {"label": "F12", "y": 0,"x": 12.75}, - {"label": "PrtSc", "y": 0,"x": 14}, - {"label": "INS", "y": 0,"x": 15}, - - {"label": "~", "y": 1.25,"x": 0}, - {"label": "!", "y": 1.25,"x": 1}, - {"label": "@", "y": 1.25,"x": 2}, - {"label": "#", "y": 1.25,"x": 3}, - {"label": "$", "y": 1.25,"x": 4}, - {"label": "%", "y": 1.25,"x": 5}, - {"label": "^", "y": 1.25,"x": 6}, - {"label": "&", "y": 1.25,"x": 7}, - {"label": "*", "y": 1.25,"x": 8}, - {"label": "(", "y": 1.25,"x": 9}, - {"label": ")", "y": 1.25,"x": 10}, - {"label": "_", "y": 1.25,"x": 11}, - {"label": "+", "y": 1.25,"x": 12}, - {"label": "Backspace", "y": 1.25,"x": 13, "w": 2}, - {"label": "Home", "y": 1.25,"x": 15}, - - {"label": "Tab", "y": 2.25,"x": 0, "w": 1.5}, - {"label": "Q", "y": 2.25,"x": 1.5}, - {"label": "W", "y": 2.25,"x": 2.5}, - {"label": "E", "y": 2.25,"x": 3.5}, - {"label": "R", "y": 2.25,"x": 4.5}, - {"label": "T", "y": 2.25,"x": 5.5}, - {"label": "Y", "y": 2.25,"x": 6.5}, - {"label": "U", "y": 2.25,"x": 7.5}, - {"label": "I", "y": 2.25,"x": 8.5}, - {"label": "O", "y": 2.25,"x": 9.5}, - {"label": "P", "y": 2.25,"x": 10.5}, - {"label": "{", "y": 2.25,"x": 11.5}, - {"label": "}", "y": 2.25,"x": 12.5}, - {"label": "|", "y": 2.25,"x": 13.5, "w": 1.5}, - {"label": "Del", "y": 2.25,"x": 15}, - - {"label": "Caps Lock", "y": 3.25,"x": 0, "w": 1.75}, - {"label": "A", "y": 3.25,"x": 1.75}, - {"label": "S", "y": 3.25,"x": 2.75}, - {"label": "D", "y": 3.25,"x": 3.75}, - {"label": "F", "y": 3.25,"x": 4.75}, - {"label": "G", "y": 3.25,"x": 5.75}, - {"label": "H", "y": 3.25,"x": 6.75}, - {"label": "J", "y": 3.25,"x": 7.75}, - {"label": "K", "y": 3.25,"x": 8.75}, - {"label": "L", "y": 3.25,"x": 9.75}, - {"label": ":", "y": 3.25,"x": 10.75}, - {"label": "\"", "y": 3.25,"x": 11.75}, - {"label": "Enter", "y": 3.25,"x": 12.75, "w": 2.25}, - {"label": "End", "y": 3.25,"x": 15}, - - {"label": "Shift", "y": 4.25,"x": 0, "w": 2.25}, - {"label": "Z", "y": 4.25,"x": 2.25}, - {"label": "X", "y": 4.25,"x": 3.25}, - {"label": "C", "y": 4.25,"x": 4.25}, - {"label": "V", "y": 4.25,"x": 5.25}, - {"label": "B", "y": 4.25,"x": 6.25}, - {"label": "N", "y": 4.25,"x": 7.25}, - {"label": "M", "y": 4.25,"x": 8.25}, - {"label": "<", "y": 4.25,"x": 9.25}, - {"label": ">", "y": 4.25,"x": 10.25}, - {"label": "?", "y": 4.25,"x": 11.25}, - {"label": "Shift", "y": 4.25,"x": 12.25, "w": 1.75}, - {"label": "\u2191", "y": 4.25,"x": 14}, - - {"label":"Ctrl", "y":5.25, "x":0, "w":1.25}, - {"label":"Win", "y":5.25, "x":1.25, "w": 1.25}, - {"label":"Alt", "y":5.25, "x":2.5, "w":1.25}, - {"label":"Spacebar", "y":5.25, "x":3.75, "w":6.25}, - {"label":"Win", "y":5.25, "x":10, "w":1.25}, - {"label":"Alt", "y":5.25, "x":11.25, "w":1.25}, - {"label":"\u2190", "y":5.25, "x":13}, - {"label":"\u2193", "y":5.25, "x":14}, - {"label":"\u2192", "y":5.25, "x":15} + {"matrix": [0, 0], "x": 0, "y": 0}, + + {"matrix": [0, 1], "x": 1.25, "y": 0}, + {"matrix": [0, 2], "x": 2.25, "y": 0}, + {"matrix": [0, 3], "x": 3.25, "y": 0}, + {"matrix": [0, 4], "x": 4.25, "y": 0}, + + {"matrix": [0, 5], "x": 5.5, "y": 0}, + {"matrix": [0, 6], "x": 6.5, "y": 0}, + {"matrix": [0, 7], "x": 7.5, "y": 0}, + {"matrix": [0, 8], "x": 8.5, "y": 0}, + + {"matrix": [0, 9], "x": 9.75, "y": 0}, + {"matrix": [0, 10], "x": 10.75, "y": 0}, + {"matrix": [0, 11], "x": 11.75, "y": 0}, + {"matrix": [0, 12], "x": 12.75, "y": 0}, + + {"matrix": [0, 13], "x": 14, "y": 0}, + {"matrix": [0, 14], "x": 15, "y": 0}, + + {"matrix": [1, 0], "x": 0, "y": 1.25}, + {"matrix": [1, 1], "x": 1, "y": 1.25}, + {"matrix": [1, 2], "x": 2, "y": 1.25}, + {"matrix": [1, 3], "x": 3, "y": 1.25}, + {"matrix": [1, 4], "x": 4, "y": 1.25}, + {"matrix": [1, 5], "x": 5, "y": 1.25}, + {"matrix": [1, 6], "x": 6, "y": 1.25}, + {"matrix": [1, 7], "x": 7, "y": 1.25}, + {"matrix": [1, 8], "x": 8, "y": 1.25}, + {"matrix": [1, 9], "x": 9, "y": 1.25}, + {"matrix": [1, 10], "x": 10, "y": 1.25}, + {"matrix": [1, 11], "x": 11, "y": 1.25}, + {"matrix": [1, 12], "x": 12, "y": 1.25}, + {"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2}, + {"matrix": [1, 14], "x": 15, "y": 1.25}, + + {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5}, + {"matrix": [2, 1], "x": 1.5, "y": 2.25}, + {"matrix": [2, 2], "x": 2.5, "y": 2.25}, + {"matrix": [2, 3], "x": 3.5, "y": 2.25}, + {"matrix": [2, 4], "x": 4.5, "y": 2.25}, + {"matrix": [2, 5], "x": 5.5, "y": 2.25}, + {"matrix": [2, 6], "x": 6.5, "y": 2.25}, + {"matrix": [2, 7], "x": 7.5, "y": 2.25}, + {"matrix": [2, 8], "x": 8.5, "y": 2.25}, + {"matrix": [2, 9], "x": 9.5, "y": 2.25}, + {"matrix": [2, 10], "x": 10.5, "y": 2.25}, + {"matrix": [2, 11], "x": 11.5, "y": 2.25}, + {"matrix": [2, 12], "x": 12.5, "y": 2.25}, + {"matrix": [2, 13], "x": 13.5, "y": 2.25, "w": 1.5}, + {"matrix": [2, 14], "x": 15, "y": 2.25}, + + {"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75}, + {"matrix": [3, 1], "x": 1.75, "y": 3.25}, + {"matrix": [3, 2], "x": 2.75, "y": 3.25}, + {"matrix": [3, 3], "x": 3.75, "y": 3.25}, + {"matrix": [3, 4], "x": 4.75, "y": 3.25}, + {"matrix": [3, 5], "x": 5.75, "y": 3.25}, + {"matrix": [3, 6], "x": 6.75, "y": 3.25}, + {"matrix": [3, 7], "x": 7.75, "y": 3.25}, + {"matrix": [3, 8], "x": 8.75, "y": 3.25}, + {"matrix": [3, 9], "x": 9.75, "y": 3.25}, + {"matrix": [3, 10], "x": 10.75, "y": 3.25}, + {"matrix": [3, 11], "x": 11.75, "y": 3.25}, + {"matrix": [3, 12], "x": 12.75, "y": 3.25, "w": 2.25}, + {"matrix": [3, 14], "x": 15, "y": 3.25}, + + {"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25}, + {"matrix": [4, 1], "x": 2.25, "y": 4.25}, + {"matrix": [4, 2], "x": 3.25, "y": 4.25}, + {"matrix": [4, 3], "x": 4.25, "y": 4.25}, + {"matrix": [4, 4], "x": 5.25, "y": 4.25}, + {"matrix": [4, 5], "x": 6.25, "y": 4.25}, + {"matrix": [4, 6], "x": 7.25, "y": 4.25}, + {"matrix": [4, 7], "x": 8.25, "y": 4.25}, + {"matrix": [4, 8], "x": 9.25, "y": 4.25}, + {"matrix": [4, 9], "x": 10.25, "y": 4.25}, + {"matrix": [4, 11], "x": 11.25, "y": 4.25}, + {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, + {"matrix": [4, 13], "x": 14, "y": 4.25}, + + {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25}, + {"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25}, + {"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.25}, + {"matrix": [5, 5], "x": 3.75, "y": 5.25, "w": 6.25}, + {"matrix": [5, 9], "x": 10, "y": 5.25, "w": 1.25}, + {"matrix": [5, 11], "x": 11.25, "y": 5.25, "w": 1.25}, + + {"matrix": [5, 12], "x": 13, "y": 5.25}, + {"matrix": [5, 13], "x": 14, "y": 5.25}, + {"matrix": [5, 14], "x": 15, "y": 5.25} ] }, "LAYOUT_7u": { "layout": [ - {"label": "ESC", "y": 0,"x": 0}, - {"label": "F1", "y": 0,"x": 1.25}, - {"label": "F2", "y": 0,"x": 2.25}, - {"label": "F3", "y": 0,"x": 3.25}, - {"label": "F4", "y": 0,"x": 4.25}, - {"label": "F5", "y": 0,"x": 5.5}, - {"label": "F6", "y": 0,"x": 6.5}, - {"label": "F7", "y": 0,"x": 7.5}, - {"label": "F8", "y": 0,"x": 8.5}, - {"label": "F9", "y": 0,"x": 9.75}, - {"label": "F10", "y": 0,"x": 10.75}, - {"label": "F11", "y": 0,"x": 11.75}, - {"label": "F12", "y": 0,"x": 12.75}, - {"label": "PrtSc", "y": 0,"x": 14}, - {"label": "INS", "y": 0,"x": 15}, - - {"label": "~", "y": 1.25,"x": 0}, - {"label": "!", "y": 1.25,"x": 1}, - {"label": "@", "y": 1.25,"x": 2}, - {"label": "#", "y": 1.25,"x": 3}, - {"label": "$", "y": 1.25,"x": 4}, - {"label": "%", "y": 1.25,"x": 5}, - {"label": "^", "y": 1.25,"x": 6}, - {"label": "&", "y": 1.25,"x": 7}, - {"label": "*", "y": 1.25,"x": 8}, - {"label": "(", "y": 1.25,"x": 9}, - {"label": ")", "y": 1.25,"x": 10}, - {"label": "_", "y": 1.25,"x": 11}, - {"label": "+", "y": 1.25,"x": 12}, - {"label": "Backspace", "y": 1.25,"x": 13, "w": 2}, - {"label": "Home", "y": 1.25,"x": 15}, - - {"label": "Tab", "y": 2.25,"x": 0, "w": 1.5}, - {"label": "Q", "y": 2.25,"x": 1.5}, - {"label": "W", "y": 2.25,"x": 2.5}, - {"label": "E", "y": 2.25,"x": 3.5}, - {"label": "R", "y": 2.25,"x": 4.5}, - {"label": "T", "y": 2.25,"x": 5.5}, - {"label": "Y", "y": 2.25,"x": 6.5}, - {"label": "U", "y": 2.25,"x": 7.5}, - {"label": "I", "y": 2.25,"x": 8.5}, - {"label": "O", "y": 2.25,"x": 9.5}, - {"label": "P", "y": 2.25,"x": 10.5}, - {"label": "{", "y": 2.25,"x": 11.5}, - {"label": "}", "y": 2.25,"x": 12.5}, - {"label": "|", "y": 2.25,"x": 13.5, "w": 1.5}, - {"label": "Del", "y": 2.25,"x": 15}, - - {"label": "Caps Lock", "y": 3.25,"x": 0, "w": 1.75}, - {"label": "A", "y": 3.25,"x": 1.75}, - {"label": "S", "y": 3.25,"x": 2.75}, - {"label": "D", "y": 3.25,"x": 3.75}, - {"label": "F", "y": 3.25,"x": 4.75}, - {"label": "G", "y": 3.25,"x": 5.75}, - {"label": "H", "y": 3.25,"x": 6.75}, - {"label": "J", "y": 3.25,"x": 7.75}, - {"label": "K", "y": 3.25,"x": 8.75}, - {"label": "L", "y": 3.25,"x": 9.75}, - {"label": ":", "y": 3.25,"x": 10.75}, - {"label": "\"", "y": 3.25,"x": 11.75}, - {"label": "Enter", "y": 3.25,"x": 12.75, "w": 2.25}, - {"label": "End", "y": 3.25,"x": 15}, - - {"label": "Shift", "y": 4.25,"x": 0, "w": 2.25}, - {"label": "Z", "y": 4.25,"x": 2.25}, - {"label": "X", "y": 4.25,"x": 3.25}, - {"label": "C", "y": 4.25,"x": 4.25}, - {"label": "V", "y": 4.25,"x": 5.25}, - {"label": "B", "y": 4.25,"x": 6.25}, - {"label": "N", "y": 4.25,"x": 7.25}, - {"label": "M", "y": 4.25,"x": 8.25}, - {"label": "<", "y": 4.25,"x": 9.25}, - {"label": ">", "y": 4.25,"x": 10.25}, - {"label": "?", "y": 4.25,"x": 11.25}, - {"label": "Shift", "y": 4.25,"x": 12.25, "w": 1.75}, - {"label": "\u2191", "y": 4.25,"x": 14}, - - {"label":"Ctrl", "y":5.25, "x": 0, "w":1.5}, - {"label":"Win", "y":5.25, "x":1.5}, - {"label":"Alt", "y":5.25, "x":2.5, "w":1.5}, - {"label":"Spacebar", "y":5.25, "x":4, "w":7}, - {"label":"Alt", "y":5.25, "x":11, "w":1.5}, - {"label":"\u2190", "y":5.25, "x":13}, - {"label":"\u2193", "y":5.25, "x":14}, - {"label":"\u2192", "y":5.25, "x":15} + {"matrix": [0, 0], "x": 0, "y": 0}, + + {"matrix": [0, 1], "x": 1.25, "y": 0}, + {"matrix": [0, 2], "x": 2.25, "y": 0}, + {"matrix": [0, 3], "x": 3.25, "y": 0}, + {"matrix": [0, 4], "x": 4.25, "y": 0}, + + {"matrix": [0, 5], "x": 5.5, "y": 0}, + {"matrix": [0, 6], "x": 6.5, "y": 0}, + {"matrix": [0, 7], "x": 7.5, "y": 0}, + {"matrix": [0, 8], "x": 8.5, "y": 0}, + + {"matrix": [0, 9], "x": 9.75, "y": 0}, + {"matrix": [0, 10], "x": 10.75, "y": 0}, + {"matrix": [0, 11], "x": 11.75, "y": 0}, + {"matrix": [0, 12], "x": 12.75, "y": 0}, + + {"matrix": [0, 13], "x": 14, "y": 0}, + {"matrix": [0, 14], "x": 15, "y": 0}, + + {"matrix": [1, 0], "x": 0, "y": 1.25}, + {"matrix": [1, 1], "x": 1, "y": 1.25}, + {"matrix": [1, 2], "x": 2, "y": 1.25}, + {"matrix": [1, 3], "x": 3, "y": 1.25}, + {"matrix": [1, 4], "x": 4, "y": 1.25}, + {"matrix": [1, 5], "x": 5, "y": 1.25}, + {"matrix": [1, 6], "x": 6, "y": 1.25}, + {"matrix": [1, 7], "x": 7, "y": 1.25}, + {"matrix": [1, 8], "x": 8, "y": 1.25}, + {"matrix": [1, 9], "x": 9, "y": 1.25}, + {"matrix": [1, 10], "x": 10, "y": 1.25}, + {"matrix": [1, 11], "x": 11, "y": 1.25}, + {"matrix": [1, 12], "x": 12, "y": 1.25}, + {"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2}, + {"matrix": [1, 14], "x": 15, "y": 1.25}, + + {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5}, + {"matrix": [2, 1], "x": 1.5, "y": 2.25}, + {"matrix": [2, 2], "x": 2.5, "y": 2.25}, + {"matrix": [2, 3], "x": 3.5, "y": 2.25}, + {"matrix": [2, 4], "x": 4.5, "y": 2.25}, + {"matrix": [2, 5], "x": 5.5, "y": 2.25}, + {"matrix": [2, 6], "x": 6.5, "y": 2.25}, + {"matrix": [2, 7], "x": 7.5, "y": 2.25}, + {"matrix": [2, 8], "x": 8.5, "y": 2.25}, + {"matrix": [2, 9], "x": 9.5, "y": 2.25}, + {"matrix": [2, 10], "x": 10.5, "y": 2.25}, + {"matrix": [2, 11], "x": 11.5, "y": 2.25}, + {"matrix": [2, 12], "x": 12.5, "y": 2.25}, + {"matrix": [2, 13], "x": 13.5, "y": 2.25, "w": 1.5}, + {"matrix": [2, 14], "x": 15, "y": 2.25}, + + {"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75}, + {"matrix": [3, 1], "x": 1.75, "y": 3.25}, + {"matrix": [3, 2], "x": 2.75, "y": 3.25}, + {"matrix": [3, 3], "x": 3.75, "y": 3.25}, + {"matrix": [3, 4], "x": 4.75, "y": 3.25}, + {"matrix": [3, 5], "x": 5.75, "y": 3.25}, + {"matrix": [3, 6], "x": 6.75, "y": 3.25}, + {"matrix": [3, 7], "x": 7.75, "y": 3.25}, + {"matrix": [3, 8], "x": 8.75, "y": 3.25}, + {"matrix": [3, 9], "x": 9.75, "y": 3.25}, + {"matrix": [3, 10], "x": 10.75, "y": 3.25}, + {"matrix": [3, 11], "x": 11.75, "y": 3.25}, + {"matrix": [3, 12], "x": 12.75, "y": 3.25, "w": 2.25}, + {"matrix": [3, 14], "x": 15, "y": 3.25}, + + {"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25}, + {"matrix": [4, 1], "x": 2.25, "y": 4.25}, + {"matrix": [4, 2], "x": 3.25, "y": 4.25}, + {"matrix": [4, 3], "x": 4.25, "y": 4.25}, + {"matrix": [4, 4], "x": 5.25, "y": 4.25}, + {"matrix": [4, 5], "x": 6.25, "y": 4.25}, + {"matrix": [4, 6], "x": 7.25, "y": 4.25}, + {"matrix": [4, 7], "x": 8.25, "y": 4.25}, + {"matrix": [4, 8], "x": 9.25, "y": 4.25}, + {"matrix": [4, 9], "x": 10.25, "y": 4.25}, + {"matrix": [4, 11], "x": 11.25, "y": 4.25}, + {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, + {"matrix": [4, 13], "x": 14, "y": 4.25}, + + {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5}, + {"matrix": [5, 1], "x": 1.5, "y": 5.25}, + {"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5}, + {"matrix": [5, 5], "x": 4, "y": 5.25, "w": 7}, + {"matrix": [5, 11], "x": 11, "y": 5.25, "w": 1.5}, + + {"matrix": [5, 12], "x": 13, "y": 5.25}, + {"matrix": [5, 13], "x": 14, "y": 5.25}, + {"matrix": [5, 14], "x": 15, "y": 5.25} ] } } -- cgit v1.2.3