diff options
| author | Ryan <fauxpark@gmail.com> | 2023-04-04 15:20:10 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 15:20:10 +1000 |
| commit | 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch) | |
| tree | 41ed492b974467c924d94c304da7e38b54030d9b /keyboards/keebmonkey | |
| parent | 0e7acb777a75608524fe1de5e0f9359aeec88912 (diff) | |
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/keebmonkey')
| -rw-r--r-- | keyboards/keebmonkey/kbmg68/info.json | 140 | ||||
| -rw-r--r-- | keyboards/keebmonkey/kbmg68/kbmg68.h | 38 |
2 files changed, 72 insertions, 106 deletions
diff --git a/keyboards/keebmonkey/kbmg68/info.json b/keyboards/keebmonkey/kbmg68/info.json index 2069100fdf..15893e45c6 100644 --- a/keyboards/keebmonkey/kbmg68/info.json +++ b/keyboards/keebmonkey/kbmg68/info.json | |||
| @@ -19,74 +19,78 @@ | |||
| 19 | "layouts": { | 19 | "layouts": { |
| 20 | "LAYOUT_65_ansi": { | 20 | "LAYOUT_65_ansi": { |
| 21 | "layout": [ | 21 | "layout": [ |
| 22 | { "label": "K00 (B1,B6)", "x": 0, "y": 0 }, | 22 | {"matrix": [0, 0], "x": 0, "y": 0}, |
| 23 | { "label": "K01 (B1,B7)", "x": 1, "y": 0 }, | 23 | {"matrix": [0, 1], "x": 1, "y": 0}, |
| 24 | { "label": "K02 (B1,D0)", "x": 2, "y": 0 }, | 24 | {"matrix": [0, 2], "x": 2, "y": 0}, |
| 25 | { "label": "K03 (B1,D1)", "x": 3, "y": 0 }, | 25 | {"matrix": [0, 3], "x": 3, "y": 0}, |
| 26 | { "label": "K04 (B1,D2)", "x": 4, "y": 0 }, | 26 | {"matrix": [0, 4], "x": 4, "y": 0}, |
| 27 | { "label": "K05 (B1,D3)", "x": 5, "y": 0 }, | 27 | {"matrix": [0, 5], "x": 5, "y": 0}, |
| 28 | { "label": "K06 (B1,D4)", "x": 6, "y": 0 }, | 28 | {"matrix": [0, 6], "x": 6, "y": 0}, |
| 29 | { "label": "K07 (B1,D5)", "x": 7, "y": 0 }, | 29 | {"matrix": [0, 7], "x": 7, "y": 0}, |
| 30 | { "label": "K08 (B1,D6)", "x": 8, "y": 0 }, | 30 | {"matrix": [0, 8], "x": 8, "y": 0}, |
| 31 | { "label": "K09 (B1,D7)", "x": 9, "y": 0 }, | 31 | {"matrix": [0, 9], "x": 9, "y": 0}, |
| 32 | { "label": "K0A (B1,C6)", "x": 10, "y": 0 }, | 32 | {"matrix": [0, 10], "x": 10, "y": 0}, |
| 33 | { "label": "K0B (B1,C7)", "x": 11, "y": 0 }, | 33 | {"matrix": [0, 11], "x": 11, "y": 0}, |
| 34 | { "label": "K0C (B1,F7)", "x": 12, "y": 0 }, | 34 | {"matrix": [0, 12], "x": 12, "y": 0}, |
| 35 | { "label": "K0E (B1,F5)", "x": 13, "y": 0, "w": 2 }, | 35 | {"matrix": [0, 14], "x": 13, "y": 0, "w": 2}, |
| 36 | { "label": "K0F (B1,F4)", "x": 15, "y": 0 }, | 36 | {"matrix": [0, 15], "x": 15, "y": 0}, |
| 37 | { "label": "K10 (B2,B6)", "x": 0, "y": 1, "w": 1.5 }, | 37 | |
| 38 | { "label": "K12 (B2,D0)", "x": 1.5, "y": 1 }, | 38 | {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, |
| 39 | { "label": "K13 (B2,D1)", "x": 2.5, "y": 1 }, | 39 | {"matrix": [1, 2], "x": 1.5, "y": 1}, |
| 40 | { "label": "K14 (B2,D2)", "x": 3.5, "y": 1 }, | 40 | {"matrix": [1, 3], "x": 2.5, "y": 1}, |
| 41 | { "label": "K15 (B2,D3)", "x": 4.5, "y": 1 }, | 41 | {"matrix": [1, 4], "x": 3.5, "y": 1}, |
| 42 | { "label": "K16 (B2,D4)", "x": 5.5, "y": 1 }, | 42 | {"matrix": [1, 5], "x": 4.5, "y": 1}, |
| 43 | { "label": "K17 (B2,D5)", "x": 6.5, "y": 1 }, | 43 | {"matrix": [1, 6], "x": 5.5, "y": 1}, |
| 44 | { "label": "K18 (B2,D6)", "x": 7.5, "y": 1 }, | 44 | {"matrix": [1, 7], "x": 6.5, "y": 1}, |
| 45 | { "label": "K19 (B2,D7)", "x": 8.5, "y": 1 }, | 45 | {"matrix": [1, 8], "x": 7.5, "y": 1}, |
| 46 | { "label": "K1A (B2,C6)", "x": 9.5, "y": 1 }, | 46 | {"matrix": [1, 9], "x": 8.5, "y": 1}, |
| 47 | { "label": "K1B (B2,C7)", "x": 10.5, "y": 1 }, | 47 | {"matrix": [1, 10], "x": 9.5, "y": 1}, |
| 48 | { "label": "K1C (B2,F7)", "x": 11.5, "y": 1 }, | 48 | {"matrix": [1, 11], "x": 10.5, "y": 1}, |
| 49 | { "label": "K1D (B2,F6)", "x": 12.5, "y": 1 }, | 49 | {"matrix": [1, 12], "x": 11.5, "y": 1}, |
| 50 | { "label": "K1E (B2,F5)", "x": 13.5, "y": 1, "w": 1.5 }, | 50 | {"matrix": [1, 13], "x": 12.5, "y": 1}, |
| 51 | { "label": "K1F (B2,F4)", "x": 15, "y": 1 }, | 51 | {"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5}, |
| 52 | { "label": "K20 (B3,B6)", "x": 0, "y": 2, "w": 1.75 }, | 52 | {"matrix": [1, 15], "x": 15, "y": 1}, |
| 53 | { "label": "K22 (B3,D0)", "x": 1.75, "y": 2 }, | 53 | |
| 54 | { "label": "K23 (B3,D1)", "x": 2.75, "y": 2 }, | 54 | {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, |
| 55 | { "label": "K24 (B3,D2)", "x": 3.75, "y": 2 }, | 55 | {"matrix": [2, 2], "x": 1.75, "y": 2}, |
| 56 | { "label": "K25 (B3,D3)", "x": 4.75, "y": 2 }, | 56 | {"matrix": [2, 3], "x": 2.75, "y": 2}, |
| 57 | { "label": "K26 (B3,D4)", "x": 5.75, "y": 2 }, | 57 | {"matrix": [2, 4], "x": 3.75, "y": 2}, |
| 58 | { "label": "K27 (B3,D5)", "x": 6.75, "y": 2 }, | 58 | {"matrix": [2, 5], "x": 4.75, "y": 2}, |
| 59 | { "label": "K28 (B3,D6)", "x": 7.75, "y": 2 }, | 59 | {"matrix": [2, 6], "x": 5.75, "y": 2}, |
| 60 | { "label": "K29 (B3,D7)", "x": 8.75, "y": 2 }, | 60 | {"matrix": [2, 7], "x": 6.75, "y": 2}, |
| 61 | { "label": "K2A (B3,C6)", "x": 9.75, "y": 2 }, | 61 | {"matrix": [2, 8], "x": 7.75, "y": 2}, |
| 62 | { "label": "K2B (B3,C7)", "x": 10.75, "y": 2 }, | 62 | {"matrix": [2, 9], "x": 8.75, "y": 2}, |
| 63 | { "label": "K2C (B3,F7)", "x": 11.75, "y": 2 }, | 63 | {"matrix": [2, 10], "x": 9.75, "y": 2}, |
| 64 | { "label": "K2D (B3,F6)", "x": 12.75, "y": 2, "w": 2.25 }, | 64 | {"matrix": [2, 11], "x": 10.75, "y": 2}, |
| 65 | { "label": "K2F (B3,F4)", "x": 15, "y": 2 }, | 65 | {"matrix": [2, 12], "x": 11.75, "y": 2}, |
| 66 | { "label": "K31 (B4,B7)", "x": 0, "y": 3, "w": 2.25 }, | 66 | {"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25}, |
| 67 | { "label": "K32 (B4,D0)", "x": 2.25, "y": 3 }, | 67 | {"matrix": [2, 15], "x": 15, "y": 2}, |
| 68 | { "label": "K33 (B4,D1)", "x": 3.25, "y": 3 }, | 68 | |
| 69 | { "label": "K34 (B4,D2)", "x": 4.25, "y": 3 }, | 69 | {"matrix": [3, 1], "x": 0, "y": 3, "w": 2.25}, |
| 70 | { "label": "K35 (B4,D3)", "x": 5.25, "y": 3 }, | 70 | {"matrix": [3, 2], "x": 2.25, "y": 3}, |
| 71 | { "label": "K36 (B4,D4)", "x": 6.25, "y": 3 }, | 71 | {"matrix": [3, 3], "x": 3.25, "y": 3}, |
| 72 | { "label": "K37 (B4,D5)", "x": 7.25, "y": 3 }, | 72 | {"matrix": [3, 4], "x": 4.25, "y": 3}, |
| 73 | { "label": "K38 (B4,D6)", "x": 8.25, "y": 3 }, | 73 | {"matrix": [3, 5], "x": 5.25, "y": 3}, |
| 74 | { "label": "K39 (B4,D7)", "x": 9.25, "y": 3 }, | 74 | {"matrix": [3, 6], "x": 6.25, "y": 3}, |
| 75 | { "label": "K3A (B4,C6)", "x": 10.25, "y": 3 }, | 75 | {"matrix": [3, 7], "x": 7.25, "y": 3}, |
| 76 | { "label": "K3B (B4,C7)", "x": 11.25, "y": 3 }, | 76 | {"matrix": [3, 8], "x": 8.25, "y": 3}, |
| 77 | { "label": "K3D (B4,F6)", "x": 12.25, "y": 3, "w": 1.75 }, | 77 | {"matrix": [3, 9], "x": 9.25, "y": 3}, |
| 78 | { "label": "K3E (B4,F5)", "x": 14, "y": 3 }, | 78 | {"matrix": [3, 10], "x": 10.25, "y": 3}, |
| 79 | { "label": "K3F (B4,F4)", "x": 15, "y": 3 }, | 79 | {"matrix": [3, 11], "x": 11.25, "y": 3}, |
| 80 | { "label": "K40 (B5,B6)", "x": 0, "y": 4, "w": 1.25 }, | 80 | {"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75}, |
| 81 | { "label": "K41 (B5,B7)", "x": 1.25, "y": 4, "w": 1.25 }, | 81 | {"matrix": [3, 14], "x": 14, "y": 3}, |
| 82 | { "label": "K43 (B5,D1)", "x": 2.5, "y": 4, "w": 1.25 }, | 82 | {"matrix": [3, 15], "x": 15, "y": 3}, |
| 83 | { "label": "K46 (B5,D4)", "x": 3.75, "y": 4, "w": 6.25 }, | 83 | |
| 84 | { "label": "K4A (B5,C6)", "x": 10, "y": 4 }, | 84 | {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, |
| 85 | { "label": "K4B (B5,C7)", "x": 11, "y": 4 }, | 85 | {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25}, |
| 86 | { "label": "K4C (B5,F7)", "x": 12, "y": 4 }, | 86 | {"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25}, |
| 87 | { "label": "K4D (B5,F6)", "x": 13, "y": 4 }, | 87 | {"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25}, |
| 88 | { "label": "K4E (B5,F5)", "x": 14, "y": 4 }, | 88 | {"matrix": [4, 10], "x": 10, "y": 4}, |
| 89 | { "label": "K4F (B5,F4)", "x": 15, "y": 4 } | 89 | {"matrix": [4, 11], "x": 11, "y": 4}, |
| 90 | {"matrix": [4, 12], "x": 12, "y": 4}, | ||
| 91 | {"matrix": [4, 13], "x": 13, "y": 4}, | ||
| 92 | {"matrix": [4, 14], "x": 14, "y": 4}, | ||
| 93 | {"matrix": [4, 15], "x": 15, "y": 4} | ||
| 90 | ] | 94 | ] |
| 91 | } | 95 | } |
| 92 | } | 96 | } |
diff --git a/keyboards/keebmonkey/kbmg68/kbmg68.h b/keyboards/keebmonkey/kbmg68/kbmg68.h deleted file mode 100644 index a817a73d78..0000000000 --- a/keyboards/keebmonkey/kbmg68/kbmg68.h +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | /* Copyright 2022 Your Mom Loves My Keyboard | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #include "quantum.h" | ||
| 20 | |||
| 21 | #define XXX KC_NO | ||
| 22 | |||
| 23 | #define LAYOUT_65_ansi( \ | ||
| 24 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0E, K0F, \ | ||
| 25 | K10, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, \ | ||
| 26 | K20, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2F, \ | ||
| 27 | K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3E, K3F, \ | ||
| 28 | K40, K41, K43, K46, K4A, K4B, K4C, K4D, K4E, K4F \ | ||
| 29 | ) { \ | ||
| 30 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, XXX, K0E, K0F }, \ | ||
| 31 | { K10, XXX, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \ | ||
| 32 | { K20, XXX, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, XXX, K2F }, \ | ||
| 33 | { XXX, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D, K3E, K3F }, \ | ||
| 34 | { K40, K41, XXX, K43, XXX, XXX, K46, XXX, XXX, XXX, K4A, K4B, K4C, K4D, K4E, K4F }, \ | ||
| 35 | } | ||
| 36 | |||
| 37 | // generated by KBFirmware JSON to QMK Parser | ||
| 38 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
