summaryrefslogtreecommitdiff
path: root/keyboards/converter
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-25 02:38:35 +1000
committerGitHub <noreply@github.com>2023-04-25 02:38:35 +1000
commitf111bea3cda240b7c54bff2e12b5043b7b0797f7 (patch)
tree9fa3b3356f50e0b989231bf69da4ce00c18e85e0 /keyboards/converter
parent72d2be24f9bb1ab40a7a64447f2625c31b22a201 (diff)
Move miscellaneous layouts to data driven (#20516)
Diffstat (limited to 'keyboards/converter')
-rw-r--r--keyboards/converter/adb_usb/adb_usb.h108
-rw-r--r--keyboards/converter/adb_usb/info.json399
-rw-r--r--keyboards/converter/m0110_usb/info.json325
-rw-r--r--keyboards/converter/m0110_usb/m0110_usb.h131
-rw-r--r--keyboards/converter/sun_usb/type5/info.json793
-rw-r--r--keyboards/converter/sun_usb/type5/type5.h148
6 files changed, 820 insertions, 1084 deletions
diff --git a/keyboards/converter/adb_usb/adb_usb.h b/keyboards/converter/adb_usb/adb_usb.h
deleted file mode 100644
index ddbbd71564..0000000000
--- a/keyboards/converter/adb_usb/adb_usb.h
+++ /dev/null
@@ -1,108 +0,0 @@
-/*
-Copyright 2011,2012,2013 Jun Wako <wakojun@gmail.com>
-
-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 <http://www.gnu.org/licenses/>.
-
-Ported to QMK by Peter Roe <pete@13bit.me>
-*/
-
-#pragma once
-
-#include "quantum.h"
-
-#define XXX KC_NO
-
-/* M0115/M3501 Apple Extended Keyboard ANSI
- * ,---. ,---------------. ,---------------. ,---------------. ,-----------. ,---.
- * |Esc| |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau| |Pwr|
- * `---' `---------------' `---------------' `---------------' `-----------' `---'
- * ,-----------------------------------------------------------. ,-----------. ,---------------.
- * | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backspa| |Ins|Hom|PgU| |NmL| =| /| *|
- * |-----------------------------------------------------------| |-----------| |---------------|
- * |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \| |Del|End|PgD| | 7| 8| 9| -|
- * |-----------------------------------------------------------| `-----------' |---------------|
- * |CapsLo| A| S| D| F| G| H| J| K| L| ;| '|Return | | 4| 5| 6| +|
- * |-----------------------------------------------------------| ,---. |---------------|
- * |Shift | Z| X| C| V| B| N| M| ,| ,| /|Shift | |Up | | 1| 2| 3| |
- * |-----------------------------------------------------------| ,-----------. |-----------|Ent|
- * |Ctrl |Opt |Cmd | Space | |Opt |Ctrl | |Lef|Dow|Rig| | 0| .| |
- * `-----------------------------------------------------------' `-----------' `---------------'
- */
-#define LAYOUT_ext_ansi( \
- k35, k7A, k78, k63, k76, k60, k61, k62, k64, k65, k6D, k67, k6F, k69, k6B, k71, k7F, \
- k32, k12, k13, k14, k15, k17, k16, k1A, k1C, k19, k1D, k1B, k18, k33, k72, k73, k74, k47, k51, k4B, k43, \
- k30, k0C, k0D, k0E, k0F, k11, k10, k20, k22, k1F, k23, k21, k1E, k2A, k75, k77, k79, k59, k5B, k5C, k4E, \
- k39, k00, k01, k02, k03, k05, k04, k26, k28, k25, k29, k27, k24, k56, k57, k58, k45, \
- k38, k06, k07, k08, k09, k0B, k2D, k2E, k2B, k2F, k2C, k7B, k3E, k53, k54, k55,\
- k36, k3A, k37, k31, k7C, k7D, k3B, k3D, k3C, k52, k41, k4C \
-) { \
- { k00, k01, k02, k03, k04, k05, k06, k07 }, \
- { k08, k09, XXX, k0B, k0C, k0D, k0E, k0F }, \
- { k10, k11, k12, k13, k14, k15, k16, k17 }, \
- { k18, k19, k1A, k1B, k1C, k1D, k1E, k1F }, \
- { k20, k21, k22, k23, k24, k25, k26, k27 }, \
- { k28, k29, k2A, k2B, k2C, k2D, k2E, k2F }, \
- { k30, k31, k32, k33, XXX, k35, k36, k37 }, \
- { k38, k39, k3A, k3B, k3C, k3D, k3E, XXX }, \
- { XXX, k41, XXX, k43, XXX, k45, XXX, k47 }, \
- { XXX, XXX, XXX, k4B, k4C, XXX, k4E, XXX }, \
- { XXX, k51, k52, k53, k54, k55, k56, k57 }, \
- { k58, k59, XXX, k5B, k5C, XXX, XXX, XXX }, \
- { k60, k61, k62, k63, k64, k65, XXX, k67 }, \
- { XXX, k69, XXX, k6B, XXX, k6D, XXX, k6F }, \
- { XXX, k71, k72, k73, k74, k75, k76, k77 }, \
- { k78, k79, k7A, k7B, k7C, k7D, XXX, k7F } \
-}
-
-/* M0116 Apple Standard Keyboard ANSI
- * +-------+
- * | power |
- * +-------+
- * +---+---+---+---+---+---+---+---+---+---+---+---+---+-----+ +---+---+---+---+
- * |esc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | bks | |clr| = | / | * |
- * +---------------------------------------------------------+ +---+---+---+---+
- * | tab | q | w | e | r | t | y | u | i | o | p | [ | ] | | | 7 | 8 | 9 | + |
- * +-----------------------------------------------------+ | +---+---+---+---+
- * | ctrl | a | s | d | f | g | h | j | k | l | ; | ' |return| | 4 | 5 | 6 | - |
- * +---------------------------------------------------------+ +---+---+---+---+
- * | shift | z | x | c | v | b | n | m | , | . | / | shift | | 1 | 2 | 3 | |
- * +---------------------------------------------------------+ +-------+---|ent|
- * |cap|opt|comnd| ` | | \ |lef|rig|dwn|up | | 0 | . | |
- * +---------------------------------------------------------+ +-------+---+---+
- */
-#define LAYOUT_m0116_ansi( \
- k7F, \
- k35, k12, k13, k14, k15, k17, k16, k1A, k1C, k19, k1D, k1B, k18, k33, k47, k51, k4B, k43, \
- k30, k0C, k0D, k0E, k0F, k11, k10, k20, k22, k1F, k23, k21, k1E, k59, k5B, k5C, k45, \
- k36, k00, k01, k02, k03, k05, k04, k26, k28, k25, k29, k27, k24, k56, k57, k58, k4E, \
- k38, k06, k07, k08, k09, k0B, k2D, k2E, k2B, k2F, k2C, k7B, k53, k54, k55, \
- k39, k3A, k37, k32, k31, k2A, k3B, k3C, k3D, k3E, k52, k41, k4C \
-) { \
- { k00, k01, k02, k03, k04, k05, k06, k07 }, \
- { k08, k09, XXX, k0B, k0C, k0D, k0E, k0F }, \
- { k10, k11, k12, k13, k14, k15, k16, k17 }, \
- { k18, k19, k1A, k1B, k1C, k1D, k1E, k1F }, \
- { k20, k21, k22, k23, k24, k25, k26, k27 }, \
- { k28, k29, k2A, k2B, k2C, k2D, k2E, k2F }, \
- { k30, k31, k32, k33, XXX, k35, k36, k37 }, \
- { k38, k39, k3A, k3B, k3C, k3D, k3E, XXX }, \
- { XXX, k41, XXX, k43, XXX, k45, XXX, k47 }, \
- { XXX, XXX, XXX, k4B, k4C, XXX, k4E, XXX }, \
- { XXX, k51, k52, k53, k54, k55, k56, k57 }, \
- { k58, k59, XXX, k5B, k5C, XXX, XXX, XXX }, \
- { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX }, \
- { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX }, \
- { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX }, \
- { XXX, XXX, XXX, k7B, XXX, XXX, XXX, k7F } \
-}
diff --git a/keyboards/converter/adb_usb/info.json b/keyboards/converter/adb_usb/info.json
index f64616e212..b553dfc10f 100644
--- a/keyboards/converter/adb_usb/info.json
+++ b/keyboards/converter/adb_usb/info.json
@@ -11,195 +11,224 @@
"layouts": {
"LAYOUT_ext_ansi": {
"layout": [
- {"label":"Escape", "x":0, "y":0},
- {"label":"F1", "x":2, "y":0},
- {"label":"F2", "x":3, "y":0},
- {"label":"F3", "x":4, "y":0},
- {"label":"F4", "x":5, "y":0},
- {"label":"F5", "x":6.5, "y":0},
- {"label":"F6", "x":7.5, "y":0},
- {"label":"F7", "x":8.5, "y":0},
- {"label":"F8", "x":9.5, "y":0},
- {"label":"F9", "x":11, "y":0},
- {"label":"F10", "x":12, "y":0},
- {"label":"F11", "x":13, "y":0},
- {"label":"F12", "x":14, "y":0},
- {"label":"Print Screen", "x":15.25, "y":0},
- {"label":"Scroll Lock", "x":16.25, "y":0},
- {"label":"Pause", "x":17.25, "y":0},
- {"label":"Eject", "x":21.5, "y":0},
- {"label":"`", "x":0, "y":2},
- {"label":"1", "x":1, "y":2},
- {"label":"2", "x":2, "y":2},
- {"label":"3", "x":3, "y":2},
- {"label":"4", "x":4, "y":2},
- {"label":"5", "x":5, "y":2},
- {"label":"6", "x":6, "y":2},
- {"label":"7", "x":7, "y":2},
- {"label":"8", "x":8, "y":2},
- {"label":"9", "x":9, "y":2},
- {"label":"0", "x":10, "y":2},
- {"label":"-", "x":11, "y":2},
- {"label":"=", "x":12, "y":2},
- {"label":"Backspace", "x":13, "y":2, "w":2},
- {"label":"Insert", "x":15.25, "y":2},
- {"label":"Home", "x":16.25, "y":2},
- {"label":"Page Up", "x":17.25, "y":2},
- {"label":"Num Lock", "x":18.5, "y":2},
- {"label":"Num =", "x":19.5, "y":2},
- {"label":"Num /", "x":20.5, "y":2},
- {"label":"Num *", "x":21.5, "y":2},
- {"label":"Tab", "x":0, "y":3, "w":1.5},
- {"label":"Q", "x":1.5, "y":3},
- {"label":"W", "x":2.5, "y":3},
- {"label":"E", "x":3.5, "y":3},
- {"label":"R", "x":4.5, "y":3},
- {"label":"T", "x":5.5, "y":3},
- {"label":"Y", "x":6.5, "y":3},
- {"label":"U", "x":7.5, "y":3},
- {"label":"I", "x":8.5, "y":3},
- {"label":"O", "x":9.5, "y":3},
- {"label":"P", "x":10.5, "y":3},
- {"label":"[", "x":11.5, "y":3},
- {"label":"]", "x":12.5, "y":3},
- {"label":"\\", "x":13.5, "y":3, "w":1.5},
- {"label":"Delete", "x":15.25, "y":3},
- {"label":"End", "x":16.25, "y":3},
- {"label":"Page Down", "x":17.25, "y":3},
- {"label":"Num 7", "x":18.5, "y":3},
- {"label":"Num 8", "x":19.5, "y":3},
- {"label":"Num 9", "x":20.5, "y":3},
- {"label":"Num -", "x":21.5, "y":3},
- {"label":"Lcap", "x":0, "y":4, "w":1.75},
- {"label":"A", "x":1.75, "y":4},
- {"label":"S", "x":2.75, "y":4},
- {"label":"D", "x":3.75, "y":4},
- {"label":"F", "x":4.75, "y":4},
- {"label":"G", "x":5.75, "y":4},
- {"label":"H", "x":6.75, "y":4},
- {"label":"J", "x":7.75, "y":4},
- {"label":"K", "x":8.75, "y":4},
- {"label":"L", "x":9.75, "y":4},
- {"label":";", "x":10.75, "y":4},
- {"label":"\"", "x":11.75, "y":4},
- {"label":"Enter", "x":12.75, "y":4, "w":2.25},
- {"label":"Num 4", "x":18.5, "y":4},
- {"label":"Num 5", "x":19.5, "y":4},
- {"label":"Num 6", "x":20.5, "y":4},
- {"label":"Num +", "x":21.5, "y":4},
- {"label":"Shift", "x":0, "y":5, "w":2.25},
- {"label":"Z", "x":2.25, "y":5},
- {"label":"X", "x":3.25, "y":5},
- {"label":"C", "x":4.25, "y":5},
- {"label":"V", "x":5.25, "y":5},
- {"label":"B", "x":6.25, "y":5},
- {"label":"N", "x":7.25, "y":5},
- {"label":"M", "x":8.25, "y":5},
- {"label":",", "x":9.25, "y":5},
- {"label":".", "x":10.25, "y":5},
- {"label":"/", "x":11.25, "y":5},
- {"label":"Shift", "x":12.25, "y":5, "w":2.75},
- {"label":"Up", "x":16.25, "y":5},
- {"label":"Num 1", "x":18.5, "y":5},
- {"label":"Num 2", "x":19.5, "y":5},
- {"label":"Num 3", "x":20.5, "y":5},
- {"label":"Ctrl", "x":0, "y":6, "w":1.5},
- {"label":"Alt", "x":1.5, "y":6, "w":1.25},
- {"label":"Command", "x":2.75, "y":6, "w":1.5},
- {"label":"Space", "x":4.25, "y":6, "w":6.5},
- {"label":"Alt", "x":12.25, "y":6, "w":1.25},
- {"label":"Ctrl", "x":13.5, "y":6, "w":1.5},
- {"label":"Left", "x":15.25, "y":6},
- {"label":"Down", "x":16.25, "y":6},
- {"label":"Right", "x":17.25, "y":6},
- {"label":"Num 0", "x":18.5, "y":6, "w":2},
- {"label":"Num .", "x":20.5, "y":6},
- {"label":"Num Enter", "x":21.5, "y":5, "h":2}
+ {"matrix": [6, 5], "x": 0, "y": 0},
+
+ {"matrix": [15, 2], "x": 2, "y": 0},
+ {"matrix": [15, 0], "x": 3, "y": 0},
+ {"matrix": [12, 3], "x": 4, "y": 0},
+ {"matrix": [14, 6], "x": 5, "y": 0},
+
+ {"matrix": [12, 0], "x": 6.5, "y": 0},
+ {"matrix": [12, 1], "x": 7.5, "y": 0},
+ {"matrix": [12, 2], "x": 8.5, "y": 0},
+ {"matrix": [12, 4], "x": 9.5, "y": 0},
+
+ {"matrix": [12, 5], "x": 11, "y": 0},
+ {"matrix": [13, 5], "x": 12, "y": 0},
+ {"matrix": [12, 7], "x": 13, "y": 0},
+ {"matrix": [13, 7], "x": 14, "y": 0},
+
+ {"matrix": [13, 1], "x": 15.25, "y": 0},
+ {"matrix": [13, 3], "x": 16.25, "y": 0},
+ {"matrix": [14, 1], "x": 17.25, "y": 0},
+
+ {"matrix": [15, 7], "x": 21.5, "y": 0},
+
+ {"matrix": [6, 2], "x": 0, "y": 2},
+ {"matrix": [2, 2], "x": 1, "y": 2},
+ {"matrix": [2, 3], "x": 2, "y": 2},
+ {"matrix": [2, 4], "x": 3, "y": 2},
+ {"matrix": [2, 5], "x": 4, "y": 2},
+ {"matrix": [2, 7], "x": 5, "y": 2},
+ {"matrix": [2, 6], "x": 6, "y": 2},
+ {"matrix": [3, 2], "x": 7, "y": 2},
+ {"matrix": [3, 4], "x": 8, "y": 2},
+ {"matrix": [3, 1], "x": 9, "y": 2},
+ {"matrix": [3, 5], "x": 10, "y": 2},
+ {"matrix": [3, 3], "x": 11, "y": 2},
+ {"matrix": [3, 0], "x": 12, "y": 2},
+ {"matrix": [6, 3], "x": 13, "y": 2, "w": 2},
+
+ {"matrix": [14, 2], "x": 15.25, "y": 2},
+ {"matrix": [14, 3], "x": 16.25, "y": 2},
+ {"matrix": [14, 4], "x": 17.25, "y": 2},
+
+ {"matrix": [8, 7], "x": 18.5, "y": 2},
+ {"matrix": [10, 1], "x": 19.5, "y": 2},
+ {"matrix": [9, 3], "x": 20.5, "y": 2},
+ {"matrix": [8, 3], "x": 21.5, "y": 2},
+
+ {"matrix": [6, 0], "x": 0, "y": 3, "w": 1.5},
+ {"matrix": [1, 4], "x": 1.5, "y": 3},
+ {"matrix": [1, 5], "x": 2.5, "y": 3},
+ {"matrix": [1, 6], "x": 3.5, "y": 3},
+ {"matrix": [1, 7], "x": 4.5, "y": 3},
+ {"matrix": [2, 1], "x": 5.5, "y": 3},
+ {"matrix": [2, 0], "x": 6.5, "y": 3},
+ {"matrix": [4, 0], "x": 7.5, "y": 3},
+ {"matrix": [4, 2], "x": 8.5, "y": 3},
+ {"matrix": [3, 7], "x": 9.5, "y": 3},
+ {"matrix": [4, 3], "x": 10.5, "y": 3},
+ {"matrix": [4, 1], "x": 11.5, "y": 3},
+ {"matrix": [3, 6], "x": 12.5, "y": 3},
+ {"matrix": [5, 2], "x": 13.5, "y": 3, "w": 1.5},
+
+ {"matrix": [14, 5], "x": 15.25, "y": 3},
+ {"matrix": [14, 7], "x": 16.25, "y": 3},
+ {"matrix": [15, 1], "x": 17.25, "y": 3},
+
+ {"matrix": [11, 1], "x": 18.5, "y": 3},
+ {"matrix": [11, 3], "x": 19.5, "y": 3},
+ {"matrix": [11, 4], "x": 20.5, "y": 3},
+ {"matrix": [9, 6], "x": 21.5, "y": 3},
+
+ {"matrix": [7, 1], "x": 0, "y": 4, "w": 1.75},
+ {"matrix": [0, 0], "x": 1.75, "y": 4},
+ {"matrix": [0, 1], "x": 2.75, "y": 4},
+ {"matrix": [0, 2], "x": 3.75, "y": 4},
+ {"matrix": [0, 3], "x": 4.75, "y": 4},
+ {"matrix": [0, 5], "x": 5.75, "y": 4},
+ {"matrix": [0, 4], "x": 6.75, "y": 4},
+ {"matrix": [4, 6], "x": 7.75, "y": 4},
+ {"matrix": [5, 0], "x": 8.75, "y": 4},
+ {"matrix": [4, 5], "x": 9.75, "y": 4},
+ {"matrix": [5, 1], "x": 10.75, "y": 4},
+ {"matrix": [4, 7], "x": 11.75, "y": 4},
+ {"matrix": [4, 4], "x": 12.75, "y": 4, "w": 2.25},
+
+ {"matrix": [10, 6], "x": 18.5, "y": 4},
+ {"matrix": [10, 7], "x": 19.5, "y": 4},
+ {"matrix": [11, 0], "x": 20.5, "y": 4},
+ {"matrix": [8, 5], "x": 21.5, "y": 4},
+
+ {"matrix": [7, 0], "x": 0, "y": 5, "w": 2.25},
+ {"matrix": [0, 6], "x": 2.25, "y": 5},
+ {"matrix": [0, 7], "x": 3.25, "y": 5},
+ {"matrix": [1, 0], "x": 4.25, "y": 5},
+ {"matrix": [1, 1], "x": 5.25, "y": 5},
+ {"matrix": [1, 3], "x": 6.25, "y": 5},
+ {"matrix": [5, 5], "x": 7.25, "y": 5},
+ {"matrix": [5, 6], "x": 8.25, "y": 5},
+ {"matrix": [5, 3], "x": 9.25, "y": 5},
+ {"matrix": [5, 7], "x": 10.25, "y": 5},
+ {"matrix": [5, 4], "x": 11.25, "y": 5},
+ {"matrix": [15, 3], "x": 12.25, "y": 5, "w": 2.75},
+
+ {"matrix": [7, 6], "x": 16.25, "y": 5},
+
+ {"matrix": [10, 3], "x": 18.5, "y": 5},
+ {"matrix": [10, 4], "x": 19.5, "y": 5},
+ {"matrix": [10, 5], "x": 20.5, "y": 5},
+
+ {"matrix": [6, 6], "x": 0, "y": 6, "w": 1.5},
+ {"matrix": [7, 2], "x": 1.5, "y": 6, "w": 1.25},
+ {"matrix": [6, 7], "x": 2.75, "y": 6, "w": 1.5},
+ {"matrix": [6, 1], "x": 4.25, "y": 6, "w": 6.5},
+ {"matrix": [15, 4], "x": 12.25, "y": 6, "w": 1.25},
+ {"matrix": [15, 5], "x": 13.5, "y": 6, "w": 1.5},
+
+ {"matrix": [7, 3], "x": 15.25, "y": 6},
+ {"matrix": [7, 5], "x": 16.25, "y": 6},
+ {"matrix": [7, 4], "x": 17.25, "y": 6},
+
+ {"matrix": [10, 2], "x": 18.5, "y": 6, "w": 2},
+ {"matrix": [8, 1], "x": 20.5, "y": 6},
+ {"matrix": [9, 4], "x": 21.5, "y": 5, "h": 2}
]
},
"LAYOUT_m0116_ansi": {
"layout": [
- {"label":"Power", "x":5, "y":0, "w":2},
- {"label":"Esc", "x":0, "y":1.25},
- {"label":"1", "x":1, "y":1.25},
- {"label":"2", "x":2, "y":1.25},
- {"label":"3", "x":3, "y":1.25},
- {"label":"4", "x":4, "y":1.25},
- {"label":"5", "x":5, "y":1.25},
- {"label":"6", "x":6, "y":1.25},
- {"label":"7", "x":7, "y":1.25},
- {"label":"8", "x":8, "y":1.25},
- {"label":"9", "x":9, "y":1.25},
- {"label":"0", "x":10, "y":1.25},
- {"label":"-", "x":11, "y":1.25},
- {"label":"=", "x":12, "y":1.25},
- {"label":"Delete", "x":13, "y":1.25, "w":1.5},
- {"label":"Clear", "x":15.5, "y":1.25},
- {"label":"Num =", "x":16.5, "y":1.25},
- {"label":"Num /", "x":17.5, "y":1.25},
- {"label":"Num *", "x":18.5, "y":1.25},
- {"label":"Tab", "x":0, "y":2.25, "w":1.5},
- {"label":"Q", "x":1.5, "y":2.25},
- {"label":"W", "x":2.5, "y":2.25},
- {"label":"E", "x":3.5, "y":2.25},
- {"label":"R", "x":4.5, "y":2.25},
- {"label":"T", "x":5.5, "y":2.25},
- {"label":"Y", "x":6.5, "y":2.25},
- {"label":"U", "x":7.5, "y":2.25},
- {"label":"I", "x":8.5, "y":2.25},
- {"label":"O", "x":9.5, "y":2.25},
- {"label":"P", "x":10.5, "y":2.25},
- {"label":"[", "x":11.5, "y":2.25},
- {"label":"]", "x":12.5, "y":2.25},
- {"label":"Num 7", "x":15.5, "y":2.25},
- {"label":"Num 8", "x":16.5, "y":2.25},
- {"label":"Num 9", "x":17.5, "y":2.25},
- {"label":"Num +", "x":18.5, "y":2.25},
- {"label":"Ctrl", "x":0, "y":3.25, "w":1.75},
- {"label":"A", "x":1.75, "y":3.25},
- {"label":"S", "x":2.75, "y":3.25},
- {"label":"D", "x":3.75, "y":3.25},
- {"label":"F", "x":4.75, "y":3.25},
- {"label":"G", "x":5.75, "y":3.25},
- {"label":"H", "x":6.75, "y":3.25},
- {"label":"J", "x":7.75, "y":3.25},
- {"label":"K", "x":8.75, "y":3.25},
- {"label":"L", "x":9.75, "y":3.25},
- {"label":";", "x":10.75, "y":3.25},
- {"label":"'", "x":11.75, "y":3.25},
- {"label":"Return", "x":12.75, "y":3.25, "w":1.75},
- {"label":"Num 4", "x":15.5, "y":3.25},
- {"label":"Num 5", "x":16.5, "y":3.25},
- {"label":"Num 6", "x":17.5, "y":3.25},
- {"label":"Num -", "x":18.5, "y":3.25},
- {"label":"Shift", "x":0, "y":4.25, "w":2.25},
- {"label":"Z", "x":2.25, "y":4.25},
- {"label":"X", "x":3.25, "y":4.25},
- {"label":"C", "x":4.25, "y":4.25},
- {"label":"V", "x":5.25, "y":4.25},
- {"label":"B", "x":6.25, "y":4.25},
- {"label":"N", "x":7.25, "y":4.25},
- {"label":"M", "x":8.25, "y":4.25},
- {"label":",", "x":9.25, "y":4.25},
- {"label":".", "x":10.25, "y":4.25},
- {"label":"/", "x":11.25, "y":4.25},
- {"label":"Shift", "x":12.25, "y":4.25, "w":2.25},
- {"label":"Num 1", "x":15.5, "y":4.25},
- {"label":"Num 2", "x":16.5, "y":4.25},
- {"label":"Num 3", "x":17.5, "y":4.25},
- {"label":"Caps Lock", "x":0, "y":5.25},
- {"label":"Option", "x":1, "y":5.25},
- {"label":"Command", "x":2, "y":5.25, "w":1.75},
- {"label":"`", "x":3.75, "y":5.25},
- {"label":"Space", "x":4.75, "y":5.25, "w":4.75},
- {"label":"\\", "x":9.5, "y":5.25},
- {"label":"Left", "x":10.5, "y":5.25},
- {"label":"Right", "x":11.5, "y":5.25},
- {"label":"Down", "x":12.5, "y":5.25},
- {"label":"Up", "x":13.5, "y":5.25},
- {"label":"Num 0", "x":15.5, "y":5.25, "w":2},
- {"label":"Num .", "x":17.5, "y":5.25},
- {"label":"Num Enter", "x":18.5, "y":4.25, "h":2}
+ {"matrix": [15, 7], "x": 5, "y": 0, "w": 2},
+
+ {"matrix": [6, 5], "x": 0, "y": 1.25},
+ {"matrix": [2, 2], "x": 1, "y": 1.25},
+ {"matrix": [2, 3], "x": 2, "y": 1.25},
+ {"matrix": [2, 4], "x": 3, "y": 1.25},
+ {"matrix": [2, 5], "x": 4, "y": 1.25},
+ {"matrix": [2, 7], "x": 5, "y": 1.25},
+ {"matrix": [2, 6], "x": 6, "y": 1.25},
+ {"matrix": [3, 2], "x": 7, "y": 1.25},
+ {"matrix": [3, 4], "x": 8, "y": 1.25},
+ {"matrix": [3, 1], "x": 9, "y": 1.25},
+ {"matrix": [3, 5], "x": 10, "y": 1.25},
+ {"matrix": [3, 3], "x": 11, "y": 1.25},
+ {"matrix": [3, 0], "x": 12, "y": 1.25},
+ {"matrix": [6, 3], "x": 13, "y": 1.25, "w": 1.5},
+
+ {"matrix": [8, 7], "x": 15.5, "y": 1.25},
+ {"matrix": [10, 1], "x": 16.5, "y": 1.25},
+ {"matrix": [9, 3], "x": 17.5, "y": 1.25},
+ {"matrix": [8, 3], "x": 18.5, "y": 1.25},
+
+ {"matrix": [6, 0], "x": 0, "y": 2.25, "w": 1.5},
+ {"matrix": [1, 4], "x": 1.5, "y": 2.25},
+ {"matrix": [1, 5], "x": 2.5, "y": 2.25},
+ {"matrix": [1, 6], "x": 3.5, "y": 2.25},
+ {"matrix": [1, 7], "x": 4.5, "y": 2.25},
+ {"matrix": [2, 1], "x": 5.5, "y": 2.25},
+ {"matrix": [2, 0], "x": 6.5, "y": 2.25},
+ {"matrix": [4, 0], "x": 7.5, "y": 2.25},
+ {"matrix": [4, 2], "x": 8.5, "y": 2.25},
+ {"matrix": [3, 7], "x": 9.5, "y": 2.25},
+ {"matrix": [4, 3], "x": 10.5, "y": 2.25},
+ {"matrix": [4, 1], "x": 11.5, "y": 2.25},
+ {"matrix": [3, 6], "x": 12.5, "y": 2.25},
+
+ {"matrix": [11, 1], "x": 15.5, "y": 2.25},
+ {"matrix": [11, 3], "x": 16.5, "y": 2.25},
+ {"matrix": [11, 4], "x": 17.5, "y": 2.25},
+ {"matrix": [8, 5], "x": 18.5, "y": 2.25},
+
+ {"matrix": [6, 6], "x": 0, "y": 3.25, "w": 1.75},
+ {"matrix": [0, 0], "x": 1.75, "y": 3.25},
+ {"matrix": [0, 1], "x": 2.75, "y": 3.25},
+ {"matrix": [0, 2], "x": 3.75, "y": 3.25},
+ {"matrix": [0, 3], "x": 4.75, "y": 3.25},
+ {"matrix": [0, 5], "x": 5.75, "y": 3.25},
+ {"matrix": [0, 4], "x": 6.75, "y": 3.25},
+ {"matrix": [4, 6], "x": 7.75, "y": 3.25},
+ {"matrix": [5, 0], "x": 8.75, "y": 3.25},
+ {"matrix": [4, 5], "x": 9.75, "y": 3.25},
+ {"matrix": [5, 1], "x": 10.75, "y": 3.25},
+ {"matrix": [4, 7], "x": 11.75, "y": 3.25},
+ {"matrix": [4, 4], "x": 12.75, "y": 3.25, "w": 1.75},
+
+ {"matrix": [10, 6], "x": 15.5, "y": 3.25},
+ {"matrix": [10, 7], "x": 16.5, "y": 3.25},
+ {"matrix": [11, 0], "x": 17.5, "y": 3.25},
+ {"matrix": [9, 6], "x": 18.5, "y": 3.25},
+
+ {"matrix": [7, 0], "x": 0, "y": 4.25, "w": 2.25},
+ {"matrix": [0, 6], "x": 2.25, "y": 4.25},
+ {"matrix": [0, 7], "x": 3.25, "y": 4.25},
+ {"matrix": [1, 0], "x": 4.25, "y": 4.25},
+ {"matrix": [1, 1], "x": 5.25, "y": 4.25},
+ {"matrix": [1, 3], "x": 6.25, "y": 4.25},
+ {"matrix": [5, 5], "x": 7.25, "y": 4.25},
+ {"matrix": [5, 6], "x": 8.25, "y": 4.25},
+ {"matrix": [5, 3], "x": 9.25, "y": 4.25},
+ {"matrix": [5, 7], "x": 10.25, "y": 4.25},
+ {"matrix": [5, 4], "x": 11.25, "y": 4.25},
+ {"matrix": [15, 3], "x": 12.25, "y": 4.25, "w": 2.25},
+
+ {"matrix": [10, 3], "x": 15.5, "y": 4.25},
+ {"matrix": [10, 4], "x": 16.5, "y": 4.25},
+ {"matrix": [10, 5], "x": 17.5, "y": 4.25},
+
+ {"matrix": [7, 1], "x": 0, "y": 5.25},
+ {"matrix": [7, 2], "x": 1, "y": 5.25},
+ {"matrix": [6, 7], "x": 2, "y": 5.25, "w": 1.75},
+ {"matrix": [6, 2], "x": 3.75, "y": 5.25},
+ {"matrix": [6, 1], "x": 4.75, "y": 5.25, "w": 4.75},
+ {"matrix": [5, 2], "x": 9.5, "y": 5.25},
+ {"matrix": [7, 3], "x": 10.5, "y": 5.25},
+ {"matrix": [7, 4], "x": 11.5, "y": 5.25},
+ {"matrix": [7, 5], "x": 12.5, "y": 5.25},
+ {"matrix": [7, 6], "x": 13.5, "y": 5.25},
+
+ {"matrix": [10, 2], "x": 15.5, "y": 5.25, "w": 2},
+ {"matrix": [8, 1], "x": 17.5, "y": 5.25},
+ {"matrix": [9, 4], "x": 18.5, "y": 4.25, "h": 2}
]
}
}
diff --git a/keyboards/converter/m0110_usb/info.json b/keyboards/converter/m0110_usb/info.json
index 86aae250df..1869d2dacb 100644
--- a/keyboards/converter/m0110_usb/info.json
+++ b/keyboards/converter/m0110_usb/info.json
@@ -13,163 +13,182 @@
"layouts": {
"LAYOUT_ansi": {
"layout": [
- {"label":"`", "x":0, "y":0},
- {"label":"1", "x":1, "y":0},
- {"label":"2", "x":2, "y":0},
- {"label":"3", "x":3, "y":0},
- {"label":"4", "x":4, "y":0},
- {"label":"5", "x":5, "y":0},
- {"label":"6", "x":6, "y":0},
- {"label":"7", "x":7, "y":0},
- {"label":"8", "x":8, "y":0},
- {"label":"9", "x":9, "y":0},
- {"label":"0", "x":10, "y":0},
- {"label":"-", "x":11, "y":0},
- {"label":"=", "x":12, "y":0},
- {"label":"Backspace", "x":13, "y":0, "w":1.5},
- {"label":"Num Lock", "x":15.25, "y":0},
- {"label":"=", "x":16.25, "y":0},
- {"label":"/", "x":17.25, "y":0},
- {"label":"*", "x":18.25, "y":0},
- {"label":"Tab", "x":0, "y":1, "w":1.5},
- {"label":"Q", "x":1.5, "y":1},
- {"label":"W", "x":2.5, "y":1},
- {"label":"E", "x":3.5, "y":1},
- {"label":"R", "x":4.5, "y":1},
- {"label":"T", "x":5.5, "y":1},
- {"label":"Y", "x":6.5, "y":1},
- {"label":"U", "x":7.5, "y":1},
- {"label":"I", "x":8.5, "y":1},
- {"label":"O", "x":9.5, "y":1},
- {"label":"P", "x":10.5, "y":1},
- {"label":"[", "x":11.5, "y":1},
- {"label":"]", "x":12.5, "y":1},
- {"label":"7", "x":15.25, "y":1},
- {"label":"8", "x":16.25, "y":1},
- {"label":"9", "x":17.25, "y":1},
- {"label":"-", "x":18.25, "y":1},
- {"label":"Caps Lock", "x":0, "y":2, "w":1.75},
- {"label":"A", "x":1.75, "y":2},
- {"label":"S", "x":2.75, "y":2},
- {"label":"D", "x":3.75, "y":2},
- {"label":"F", "x":4.75, "y":2},
- {"label":"G", "x":5.75, "y":2},
- {"label":"H", "x":6.75, "y":2},
- {"label":"J", "x":7.75, "y":2},
- {"label":"K", "x":8.75, "y":2},
- {"label":"L", "x":9.75, "y":2},
- {"label":";", "x":10.75, "y":2},
- {"label":"'", "x":11.75, "y":2},
- {"label":"Enter", "x":12.75, "y":2, "w":1.75},
- {"label":"4", "x":15.25, "y":2},
- {"label":"5", "x":16.25, "y":2},
- {"label":"6", "x":17.25, "y":2},
- {"label":"+", "x":18.25, "y":2},
- {"label":"Shift", "x":0, "y":3, "w":2.25},
- {"label":"Z", "x":2.25, "y":3},
- {"label":"X", "x":3.25, "y":3},
- {"label":"C", "x":4.25, "y":3},
- {"label":"V", "x":5.25, "y":3},
- {"label":"B", "x":6.25, "y":3},
- {"label":"N", "x":7.25, "y":3},
- {"label":"M", "x":8.25, "y":3},
- {"label":",", "x":9.25, "y":3},
- {"label":".", "x":10.25, "y":3},
- {"label":"/", "x":11.25, "y":3},
- {"label":"Up", "x":13.5, "y":3},
- {"label":"1", "x":15.25, "y":3},
- {"label":"2", "x":16.25, "y":3},
- {"label":"3", "x":17.25, "y":3},
- {"label":"Enter", "x":18.25, "y":3, "h":2},
- {"label":"Alt", "x":0, "y":4, "w":1.5},
- {"label":"GUI", "x":1.5, "y":4, "w":2},
- {"label":"Space", "x":3.5, "y":4, "w":6},
- {"label":"MO(1)", "x":9.5, "y":4},
- {"label":"\\", "x":10.5, "y":4},
- {"label":"Left", "x":11.5, "y":4},
- {"label":"Right", "x":12.5, "y":4},
- {"label":"Down", "x":13.5, "y":4},
- {"label":"0", "x":15.25, "y":4, "w":2},
- {"label":".", "x":17.25, "y":4}
+ {"matrix": [6, 2], "x": 0, "y": 0},
+ {"matrix": [2, 2], "x": 1, "y": 0},
+ {"matrix": [2, 3], "x": 2, "y": 0},
+ {"matrix": [2, 4], "x": 3, "y": 0},
+ {"matrix": [2, 5], "x": 4, "y": 0},
+ {"matrix": [2, 7], "x": 5, "y": 0},
+ {"matrix": [2, 6], "x": 6, "y": 0},
+ {"matrix": [3, 2], "x": 7, "y": 0},
+ {"matrix": [3, 4], "x": 8, "y": 0},
+ {"matrix": [3, 1], "x": 9, "y": 0},
+ {"matrix": [3, 5], "x": 10, "y": 0},
+ {"matrix": [3, 3], "x": 11, "y": 0},
+ {"matrix": [3, 0], "x": 12, "y": 0},
+ {"matrix": [6, 3], "x": 13, "y": 0, "w": 1.5},
+
+ {"matrix": [8, 7], "x": 15.25, "y": 0},
+ {"matrix": [13, 0], "x": 16.25, "y": 0},
+ {"matrix": [13, 5], "x": 17.25, "y": 0},
+ {"matrix": [12, 2], "x": 18.25, "y": 0},
+
+ {"matrix": [6, 0], "x": 0, "y": 1, "w": 1.5},
+ {"matrix": [1, 4], "x": 1.5, "y": 1},
+ {"matrix": [1, 5], "x": 2.5, "y": 1},
+ {"matrix": [1, 6], "x": 3.5, "y": 1},
+ {"matrix": [1, 7], "x": 4.5, "y": 1},
+ {"matrix": [2, 1], "x": 5.5, "y": 1},
+ {"matrix": [2, 0], "x": 6.5, "y": 1},
+ {"matrix": [4, 0], "x": 7.5, "y": 1},
+ {"matrix": [4, 2], "x": 8.5, "y": 1},
+ {"matrix": [3, 7], "x": 9.5, "y": 1},
+ {"matrix": [4, 3], "x": 10.5, "y": 1},
+ {"matrix": [4, 1], "x": 11.5, "y": 1},
+ {"matrix": [3, 6], "x": 12.5, "y": 1},
+
+ {"matrix": [11, 1], "x": 15.25, "y": 1},
+ {"matrix": [11, 3], "x": 16.25, "y": 1},
+ {"matrix": [11, 4], "x": 17.25, "y": 1},
+ {"matrix": [9, 6], "x": 18.25, "y": 1},
+
+ {"matrix": [7, 1], "x": 0, "y": 2, "w": 1.75},
+ {"matrix": [0, 0], "x": 1.75, "y": 2},
+ {"matrix": [0, 1], "x": 2.75, "y": 2},
+ {"matrix": [0, 2], "x": 3.75, "y": 2},
+ {"matrix": [0, 3], "x": 4.75, "y": 2},
+ {"matrix": [0, 5], "x": 5.75, "y": 2},
+ {"matrix": [0, 4], "x": 6.75, "y": 2},
+ {"matrix": [4, 6], "x": 7.75, "y": 2},
+ {"matrix": [5, 0], "x": 8.75, "y": 2},
+ {"matrix": [4, 5], "x": 9.75, "y": 2},
+ {"matrix": [5, 1], "x": 10.75, "y": 2},
+ {"matrix": [4, 7], "x": 11.75, "y": 2},
+ {"matrix": [4, 4], "x": 12.75, "y": 2, "w": 1.75},
+
+ {"matrix": [10, 6], "x": 15.25, "y": 2},
+ {"matrix": [10, 7], "x": 16.25, "y": 2},
+ {"matrix": [11, 0], "x": 17.25, "y": 2},
+ {"matrix": [12, 6], "x": 18.25, "y": 2},
+
+ {"matrix": [7, 0], "x": 0, "y": 3, "w": 2.25},
+ {"matrix": [0, 6], "x": 2.25, "y": 3},
+ {"matrix": [0, 7], "x": 3.25, "y": 3},
+ {"matrix": [1, 0], "x": 4.25, "y": 3},
+ {"matrix": [1, 1], "x": 5.25, "y": 3},
+ {"matrix": [1, 3], "x": 6.25, "y": 3},
+ {"matrix": [5, 5], "x": 7.25, "y": 3},
+ {"matrix": [5, 6], "x": 8.25, "y": 3},
+ {"matrix": [5, 3], "x": 9.25, "y": 3},
+ {"matrix": [5, 7], "x": 10.25, "y": 3},
+ {"matrix": [5, 4], "x": 11.25, "y": 3},
+
+ {"matrix": [9, 5], "x": 13.5, "y": 3},
+
+ {"matrix": [10, 3], "x": 15.25, "y": 3},
+ {"matrix": [10, 4], "x": 16.25, "y": 3},
+ {"matrix": [10, 5], "x": 17.25, "y": 3},
+ {"matrix": [9, 4], "x": 18.25, "y": 3, "h": 2},
+
+ {"matrix": [7, 2], "x": 0, "y": 4, "w": 1.5},
+ {"matrix": [6, 7], "x": 1.5, "y": 4, "w": 2},
+ {"matrix": [6, 1], "x": 3.5, "y": 4, "w": 6},
+ {"matrix": [6, 4], "x": 9.5, "y": 4},
+ {"matrix": [5, 2], "x": 10.5, "y": 4},
+ {"matrix": [8, 6], "x": 11.5, "y": 4},
+ {"matrix": [8, 2], "x": 12.5, "y": 4},
+ {"matrix": [9, 0], "x": 13.5, "y": 4},
+
+ {"matrix": [10, 2], "x": 15.25, "y": 4, "w": 2},
+ {"matrix": [8, 1], "x": 17.25, "y": 4}
]
},
"LAYOUT_iso": {
"layout": [
- {"label":"`", "x":0, "y":0},
- {"label":"1", "x":1, "y":0},
- {"label":"2", "x":2, "y":0},
- {"label":"3", "x":3, "y":0},
- {"label":"4", "x":4, "y":0},
- {"label":"5", "x":5, "y":0},
- {"label":"6", "x":6, "y":0},
- {"label":"7", "x":7, "y":0},
- {"label":"8", "x":8, "y":0},
- {"label":"9", "x":9, "y":0},
- {"label":"0", "x":10, "y":0},
- {"label":"-", "x":11, "y":0},
- {"label":"=", "x":12, "y":0},
- {"label":"Backspace", "x":13, "y":0, "w":1.5},
- {"label":"Num Lock", "x":15.25, "y":0},
- {"label":"=", "x":16.25, "y":0},
- {"label":"/", "x":17.25, "y":0},
- {"label":"*", "x":18.25, "y":0},
- {"label":"Tab", "x":0, "y":1, "w":1.5},
- {"label":"Q", "x":1.5, "y":1},
- {"label":"W", "x":2.5, "y":1},
- {"label":"E", "x":3.5, "y":1},
- {"label":"R", "x":4.5, "y":1},
- {"label":"T", "x":5.5, "y":1},
- {"label":"Y", "x":6.5, "y":1},
- {"label":"U", "x":7.5, "y":1},
- {"label":"I", "x":8.5, "y":1},
- {"label":"O", "x":9.5, "y":1},
- {"label":"P", "x":10.5, "y":1},
- {"label":"[", "x":11.5, "y":1},
- {"label":"]", "x":12.5, "y":1},
- {"label":"Return", "x":13.75, "y":1, "w":0.75, "h":2},
- {"label":"7", "x":15.25, "y":1},
- {"label":"8", "x":16.25, "y":1},
- {"label":"9", "x":17.25, "y":1},
- {"label":"-", "x":18.25, "y":1},
- {"label":"Caps Lock", "x":0, "y":2, "w":1.75},
- {"label":"A", "x":1.75, "y":2},
- {"label":"S", "x":2.75, "y":2},
- {"label":"D", "x":3.75, "y":2},
- {"label":"F", "x":4.75, "y":2},
- {"label":"G", "x":5.75, "y":2},
- {"label":"H", "x":6.75, "y":2},
- {"label":"J", "x":7.75, "y":2},
- {"label":"K", "x":8.75, "y":2},
- {"label":"L", "x":9.75, "y":2},
- {"label":";", "x":10.75, "y":2},
- {"label":"'", "x":11.75, "y":2},
- {"label":"#", "x":12.75, "y":2},
- {"label":"4", "x":15.25, "y":2},
- {"label":"5", "x":16.25, "y":2},
- {"label":"6", "x":17.25, "y":2},
- {"label":"+", "x":18.25, "y":2},
- {"label":"Shift", "x":0, "y":3, "w":1.25},
- {"label":"\\", "x":1.25, "y":3},
- {"label":"Z", "x":2.25, "y":3},
- {"label":"X", "x":3.25, "y":3},
- {"label":"C", "x":4.25, "y":3},
- {"label":"V", "x":5.25, "y":3},
- {"label":"B", "x":6.25, "y":3},
- {"label":"N", "x":7.25, "y":3},
- {"label":"M", "x":8.25, "y":3},
- {"label":",", "x":9.25, "y":3},
- {"label":".", "x":10.25, "y":3},
- {"label":"/", "x":11.25, "y":3},
- {"label":"1", "x":15.25, "y":3},
- {"label":"2", "x":16.25, "y":3},
- {"label":"3", "x":17.25, "y":3},
- {"label":"Enter", "x":18.25, "y":3, "h":2},
- {"label":"Option", "x":1, "y":4},
- {"label":"GUI", "x":2, "y":4, "w":1.5},
- {"label":"Space", "x":3.5, "y":4, "w":7.5},
- {"label":"Enter", "x":11, "y":4, "w":1.5},
- {"label":"0", "x":15.25, "y":4, "w":2},
- {"label":".", "x":17.25, "y":4}
+ {"matrix": [6, 2], "x": 0, "y": 0},
+ {"matrix": [2, 2], "x": 1, "y": 0},
+ {"matrix": [2, 3], "x": 2, "y": 0},
+ {"matrix": [2, 4], "x": 3, "y": 0},
+ {"matrix": [2, 5], "x": 4, "y": 0},
+ {"matrix": [2, 7], "x": 5, "y": 0},
+ {"matrix": [2, 6], "x": 6, "y": 0},
+ {"matrix": [3, 2], "x": 7, "y": 0},
+ {"matrix": [3, 4], "x": 8, "y": 0},
+ {"matrix": [3, 1], "x": 9, "y": 0},
+ {"matrix": [3, 5], "x": 10, "y": 0},
+ {"matrix": [3, 3], "x": 11, "y": 0},
+ {"matrix": [3, 0], "x": 12, "y": 0},
+ {"matrix": [6, 3], "x": 13, "y": 0, "w": 1.5},
+
+ {"matrix": [8, 7], "x": 15.25, "y": 0},
+ {"matrix": [13, 0], "x": 16.25, "y": 0},
+ {"matrix": [13, 5], "x": 17.25, "y": 0},
+ {"matrix": [12, 2], "x": 18.25, "y": 0},
+
+ {"matrix": [6, 0], "x": 0, "y": 1, "w": 1.5},
+ {"matrix": [1, 4], "x": 1.5, "y": 1},
+ {"matrix": [1, 5], "x": 2.5, "y": 1},
+ {"matrix": [1, 6], "x": 3.5, "y": 1},
+ {"matrix": [1, 7], "x": 4.5, "y": 1},
+ {"matrix": [2, 1], "x": 5.5, "y": 1},
+ {"matrix": [2, 0], "x": 6.5, "y": 1},
+ {"matrix": [4, 0], "x": 7.5, "y": 1},
+ {"matrix": [4, 2], "x": 8.5, "y": 1},
+ {"matrix": [3, 7], "x": 9.5, "y": 1},
+ {"matrix": [4, 3], "x": 10.5, "y": 1},
+ {"matrix": [4, 1], "x": 11.5, "y": 1},
+ {"matrix": [3, 6], "x": 12.5, "y": 1},
+ {"matrix": [5, 2], "x": 13.75, "y": 1, "w": 0.75, "h": 2},
+
+ {"matrix": [11, 1], "x": 15.25, "y": 1},
+ {"matrix": [11, 3], "x": 16.25, "y": 1},
+ {"matrix": [11, 4], "x": 17.25, "y": 1},
+ {"matrix": [9, 6], "x": 18.25, "y": 1},
+
+ {"matrix": [7, 1], "x": 0, "y": 2, "w": 1.75},
+ {"matrix": [0, 0], "x": 1.75, "y": 2},
+ {"matrix": [0, 1], "x": 2.75, "y": 2},
+ {"matrix": [0, 2], "x": 3.75, "y": 2},
+ {"matrix": [0, 3], "x": 4.75, "y": 2},
+ {"matrix": [0, 5], "x": 5.75, "y": 2},
+ {"matrix": [0, 4], "x": 6.75, "y": 2},
+ {"matrix": [4, 6], "x": 7.75, "y": 2},
+ {"matrix": [5, 0], "x": 8.75, "y": 2},
+ {"matrix": [4, 5], "x": 9.75, "y": 2},
+ {"matrix": [5, 1], "x": 10.75, "y": 2},
+ {"matrix": [4, 7], "x": 11.75, "y": 2},
+ {"matrix": [4, 4], "x": 12.75, "y": 2},
+
+ {"matrix": [10, 6], "x": 15.25, "y": 2},
+ {"matrix": [10, 7], "x": 16.25, "y": 2},
+ {"matrix": [11, 0], "x": 17.25, "y": 2},
+ {"matrix": [12, 6], "x": 18.25, "y": 2},
+
+ {"matrix": [7, 0], "x": 0, "y": 3, "w": 1.25},
+ {"matrix": [0, 6], "x": 1.25, "y": 3},
+ {"matrix": [0, 7], "x": 2.25, "y": 3},
+ {"matrix": [1, 0], "x": 3.25, "y": 3},
+ {"matrix": [1, 1], "x": 4.25, "y": 3},
+ {"matrix": [1, 3], "x": 5.25, "y": 3},
+ {"matrix": [5, 5], "x": 6.25, "y": 3},
+ {"matrix": [5, 6], "x": 7.25, "y": 3},
+ {"matrix": [5, 3], "x": 8.25, "y": 3},
+ {"matrix": [5, 7], "x": 9.25, "y": 3},
+ {"matrix": [5, 4], "x": 10.25, "y": 3},
+ {"matrix": [1, 2], "x": 11.25, "y": 3},
+
+ {"matrix": [10, 3], "x": 15.25, "y": 3},
+ {"matrix": [10, 4], "x": 16.25, "y": 3},
+ {"matrix": [10, 5], "x": 17.25, "y": 3},
+ {"matrix": [9, 4], "x": 18.25, "y": 3, "h": 2},
+
+ {"matrix": [7, 2], "x": 1, "y": 4},
+ {"matrix": [6, 7], "x": 2, "y": 4, "w": 1.5},
+ {"matrix": [6, 4], "x": 3.5, "y": 4, "w": 7.5},
+ {"matrix": [6, 1], "x": 11, "y": 4, "w": 1.5},
+
+ {"matrix": [10, 2], "x": 15.25, "y": 4, "w": 2},
+ {"matrix": [8, 1], "x": 17.25, "y": 4}
]
}
}
diff --git a/keyboards/converter/m0110_usb/m0110_usb.h b/keyboards/converter/m0110_usb/m0110_usb.h
deleted file mode 100644
index 944296afdc..0000000000
--- a/keyboards/converter/m0110_usb/m0110_usb.h
+++ /dev/null
@@ -1,131 +0,0 @@
-/*
-Copyright 2011,2012,2014,2015 Jun Wako <wakojun@gmail.com>
-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 <http://www.gnu.org/licenses/>.
-
---------------
-
-Ported to QMK by Techsock <info@techsock.com>
-*/
-
-#pragma once
-
-#include "quantum.h"
-
-#define XXX KC_NO
-
-/* Common layout for M0110 and M0110A
- * This keymap works with both keyboards. As you can see, the M0110A is
- * a superset of M0110 keyboard, only one exception is 'Enter'(34) of M0110
- * does not exist on the M0110A.
- *
- * ,---------------------------------------------------------. ,---------------.
- * | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backs| |Clr| =| /| *|
- * |---------------------------------------------------------| |---------------|
- * |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| | | 7| 8| 9| -|
- * |-----------------------------------------------------' | |---------------|
- * |Caps | A| S| D| F| G| H| J| K| L| ;| '|Return| | 4| 5| 6| +|
- * |---------------------------------------------------------| |---------------|
- * |Shift | Z| X| C| V| B| N| M| ,| ,| /|Shft|Up | | 1| 2| 3| |
- * |---------------------------------------------------------| |-----------|Ent|
- * |Opt |Mac | Space |Ent| \|Lft|Rgt|Dn | | 0| .| |
- * `---------------------------------------------------------' `---------------'
- *
- * M0110A scan codes
- * ,---------------------------------------------------------. ,---------------.
- * | 32| 12| 13| 14| 15| 17| 16| 1A| 1C| 19| 1D| 1B| 18| 33| | 47| 68| 6D| 62|
- * |---------------------------------------------------------| |---------------|
- * | 30| 0C| 0D| 0E| 0F| 11| 10| 20| 22| 1F| 23| 21| 1E| | | 59| 5B| 5C| 4E|
- * |-----------------------------------------------------' | |---------------|
- * | 39| 00| 01| 02| 03| 05| 04| 26| 28| 25| 29| 27| 24| | 56| 57| 58| 66|
- * |---------------------------------------------------------| |---------------|
- * | 38| 06| 07| 08| 09| 0B| 2D| 2E| 2B| 2F| 2C| 38| 4D| | 53| 54| 55| |
- * `---------------------------------------------------------' |-----------| 4C|
- * | 3A| 37| 31 | 2A| 46| 42| 48| | 52| 41| |
- * `---------------------------------------------------------' `---------------'
- *
- * M0110 + M0120 scan codes
- * ,---------------------------------------------------------. ,---------------.
- * | 32| 12| 13| 14| 15| 17| 16| 1A| 1C| 19| 1D| 1B| 18| 33| | 47| 68| 6D| 62|
- * |---------------------------------------------------------| |---------------|
- * | 30| 0C| 0D| 0E| 0F| 11| 10| 20| 22| 1F| 23| 21| 1E| 2A| | 59| 5B| 5C| 4E|
- * |---------------------------------------------------------| |---------------|
- * | 39| 00| 01| 02| 03| 05| 04| 26| 28| 25| 29| 27| 24| | 56| 57| 58| 66|
- * |---------------------------------------------------------| |---------------|
- * | 38| 06| 07| 08| 09| 0B| 2D| 2E| 2B| 2F| 2C| 38| | 53| 54| 55| |
- * `---------------------------------------------------------' |-----------| 4C|
- * | 3A| 37| 31 | 34| 3A| | 52| 41| |
- * `------------------------------------------------' `---------------'
- * Two right and left keys of 38 and 3A are identical, you cannot discriminate those two.
- */
-#define LAYOUT_ansi( \
- K32, K12, K13, K14, K15, K17, K16, K1A, K1C, K19, K1D, K1B, K18, K33, K47, K68, K6D, K62, \
- K30, K0C, K0D, K0E, K0F, K11, K10, K20, K22, K1F, K23, K21, K1E, K59, K5B, K5C, K4E, \
- K39, K00, K01, K02, K03, K05, K04, K26, K28, K25, K29, K27, K24, K56, K57, K58, K66, \
- K38, K06, K07, K08, K09, K0B, K2D, K2E, K2B, K2F, K2C, K4D, K53, K54, K55, K4C, \
- K3A, K37, K31, K34, K2A, K46, K42, K48, K52, K41 \
-) { \
- { K00, K01, K02, K03, K04, K05, K06, K07 }, \
- { K08, K09, XXX, K0B, K0C, K0D, K0E, K0F }, \
- { K10, K11, K12, K13, K14, K15, K16, K17 }, \
- { K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \
- { K20, K21, K22, K23, K24, K25, K26, K27 }, \
- { K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \
- { K30, K31, K32, K33, K34, XXX, XXX, K37 }, \
- { K38, K39, K3A, XXX, XXX, XXX, XXX, XXX }, \
- { XXX, K41, K42, XXX, XXX, XXX, K46, K47 }, \
- { K48, XXX, XXX, XXX, K4C, K4D, K4E, XXX }, \
- { XXX, XXX, K52, K53, K54, K55, K56, K57 }, \
- { K58, K59, XXX, K5B, K5C, XXX, XXX, XXX }, \
- { XXX, XXX, K62, XXX, XXX, XXX, K66, XXX }, \
- { K68, XXX, XXX, XXX, XXX, K6D, XXX, XXX } \
-}
-
-/* International keyboard layout for M0110 + M0120
- * https://en.wikipedia.org/wiki/File:Apple_Macintosh_Plus_Keyboard.jpg
- * Probably International keyboard layout of M0110A doesn't exist.
- *
- * M0110 + M0120 scan codes
- * ,---------------------------------------------------------. ,---------------.
- * | 32| 12| 13| 14| 15| 17| 16| 1A| 1C| 19| 1D| 1B| 18| 33| | 47| 68| 6D| 62|
- * |---------------------------------------------------------| |---------------|
- * | 30| 0C| 0D| 0E| 0F| 11| 10| 20| 22| 1F| 23| 21| 1E| 2A| | 59| 5B| 5C| 4E|
- * |------------------------------------------------------, | |---------------|
- * | 39| 00| 01| 02| 03| 05| 04| 26| 28| 25| 29| 27| 24| | | 56| 57| 58| 66|
- * |---------------------------------------------------------| |---------------|
- * | 38| 06| 07| 08| 09| 0B| 2D| 2E| 2B| 2F| 2C| 0A| 38| | 53| 54| 55| |
- * `---------------------------------------------------------' |-----------| 4C|
- * | 3A| 37| 34 | 31| 3A| | 52| 41| |
- * `------------------------------------------------' `---------------'
- * Two right and left keys of 38 and 3A are identical, you cannot discriminate those two.
- */
-#define LAYOUT_iso( \
- K32, K12, K13, K14, K15, K17, K16, K1A, K1C, K19, K1D, K1B, K18, K33, K47, K68, K6D, K62, \
- K30, K0C, K0D, K0E, K0F, K11, K10, K20, K22, K1F, K23, K21, K1E, K2A, K59, K5B, K5C, K4E, \
- K39, K00, K01, K02, K03, K05, K04, K26, K28, K25, K29, K27, K24, K56, K57, K58, K66, \
- K38, K06, K07, K08, K09, K0B, K2D, K2E, K2B, K2F, K2C, K0A, K53, K54, K55, K4C, \
- K3A, K37, K34, K31, K52, K41 \
-) { \
- { K00, K01, K02, K03, K04, K05, K06, K07 }, \
- { K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \
- { K10, K11, K12, K13, K14, K15, K16, K17 }, \
- { K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \
- { K20, K21, K22, K23, K24, K25, K26, K27 }, \
- { K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \
- { K30, K31, K32, K33, K34, XXX, XXX, K37 }, \
- { K38, K39, K3A, XXX, XXX, XXX, XXX, XXX }, \
- { XXX, K41, XXX, XXX, XXX, XXX, XXX, K47 }, \
- { XXX, XXX, XXX, XXX, K4C, XXX, K4E, XXX }, \
- { XXX, XXX, K52, K53, K54, K55, K56, K57 }, \
- { K58, K59, XXX, K5B, K5C, XXX, XXX, XXX }, \
- { XXX, XXX, K62, XXX, XXX, XXX, K66, XXX }, \
- { K68, XXX, XXX, XXX, XXX, K6D, XXX, XXX } \
-}
diff --git a/keyboards/converter/sun_usb/type5/info.json b/keyboards/converter/sun_usb/type5/info.json
index 23d80c4121..c26e85a65b 100644
--- a/keyboards/converter/sun_usb/type5/info.json
+++ b/keyboards/converter/sun_usb/type5/info.json
@@ -2,373 +2,448 @@
"layouts": {
"LAYOUT_jp_unix": {
"layout": [
- {"label":"HELP", "x":0, "y":0, "w":2},
- {"label":"NO", "x":2.25, "y":0},
- {"label":"F1", "x":4.25, "y":0},
- {"label":"F2", "x":5.25, "y":0},
- {"label":"F3", "x":6.25, "y":0},
- {"label":"F4", "x":7.25, "y":0},
- {"label":"F5", "x":8.75, "y":0},
- {"label":"F6", "x":9.75, "y":0},
- {"label":"F7", "x":10.75, "y":0},
- {"label":"F8", "x":11.75, "y":0},
- {"label":"F9", "x":13.25, "y":0},
- {"label":"F10", "x":14.25, "y":0},
- {"label":"F11", "x":15.25, "y":0},
- {"label":"F12", "x":16.25, "y":0},
- {"label":"PRINT SCREEN", "x":17.5, "y":0},
- {"label":"SCROLL LOCK", "x":18.5, "y":0},
- {"label":"PAUSE", "x":19.5, "y":0},
- {"label":"MUTE", "x":20.75, "y":0},
- {"label":"VOLD", "x":21.75, "y":0},
- {"label":"VOLU", "x":22.75, "y":0},
- {"label":"PWR", "x":23.75, "y":0},
- {"label":"STOP", "x":0, "y":2},
- {"label":"AGAIN", "x":1, "y":2},
- {"label":"ESC", "x":2.25, "y":2},
- {"label":"1", "x":3.25, "y":2},
- {"label":"2", "x":4.25, "y":2},
- {"label":"3", "x":5.25, "y":2},
- {"label":"4", "x":6.25, "y":2},
- {"label":"5", "x":7.25, "y":2},
- {"label":"6", "x":8.25, "y":2},
- {"label":"7", "x":9.25, "y":2},
- {"label":"8", "x":10.25, "y":2},
- {"label":"9", "x":11.25, "y":2},
- {"label":"0", "x":12.25, "y":2},
- {"label":"MINUS", "x":13.25, "y":2},
- {"label":"EQUAL", "x":14.25, "y":2},
- {"label":"BACKSLASH", "x":15.25, "y":2},
- {"label":"GRAVE", "x":16.25, "y":2},
- {"label":"INSERT", "x":17.5, "y":2},
- {"label":"HOME", "x":18.5, "y":2},
- {"label":"PAGE UP", "x":19.5, "y":2},
- {"label":"NUM LOCK", "x":20.75, "y":2},
- {"label":"PSLASH", "x":21.75, "y":2},
- {"label":"PASTERISK", "x":22.75, "y":2},
- {"label":"PMINUS", "x":23.75, "y":2},
- {"label":"MENU", "x":0, "y":3},
- {"label":"UNDO", "x":1, "y":3},
- {"label":"TAB", "x":2.25, "y":3, "w":1.5},
- {"label":"Q", "x":3.75, "y":3},
- {"label":"W", "x":4.75, "y":3},
- {"label":"E", "x":5.75, "y":3},
- {"label":"R", "x":6.75, "y":3},
- {"label":"T", "x":7.75, "y":3},
- {"label":"Y", "x":8.75, "y":3},
- {"label":"U", "x":9.75, "y":3},
- {"label":"I", "x":10.75, "y":3},
- {"label":"O", "x":11.75, "y":3},
- {"label":"P", "x":12.75, "y":3},
- {"label":"LBRACKET", "x":13.75, "y":3},
- {"label":"RBRACKET", "x":14.75, "y":3},
- {"label":"BACKSPACE", "x":15.75, "y":3, "w":1.5},
- {"label":"DELETE", "x":17.5, "y":3},
- {"label":"END", "x":18.5, "y":3},
- {"label":"PAGE DOWN", "x":19.5, "y":3},
- {"label":"P7", "x":20.75, "y":3},
- {"label":"P8", "x":21.75, "y":3},
- {"label":"P9", "x":22.75, "y":3},
- {"label":"PPLUS", "x":23.75, "y":3, "h":2},
- {"label":"SELECT", "x":0, "y":4},
- {"label":"COPY", "x":1, "y":4},
- {"label":"LCTRL", "x":2.25, "y":4, "w":1.75},
- {"label":"A", "x":4, "y":4},
- {"label":"S", "x":5, "y":4},
- {"label":"D", "x":6, "y":4},
- {"label":"F", "x":7, "y":4},
- {"label":"G", "x":8, "y":4},
- {"label":"H", "x":9, "y":4},
- {"label":"J", "x":10, "y":4},
- {"label":"K", "x":11, "y":4},
- {"label":"L", "x":12, "y":4},
- {"label":"SEMICOLON", "x":13, "y":4},
- {"label":"QUOTE", "x":14, "y":4},
- {"label":"ENTER", "x":15, "y":4, "w":2.25},
- {"label":"P4", "x":20.75, "y":4},
- {"label":"P5", "x":21.75, "y":4},
- {"label":"P6", "x":22.75, "y":4},
- {"label":"EXECUTE", "x":0, "y":5},
- {"label":"PASTE", "x":1, "y":5},
- {"label":"LSHIFT", "x":2.25, "y":5, "w":2.25},
- {"label":"Z", "x":4.5, "y":5},
- {"label":"X", "x":5.5, "y":5},
- {"label":"C", "x":6.5, "y":5},
- {"label":"V", "x":7.5, "y":5},
- {"label":"B", "x":8.5, "y":5},
- {"label":"N", "x":9.5, "y":5},
- {"label":"M", "x":10.5, "y":5},
- {"label":"COMMA", "x":11.5, "y":5},
- {"label":"PERIOD", "x":12.5, "y":5},
- {"label":"SLASH", "x":13.5, "y":5},
- {"label":"RSHIFT", "x":14.5, "y":5, "w":2.75},
- {"label":"UP", "x":18.5, "y":5},
- {"label":"P1", "x":20.75, "y":5},
- {"label":"P2", "x":21.75, "y":5},
- {"label":"P3", "x":22.75, "y":5},
- {"label":"PENTER", "x":23.75, "y":5, "h":2},
- {"label":"FIND", "x":0, "y":6},
- {"label":"CUT", "x":1, "y":6},
- {"label":"CAPS LOCK", "x":2.25, "y":6},
- {"label":"LALT", "x":3.25, "y":6},
- {"label":"LGUI", "x":4.25, "y":6},
- {"label":"HENKAN", "x":5.25, "y":6, "w":1.5},
- {"label":"SPACE", "x":6.75, "y":6, "w":5},
- {"label":"MUHENKAN", "x":11.75, "y":6, "w":1.5},
- {"label":"KANA", "x":13.25, "y":6},
- {"label":"RGUI", "x":14.25, "y":6},
- {"label":"APP", "x":15.25, "y":6},
- {"label":"RALT", "x":16.25, "y":6},
- {"label":"LEFT", "x":17.5, "y":6},
- {"label":"DOWN", "x":18.5, "y":6},
- {"label":"RIGHT", "x":19.5, "y":6},
- {"label":"P0", "x":20.75, "y":6, "w":2},
- {"label":"PDOT", "x":22.75, "y":6}
+ {"matrix": [14, 6], "x": 0, "y": 0, "w": 2},
+
+ {"matrix": [1, 7], "x": 2.25, "y": 0},
+
+ {"matrix": [0, 5], "x": 4.25, "y": 0},
+ {"matrix": [0, 6], "x": 5.25, "y": 0},
+ {"matrix": [1, 0], "x": 6.25, "y": 0},
+ {"matrix": [1, 2], "x": 7.25, "y": 0},
+
+ {"matrix": [1, 4], "x": 8.75, "y": 0},
+ {"matrix": [1, 6], "x": 9.75, "y": 0},
+ {"matrix": [2, 0], "x": 10.75, "y": 0},
+ {"matrix": [2, 1], "x": 11.75, "y": 0},
+
+ {"matrix": [2, 2], "x": 13.25, "y": 0},
+ {"matrix": [0, 7], "x": 14.25, "y": 0},
+ {"matrix": [1, 1], "x": 15.25, "y": 0},
+ {"matrix": [1, 3], "x": 16.25, "y": 0},
+
+ {"matrix": [2, 6], "x": 17.5, "y": 0},
+ {"matrix": [2, 7], "x": 18.5, "y": 0},
+ {"matrix": [2, 5], "x": 19.5, "y": 0},
+
+ {"matrix": [5, 5], "x": 20.75, "y": 0},
+ {"matrix": [0, 2], "x": 21.75, "y": 0},
+ {"matrix": [0, 4], "x": 22.75, "y": 0},
+ {"matrix": [6, 0], "x": 23.75, "y": 0},
+
+ {"matrix": [0, 1], "x": 0, "y": 2},
+ {"matrix": [0, 3], "x": 1, "y": 2},
+
+ {"matrix": [3, 5], "x": 2.25, "y": 2},
+ {"matrix": [3, 6], "x": 3.25, "y": 2},
+ {"matrix": [3, 7], "x": 4.25, "y": 2},
+ {"matrix": [4, 0], "x": 5.25, "y": 2},
+ {"matrix": [4, 1], "x": 6.25, "y": 2},
+ {"matrix": [4, 2], "x": 7.25, "y": 2},
+ {"matrix": [4, 3], "x": 8.25, "y": 2},
+ {"matrix": [4, 4], "x": 9.25, "y": 2},
+ {"matrix": [4, 5], "x": 10.25, "y": 2},
+ {"matrix": [4, 6], "x": 11.25, "y": 2},
+ {"matrix": [4, 7], "x": 12.25, "y": 2},
+ {"matrix": [5, 0], "x": 13.25, "y": 2},
+ {"matrix": [5, 1], "x": 14.25, "y": 2},
+ {"matrix": [11, 0], "x": 15.25, "y": 2},
+ {"matrix": [5, 2], "x": 16.25, "y": 2},
+
+ {"matrix": [5, 4], "x": 17.5, "y": 2},
+ {"matrix": [6, 4], "x": 18.5, "y": 2},
+ {"matrix": [12, 0], "x": 19.5, "y": 2},
+
+ {"matrix": [12, 2], "x": 20.75, "y": 2},
+ {"matrix": [5, 6], "x": 21.75, "y": 2},
+ {"matrix": [5, 7], "x": 22.75, "y": 2},
+ {"matrix": [8, 7], "x": 23.75, "y": 2},
+
+ {"matrix": [3, 1], "x": 0, "y": 3},
+ {"matrix": [3, 2], "x": 1, "y": 3},
+
+ {"matrix": [6, 5], "x": 2.25, "y": 3, "w": 1.5},
+ {"matrix": [6, 6], "x": 3.75, "y": 3},
+ {"matrix": [6, 7], "x": 4.75, "y": 3},
+ {"matrix": [7, 0], "x": 5.75, "y": 3},
+ {"matrix": [7, 1], "x": 6.75, "y": 3},
+ {"matrix": [7, 2], "x": 7.75, "y": 3},
+ {"matrix": [7, 3], "x": 8.75, "y": 3},
+ {"matrix": [7, 4], "x": 9.75, "y": 3},
+ {"matrix": [7, 5], "x": 10.75, "y": 3},
+ {"matrix": [7, 6], "x": 11.75, "y": 3},
+ {"matrix": [7, 7], "x": 12.75, "y": 3},
+ {"matrix": [8, 0], "x": 13.75, "y": 3},
+ {"matrix": [8, 1], "x": 14.75, "y": 3},
+ {"matrix": [5, 3], "x": 15.75, "y": 3, "w": 1.5},
+
+ {"matrix": [8, 2], "x": 17.5, "y": 3},
+ {"matrix": [9, 2], "x": 18.5, "y": 3},
+ {"matrix": [15, 3], "x": 19.5, "y": 3},
+
+ {"matrix": [8, 4], "x": 20.75, "y": 3},
+ {"matrix": [8, 5], "x": 21.75, "y": 3},
+ {"matrix": [8, 6], "x": 22.75, "y": 3},
+ {"matrix": [15, 5], "x": 23.75, "y": 3, "h": 2},
+
+ {"matrix": [6, 1], "x": 0, "y": 4},
+ {"matrix": [6, 3], "x": 1, "y": 4},
+
+ {"matrix": [9, 4], "x": 2.25, "y": 4, "w": 1.75},
+ {"matrix": [9, 5], "x": 4, "y": 4},
+ {"matrix": [9, 6], "x": 5, "y": 4},
+ {"matrix": [9, 7], "x": 6, "y": 4},
+ {"matrix": [10, 0], "x": 7, "y": 4},
+ {"matrix": [10, 1], "x": 8, "y": 4},
+ {"matrix": [10, 2], "x": 9, "y": 4},
+ {"matrix": [10, 3], "x": 10, "y": 4},
+ {"matrix": [10, 4], "x": 11, "y": 4},
+ {"matrix": [10, 5], "x": 12, "y": 4},
+ {"matrix": [10, 6], "x": 13, "y": 4},
+ {"matrix": [10, 7], "x": 14, "y": 4},
+ {"matrix": [11, 1], "x": 15, "y": 4, "w": 2.25},
+
+ {"matrix": [11, 3], "x": 20.75, "y": 4},
+ {"matrix": [11, 4], "x": 21.75, "y": 4},
+ {"matrix": [11, 5], "x": 22.75, "y": 4},
+
+ {"matrix": [9, 0], "x": 0, "y": 5},
+ {"matrix": [9, 1], "x": 1, "y": 5},
+
+ {"matrix": [12, 3], "x": 2.25, "y": 5, "w": 2.25},
+ {"matrix": [12, 4], "x": 4.5, "y": 5},
+ {"matrix": [12, 5], "x": 5.5, "y": 5},
+ {"matrix": [12, 6], "x": 6.5, "y": 5},
+ {"matrix": [12, 7], "x": 7.5, "y": 5},
+ {"matrix": [13, 0], "x": 8.5, "y": 5},
+ {"matrix": [13, 1], "x": 9.5, "y": 5},
+ {"matrix": [13, 2], "x": 10.5, "y": 5},
+ {"matrix": [13, 3], "x": 11.5, "y": 5},
+ {"matrix": [13, 4], "x": 12.5, "y": 5},
+ {"matrix": [13, 5], "x": 13.5, "y": 5},
+ {"matrix": [13, 6], "x": 14.5, "y": 5, "w": 2.75},
+
+ {"matrix": [2, 4], "x": 18.5, "y": 5},
+
+ {"matrix": [14, 0], "x": 20.75, "y": 5},
+ {"matrix": [14, 1], "x": 21.75, "y": 5},
+ {"matrix": [14, 2], "x": 22.75, "y": 5},
+ {"matrix": [11, 2], "x": 23.75, "y": 5, "h": 2},
+
+ {"matrix": [11, 7], "x": 0, "y": 6},
+ {"matrix": [12, 1], "x": 1, "y": 6},
+
+ {"matrix": [14, 7], "x": 2.25, "y": 6},
+ {"matrix": [2, 3], "x": 3.25, "y": 6},
+ {"matrix": [15, 0], "x": 4.25, "y": 6},
+ {"matrix": [14, 3], "x": 5.25, "y": 6, "w": 1.5},
+ {"matrix": [15, 1], "x": 6.75, "y": 6, "w": 5},
+ {"matrix": [14, 4], "x": 11.75, "y": 6, "w": 1.5},
+ {"matrix": [14, 5], "x": 13.25, "y": 6},
+ {"matrix": [15, 2], "x": 14.25, "y": 6},
+ {"matrix": [8, 3], "x": 15.25, "y": 6},
+ {"matrix": [1, 5], "x": 16.25, "y": 6},
+
+ {"matrix": [3, 0], "x": 17.5, "y": 6},
+ {"matrix": [3, 3], "x": 18.5, "y": 6},
+ {"matrix": [3, 4], "x": 19.5, "y": 6},
+
+ {"matrix": [11, 6], "x": 20.75, "y": 6, "w": 2},
+ {"matrix": [6, 2], "x": 22.75, "y": 6}
]
},
"LAYOUT_us_unix": {
"layout": [
- {"label":"HELP", "x":0, "y":0, "w":2},
- {"label":"NO", "x":2.25, "y":0},
- {"label":"F1", "x":4.25, "y":0},
- {"label":"F2", "x":5.25, "y":0},
- {"label":"F3", "x":6.25, "y":0},
- {"label":"F4", "x":7.25, "y":0},
- {"label":"F5", "x":8.75, "y":0},
- {"label":"F6", "x":9.75, "y":0},
- {"label":"F7", "x":10.75, "y":0},
- {"label":"F8", "x":11.75, "y":0},
- {"label":"F9", "x":13.25, "y":0},
- {"label":"F10", "x":14.25, "y":0},
- {"label":"F11", "x":15.25, "y":0},
- {"label":"F12", "x":16.25, "y":0},
- {"label":"PRINT SCREEN", "x":17.5, "y":0},
- {"label":"SCROLL LOCK", "x":18.5, "y":0},
- {"label":"PAUSE", "x":19.5, "y":0},
- {"label":"MUTE", "x":20.75, "y":0},
- {"label":"VOLD", "x":21.75, "y":0},
- {"label":"VOLU", "x":22.75, "y":0},
- {"label":"PWR", "x":23.75, "y":0},
- {"label":"STOP", "x":0, "y":2},
- {"label":"AGAIN", "x":1, "y":2},
- {"label":"ESC", "x":2.25, "y":2},
- {"label":"1", "x":3.25, "y":2},
- {"label":"2", "x":4.25, "y":2},
- {"label":"3", "x":5.25, "y":2},
- {"label":"4", "x":6.25, "y":2},
- {"label":"5", "x":7.25, "y":2},
- {"label":"6", "x":8.25, "y":2},
- {"label":"7", "x":9.25, "y":2},
- {"label":"8", "x":10.25, "y":2},
- {"label":"9", "x":11.25, "y":2},
- {"label":"0", "x":12.25, "y":2},
- {"label":"MINUS", "x":13.25, "y":2},
- {"label":"EQUAL", "x":14.25, "y":2},
- {"label":"BACKSLASH", "x":15.25, "y":2},
- {"label":"GRAVE", "x":16.25, "y":2},
- {"label":"INSERT", "x":17.5, "y":2},
- {"label":"HOME", "x":18.5, "y":2},
- {"label":"PAGE UP", "x":19.5, "y":2},
- {"label":"NUM LOCK", "x":20.75, "y":2},
- {"label":"PSLASH", "x":21.75, "y":2},
- {"label":"PASTERISK", "x":22.75, "y":2},
- {"label":"PMINUS", "x":23.75, "y":2},
- {"label":"MENU", "x":0, "y":3},
- {"label":"UNDO", "x":1, "y":3},
- {"label":"TAB", "x":2.25, "y":3, "w":1.5},
- {"label":"Q", "x":3.75, "y":3},
- {"label":"W", "x":4.75, "y":3},
- {"label":"E", "x":5.75, "y":3},
- {"label":"R", "x":6.75, "y":3},
- {"label":"T", "x":7.75, "y":3},
- {"label":"Y", "x":8.75, "y":3},
- {"label":"U", "x":9.75, "y":3},
- {"label":"I", "x":10.75, "y":3},
- {"label":"O", "x":11.75, "y":3},
- {"label":"P", "x":12.75, "y":3},
- {"label":"LBRACKET", "x":13.75, "y":3},
- {"label":"RBRACKET", "x":14.75, "y":3},
- {"label":"BACKSPACE", "x":15.75, "y":3, "w":1.5},
- {"label":"DELETE", "x":17.5, "y":3},
- {"label":"END", "x":18.5, "y":3},
- {"label":"PAGE DOWN", "x":19.5, "y":3},
- {"label":"P7", "x":20.75, "y":3},
- {"label":"P8", "x":21.75, "y":3},
- {"label":"P9", "x":22.75, "y":3},
- {"label":"PPLUS", "x":23.75, "y":3, "h":2},
- {"label":"SELECT", "x":0, "y":4},
- {"label":"COPY", "x":1, "y":4},
- {"label":"LCTRL", "x":2.25, "y":4, "w":1.75},
- {"label":"A", "x":4, "y":4},
- {"label":"S", "x":5, "y":4},
- {"label":"D", "x":6, "y":4},
- {"label":"F", "x":7, "y":4},
- {"label":"G", "x":8, "y":4},
- {"label":"H", "x":9, "y":4},
- {"label":"J", "x":10, "y":4},
- {"label":"K", "x":11, "y":4},
- {"label":"L", "x":12, "y":4},
- {"label":"SEMICOLON", "x":13, "y":4},
- {"label":"QUOTE", "x":14, "y":4},
- {"label":"ENTER", "x":15, "y":4, "w":2.25},
- {"label":"P4", "x":20.75, "y":4},
- {"label":"P5", "x":21.75, "y":4},
- {"label":"P6", "x":22.75, "y":4},
- {"label":"EXECUTE", "x":0, "y":5},
- {"label":"PASTE", "x":1, "y":5},
- {"label":"LSHIFT", "x":2.25, "y":5, "w":2.25},
- {"label":"Z", "x":4.5, "y":5},
- {"label":"X", "x":5.5, "y":5},
- {"label":"C", "x":6.5, "y":5},
- {"label":"V", "x":7.5, "y":5},
- {"label":"B", "x":8.5, "y":5},
- {"label":"N", "x":9.5, "y":5},
- {"label":"M", "x":10.5, "y":5},
- {"label":"COMMA", "x":11.5, "y":5},
- {"label":"PERIOD", "x":12.5, "y":5},
- {"label":"SLASH", "x":13.5, "y":5},
- {"label":"RSHIFT", "x":14.5, "y":5, "w":2.75},
- {"label":"UP", "x":18.5, "y":5},
- {"label":"P1", "x":20.75, "y":5},
- {"label":"P2", "x":21.75, "y":5},
- {"label":"P3", "x":22.75, "y":5},
- {"label":"PENTER", "x":23.75, "y":5, "h":2},
- {"label":"FIND", "x":0, "y":6},
- {"label":"CUT", "x":1, "y":6},
- {"label":"CAPS LOCK", "x":2.25, "y":6, "w":1.75},
- {"label":"LALT", "x":4, "y":6},
- {"label":"LGUI", "x":5, "y":6},
- {"label":"SPACE", "x":6, "y":6, "w":8.25},
- {"label":"RGUI", "x":14.25, "y":6},
- {"label":"APP", "x":15.25, "y":6},
- {"label":"RALT", "x":16.25, "y":6},
- {"label":"LEFT", "x":17.5, "y":6},
- {"label":"DOWN", "x":18.5, "y":6},
- {"label":"RIGHT", "x":19.5, "y":6},
- {"label":"P0", "x":20.75, "y":6, "w":2},
- {"label":"PDOT", "x":22.75, "y":6}
+ {"matrix": [14, 6], "x": 0, "y": 0, "w": 2},
+
+ {"matrix": [1, 7], "x": 2.25, "y": 0},
+
+ {"matrix": [0, 5], "x": 4.25, "y": 0},
+ {"matrix": [0, 6], "x": 5.25, "y": 0},
+ {"matrix": [1, 0], "x": 6.25, "y": 0},
+ {"matrix": [1, 2], "x": 7.25, "y": 0},
+
+ {"matrix": [1, 4], "x": 8.75, "y": 0},
+ {"matrix": [1, 6], "x": 9.75, "y": 0},
+ {"matrix": [2, 0], "x": 10.75, "y": 0},
+ {"matrix": [2, 1], "x": 11.75, "y": 0},
+
+ {"matrix": [2, 2], "x": 13.25, "y": 0},
+ {"matrix": [0, 7], "x": 14.25, "y": 0},
+ {"matrix": [1, 1], "x": 15.25, "y": 0},
+ {"matrix": [1, 3], "x": 16.25, "y": 0},
+
+ {"matrix": [2, 6], "x": 17.5, "y": 0},
+ {"matrix": [2, 7], "x": 18.5, "y": 0},
+ {"matrix": [2, 5], "x": 19.5, "y": 0},
+
+ {"matrix": [5, 5], "x": 20.75, "y": 0},
+ {"matrix": [0, 2], "x": 21.75, "y": 0},
+ {"matrix": [0, 4], "x": 22.75, "y": 0},
+ {"matrix": [6, 0], "x": 23.75, "y": 0},
+
+ {"matrix": [0, 1], "x": 0, "y": 2},
+ {"matrix": [0, 3], "x": 1, "y": 2},
+
+ {"matrix": [3, 5], "x": 2.25, "y": 2},
+ {"matrix": [3, 6], "x": 3.25, "y": 2},
+ {"matrix": [3, 7], "x": 4.25, "y": 2},
+ {"matrix": [4, 0], "x": 5.25, "y": 2},
+ {"matrix": [4, 1], "x": 6.25, "y": 2},
+ {"matrix": [4, 2], "x": 7.25, "y": 2},
+ {"matrix": [4, 3], "x": 8.25, "y": 2},
+ {"matrix": [4, 4], "x": 9.25, "y": 2},
+ {"matrix": [4, 5], "x": 10.25, "y": 2},
+ {"matrix": [4, 6], "x": 11.25, "y": 2},
+ {"matrix": [4, 7], "x": 12.25, "y": 2},
+ {"matrix": [5, 0], "x": 13.25, "y": 2},
+ {"matrix": [5, 1], "x": 14.25, "y": 2},
+ {"matrix": [11, 0], "x": 15.25, "y": 2},
+ {"matrix": [5, 2], "x": 16.25, "y": 2},
+
+ {"matrix": [5, 4], "x": 17.5, "y": 2},
+ {"matrix": [6, 4], "x": 18.5, "y": 2},
+ {"matrix": [12, 0], "x": 19.5, "y": 2},
+
+ {"matrix": [12, 2], "x": 20.75, "y": 2},
+ {"matrix": [5, 6], "x": 21.75, "y": 2},
+ {"matrix": [5, 7], "x": 22.75, "y": 2},
+ {"matrix": [8, 7], "x": 23.75, "y": 2},
+
+ {"matrix": [3, 1], "x": 0, "y": 3},
+ {"matrix": [3, 2], "x": 1, "y": 3},
+
+ {"matrix": [6, 5], "x": 2.25, "y": 3, "w": 1.5},
+ {"matrix": [6, 6], "x": 3.75, "y": 3},
+ {"matrix": [6, 7], "x": 4.75, "y": 3},
+ {"matrix": [7, 0], "x": 5.75, "y": 3},
+ {"matrix": [7, 1], "x": 6.75, "y": 3},
+ {"matrix": [7, 2], "x": 7.75, "y": 3},
+ {"matrix": [7, 3], "x": 8.75, "y": 3},
+ {"matrix": [7, 4], "x": 9.75, "y": 3},
+ {"matrix": [7, 5], "x": 10.75, "y": 3},
+ {"matrix": [7, 6], "x": 11.75, "y": 3},
+ {"matrix": [7, 7], "x": 12.75, "y": 3},
+ {"matrix": [8, 0], "x": 13.75, "y": 3},
+ {"matrix": [8, 1], "x": 14.75, "y": 3},
+ {"matrix": [5, 3], "x": 15.75, "y": 3, "w": 1.5},
+
+ {"matrix": [8, 2], "x": 17.5, "y": 3},
+ {"matrix": [9, 2], "x": 18.5, "y": 3},
+ {"matrix": [15, 3], "x": 19.5, "y": 3},
+
+ {"matrix": [8, 4], "x": 20.75, "y": 3},
+ {"matrix": [8, 5], "x": 21.75, "y": 3},
+ {"matrix": [8, 6], "x": 22.75, "y": 3},
+ {"matrix": [15, 5], "x": 23.75, "y": 3, "h": 2},
+
+ {"matrix": [6, 1], "x": 0, "y": 4},
+ {"matrix": [6, 3], "x": 1, "y": 4},
+
+ {"matrix": [9, 4], "x": 2.25, "y": 4, "w": 1.75},
+ {"matrix": [9, 5], "x": 4, "y": 4},
+ {"matrix": [9, 6], "x": 5, "y": 4},
+ {"matrix": [9, 7], "x": 6, "y": 4},
+ {"matrix": [10, 0], "x": 7, "y": 4},
+ {"matrix": [10, 1], "x": 8, "y": 4},
+ {"matrix": [10, 2], "x": 9, "y": 4},
+ {"matrix": [10, 3], "x": 10, "y": 4},
+ {"matrix": [10, 4], "x": 11, "y": 4},
+ {"matrix": [10, 5], "x": 12, "y": 4},
+ {"matrix": [10, 6], "x": 13, "y": 4},
+ {"matrix": [10, 7], "x": 14, "y": 4},
+ {"matrix": [11, 1], "x": 15, "y": 4, "w": 2.25},
+
+ {"matrix": [11, 3], "x": 20.75, "y": 4},
+ {"matrix": [11, 4], "x": 21.75, "y": 4},
+ {"matrix": [11, 5], "x": 22.75, "y": 4},
+
+ {"matrix": [9, 0], "x": 0, "y": 5},
+ {"matrix": [9, 1], "x": 1, "y": 5},
+
+ {"matrix": [12, 3], "x": 2.25, "y": 5, "w": 2.25},
+ {"matrix": [12, 4], "x": 4.5, "y": 5},
+ {"matrix": [12, 5], "x": 5.5, "y": 5},
+ {"matrix": [12, 6], "x": 6.5, "y": 5},
+ {"matrix": [12, 7], "x": 7.5, "y": 5},
+ {"matrix": [13, 0], "x": 8.5, "y": 5},
+ {"matrix": [13, 1], "x": 9.5, "y": 5},
+ {"matrix": [13, 2], "x": 10.5, "y": 5},
+ {"matrix": [13, 3], "x": 11.5, "y": 5},
+ {"matrix": [13, 4], "x": 12.5, "y": 5},
+ {"matrix": [13, 5], "x": 13.5, "y": 5},
+ {"matrix": [13, 6], "x": 14.5, "y": 5, "w": 2.75},
+
+ {"matrix": [2, 4], "x": 18.5, "y": 5},
+
+ {"matrix": [14, 0], "x": 20.75, "y": 5},
+ {"matrix": [14, 1], "x": 21.75, "y": 5},
+ {"matrix": [14, 2], "x": 22.75, "y": 5},
+ {"matrix": [11, 2], "x": 23.75, "y": 5, "h": 2},
+
+ {"matrix": [11, 7], "x": 0, "y": 6},
+ {"matrix": [12, 1], "x": 1, "y": 6},
+
+ {"matrix": [14, 7], "x": 2.25, "y": 6, "w": 1.75},
+ {"matrix": [2, 3], "x": 4, "y": 6},
+ {"matrix": [15, 0], "x": 5, "y": 6},
+ {"matrix": [15, 1], "x": 6, "y": 6, "w": 8.25},
+ {"matrix": [15, 2], "x": 14.25, "y": 6},
+ {"matrix": [8, 3], "x": 15.25, "y": 6},
+ {"matrix": [1, 5], "x": 16.25, "y": 6},
+
+ {"matrix": [3, 0], "x": 17.5, "y": 6},
+ {"matrix": [3, 3], "x": 18.5, "y": 6},
+ {"matrix": [3, 4], "x": 19.5, "y": 6},
+
+ {"matrix": [11, 6], "x": 20.75, "y": 6, "w": 2},
+ {"matrix": [6, 2], "x": 22.75, "y": 6}
]
},
"LAYOUT_ansi": {
"layout": [
- {"label":"HELP", "x":0, "y":0, "w":2},
- {"label":"ESC", "x":2.25, "y":0},
- {"label":"F1", "x":4.25, "y":0},
- {"label":"F2", "x":5.25, "y":0},
- {"label":"F3", "x":6.25, "y":0},
- {"label":"F4", "x":7.25, "y":0},
- {"label":"F5", "x":8.75, "y":0},
- {"label":"F6", "x":9.75, "y":0},
- {"label":"F7", "x":10.75, "y":0},
- {"label":"F8", "x":11.75, "y":0},
- {"label":"F9", "x":13.25, "y":0},
- {"label":"F10", "x":14.25, "y":0},
- {"label":"F11", "x":15.25, "y":0},
- {"label":"F12", "x":16.25, "y":0},
- {"label":"PRINT SCREEN", "x":17.5, "y":0},
- {"label":"SCROLL LOCK", "x":18.5, "y":0},
- {"label":"PAUSE", "x":19.5, "y":0},
- {"label":"MUTE", "x":20.75, "y":0},
- {"label":"VOLD", "x":21.75, "y":0},
- {"label":"VOLU", "x":22.75, "y":0},
- {"label":"PWR", "x":23.75, "y":0},
- {"label":"STOP", "x":0, "y":2},
- {"label":"AGAIN", "x":1, "y":2},
- {"label":"GRAVE", "x":2.25, "y":2},
- {"label":"1", "x":3.25, "y":2},
- {"label":"2", "x":4.25, "y":2},
- {"label":"3", "x":5.25, "y":2},
- {"label":"4", "x":6.25, "y":2},
- {"label":"5", "x":7.25, "y":2},
- {"label":"6", "x":8.25, "y":2},
- {"label":"7", "x":9.25, "y":2},
- {"label":"8", "x":10.25, "y":2},
- {"label":"9", "x":11.25, "y":2},
- {"label":"0", "x":12.25, "y":2},
- {"label":"MINUS", "x":13.25, "y":2},
- {"label":"EQUAL", "x":14.25, "y":2},
- {"label":"BACKSPACE", "x":15.25, "y":2, "w":2},
- {"label":"INSERT", "x":17.5, "y":2},
- {"label":"HOME", "x":18.5, "y":2},
- {"label":"PAGE UP", "x":19.5, "y":2},
- {"label":"NUM LOCK", "x":20.75, "y":2},
- {"label":"PSLASH", "x":21.75, "y":2},
- {"label":"PASTERISK", "x":22.75, "y":2},
- {"label":"PMINUS", "x":23.75, "y":2},
- {"label":"MENU", "x":0, "y":3},
- {"label":"UNDO", "x":1, "y":3},
- {"label":"TAB", "x":2.25, "y":3, "w":1.5},
- {"label":"Q", "x":3.75, "y":3},
- {"label":"W", "x":4.75, "y":3},
- {"label":"E", "x":5.75, "y":3},
- {"label":"R", "x":6.75, "y":3},
- {"label":"T", "x":7.75, "y":3},
- {"label":"Y", "x":8.75, "y":3},
- {"label":"U", "x":9.75, "y":3},
- {"label":"I", "x":10.75, "y":3},
- {"label":"O", "x":11.75, "y":3},
- {"label":"P", "x":12.75, "y":3},
- {"label":"LBRACKET", "x":13.75, "y":3},
- {"label":"RBRACKET", "x":14.75, "y":3},
- {"label":"BACKSLASH", "x":15.75, "y":3, "w":1.5},
- {"label":"DELETE", "x":17.5, "y":3},
- {"label":"END", "x":18.5, "y":3},
- {"label":"PAGE DOWN", "x":19.5, "y":3},
- {"label":"P7", "x":20.75, "y":3},
- {"label":"P8", "x":21.75, "y":3},
- {"label":"P9", "x":22.75, "y":3},
- {"label":"PPLUS", "x":23.75, "y":3, "h":2},
- {"label":"SELECT", "x":0, "y":4},
- {"label":"COPY", "x":1, "y":4},
- {"label":"CAPS LOCK", "x":2.25, "y":4, "w":1.75},
- {"label":"A", "x":4, "y":4},
- {"label":"S", "x":5, "y":4},
- {"label":"D", "x":6, "y":4},
- {"label":"F", "x":7, "y":4},
- {"label":"G", "x":8, "y":4},
- {"label":"H", "x":9, "y":4},
- {"label":"J", "x":10, "y":4},
- {"label":"K", "x":11, "y":4},
- {"label":"L", "x":12, "y":4},
- {"label":"SEMICOLON", "x":13, "y":4},
- {"label":"QUOTE", "x":14, "y":4},
- {"label":"ENTER", "x":15, "y":4, "w":2.25},
- {"label":"P4", "x":20.75, "y":4},
- {"label":"P5", "x":21.75, "y":4},
- {"label":"P6", "x":22.75, "y":4},
- {"label":"EXECUTE", "x":0, "y":5},
- {"label":"PASTE", "x":1, "y":5},
- {"label":"LSHIFT", "x":2.25, "y":5, "w":2.25},
- {"label":"Z", "x":4.5, "y":5},
- {"label":"X", "x":5.5, "y":5},
- {"label":"C", "x":6.5, "y":5},
- {"label":"V", "x":7.5, "y":5},
- {"label":"B", "x":8.5, "y":5},
- {"label":"N", "x":9.5, "y":5},
- {"label":"M", "x":10.5, "y":5},
- {"label":"COMMA", "x":11.5, "y":5},
- {"label":"PERIOD", "x":12.5, "y":5},
- {"label":"SLASH", "x":13.5, "y":5},
- {"label":"RSHIFT", "x":14.5, "y":5, "w":2.75},
- {"label":"UP", "x":18.5, "y":5},
- {"label":"P1", "x":20.75, "y":5},
- {"label":"P2", "x":21.75, "y":5},
- {"label":"P3", "x":22.75, "y":5},
- {"label":"PENTER", "x":23.75, "y":5, "h":2},
- {"label":"FIND", "x":0, "y":6},
- {"label":"CUT", "x":1, "y":6},
- {"label":"LCTRL", "x":2.25, "y":6, "w":1.75},
- {"label":"LALT", "x":4, "y":6},
- {"label":"LGUI", "x":5, "y":6},
- {"label":"SPACE", "x":6, "y":6, "w":8.25},
- {"label":"RGUI", "x":14.25, "y":6},
- {"label":"APP", "x":15.25, "y":6},
- {"label":"RALT", "x":16.25, "y":6},
- {"label":"LEFT", "x":17.5, "y":6},
- {"label":"DOWN", "x":18.5, "y":6},
- {"label":"RIGHT", "x":19.5, "y":6},
- {"label":"P0", "x":20.75, "y":6, "w":2},
- {"label":"PDOT", "x":22.75, "y":6}
+ {"matrix": [14, 6], "x": 0, "y": 0, "w": 2},
+
+ {"matrix": [3, 5], "x": 2.25, "y": 0},
+
+ {"matrix": [0, 5], "x": 4.25, "y": 0},
+ {"matrix": [0, 6], "x": 5.25, "y": 0},
+ {"matrix": [1, 0], "x": 6.25, "y": 0},
+ {"matrix": [1, 2], "x": 7.25, "y": 0},
+
+ {"matrix": [1, 4], "x": 8.75, "y": 0},
+ {"matrix": [1, 6], "x": 9.75, "y": 0},
+ {"matrix": [2, 0], "x": 10.75, "y": 0},
+ {"matrix": [2, 1], "x": 11.75, "y": 0},
+
+ {"matrix": [2, 2], "x": 13.25, "y": 0},
+ {"matrix": [0, 7], "x": 14.25, "y": 0},
+ {"matrix": [1, 1], "x": 15.25, "y": 0},
+ {"matrix": [1, 3], "x": 16.25, "y": 0},
+
+ {"matrix": [2, 6], "x": 17.5, "y": 0},
+ {"matrix": [2, 7], "x": 18.5, "y": 0},
+ {"matrix": [2, 5], "x": 19.5, "y": 0},
+
+ {"matrix": [5, 5], "x": 20.75, "y": 0},
+ {"matrix": [0, 2], "x": 21.75, "y": 0},
+ {"matrix": [0, 4], "x": 22.75, "y": 0},
+ {"matrix": [6, 0], "x": 23.75, "y": 0},
+
+ {"matrix": [0, 1], "x": 0, "y": 2},
+ {"matrix": [0, 3], "x": 1, "y": 2},
+
+ {"matrix": [5, 2], "x": 2.25, "y": 2},
+ {"matrix": [3, 6], "x": 3.25, "y": 2},
+ {"matrix": [3, 7], "x": 4.25, "y": 2},
+ {"matrix": [4, 0], "x": 5.25, "y": 2},
+ {"matrix": [4, 1], "x": 6.25, "y": 2},
+ {"matrix": [4, 2], "x": 7.25, "y": 2},
+ {"matrix": [4, 3], "x": 8.25, "y": 2},
+ {"matrix": [4, 4], "x": 9.25, "y": 2},
+ {"matrix": [4, 5], "x": 10.25, "y": 2},
+ {"matrix": [4, 6], "x": 11.25, "y": 2},
+ {"matrix": [4, 7], "x": 12.25, "y": 2},
+ {"matrix": [5, 0], "x": 13.25, "y": 2},
+ {"matrix": [5, 1], "x": 14.25, "y": 2},
+ {"matrix": [5, 3], "x": 15.25, "y": 2, "w": 2},
+
+ {"matrix": [5, 4], "x": 17.5, "y": 2},
+ {"matrix": [6, 4], "x": 18.5, "y": 2},
+ {"matrix": [12, 0], "x": 19.5, "y": 2},
+
+ {"matrix": [12, 2], "x": 20.75, "y": 2},
+ {"matrix": [5, 6], "x": 21.75, "y": 2},
+ {"matrix": [5, 7], "x": 22.75, "y": 2},
+ {"matrix": [8, 7], "x": 23.75, "y": 2},
+
+ {"matrix": [3, 1], "x": 0, "y": 3},
+ {"matrix": [3, 2], "x": 1, "y": 3},
+
+ {"matrix": [6, 5], "x": 2.25, "y": 3, "w": 1.5},
+ {"matrix": [6, 6], "x": 3.75, "y": 3},
+ {"matrix": [6, 7], "x": 4.75, "y": 3},
+ {"matrix": [7, 0], "x": 5.75, "y": 3},
+ {"matrix": [7, 1], "x": 6.75, "y": 3},
+ {"matrix": [7, 2], "x": 7.75, "y": 3},
+ {"matrix": [7, 3], "x": 8.75, "y": 3},
+ {"matrix": [7, 4], "x": 9.75, "y": 3},
+ {"matrix": [7, 5], "x": 10.75, "y": 3},
+ {"matrix": [7, 6], "x": 11.75, "y": 3},
+ {"matrix": [7, 7], "x": 12.75, "y": 3},
+ {"matrix": [8, 0], "x": 13.75, "y": 3},
+ {"matrix": [8, 1], "x": 14.75, "y": 3},
+ {"matrix": [11, 0], "x": 15.75, "y": 3, "w": 1.5},
+
+ {"matrix": [8, 2], "x": 17.5, "y": 3},
+ {"matrix": [9, 2], "x": 18.5, "y": 3},
+ {"matrix": [15, 3], "x": 19.5, "y": 3},
+
+ {"matrix": [8, 4], "x": 20.75, "y": 3},
+ {"matrix": [8, 5], "x": 21.75, "y": 3},
+ {"matrix": [8, 6], "x": 22.75, "y": 3},
+ {"matrix": [15, 5], "x": 23.75, "y": 3, "h": 2},
+
+ {"matrix": [6, 1], "x": 0, "y": 4},
+ {"matrix": [6, 3], "x": 1, "y": 4},
+
+ {"matrix": [14, 7], "x": 2.25, "y": 4, "w": 1.75},
+ {"matrix": [9, 5], "x": 4, "y": 4},
+ {"matrix": [9, 6], "x": 5, "y": 4},
+ {"matrix": [9, 7], "x": 6, "y": 4},
+ {"matrix": [10, 0], "x": 7, "y": 4},
+ {"matrix": [10, 1], "x": 8, "y": 4},
+ {"matrix": [10, 2], "x": 9, "y": 4},
+ {"matrix": [10, 3], "x": 10, "y": 4},
+ {"matrix": [10, 4], "x": 11, "y": 4},
+ {"matrix": [10, 5], "x": 12, "y": 4},
+ {"matrix": [10, 6], "x": 13, "y": 4},
+ {"matrix": [10, 7], "x": 14, "y": 4},
+ {"matrix": [11, 1], "x": 15, "y": 4, "w": 2.25},
+
+ {"matrix": [11, 3], "x": 20.75, "y": 4},
+ {"matrix": [11, 4], "x": 21.75, "y": 4},
+ {"matrix": [11, 5], "x": 22.75, "y": 4},
+
+ {"matrix": [9, 0], "x": 0, "y": 5},
+ {"matrix": [9, 1], "x": 1, "y": 5},
+
+ {"matrix": [12, 3], "x": 2.25, "y": 5, "w": 2.25},
+ {"matrix": [12, 4], "x": 4.5, "y": 5},
+ {"matrix": [12, 5], "x": 5.5, "y": 5},
+ {"matrix": [12, 6], "x": 6.5, "y": 5},
+ {"matrix": [12, 7], "x": 7.5, "y": 5},
+ {"matrix": [13, 0], "x": 8.5, "y": 5},
+ {"matrix": [13, 1], "x": 9.5, "y": 5},
+ {"matrix": [13, 2], "x": 10.5, "y": 5},
+ {"matrix": [13, 3], "x": 11.5, "y": 5},
+ {"matrix": [13, 4], "x": 12.5, "y": 5},
+ {"matrix": [13, 5], "x": 13.5, "y": 5},
+ {"matrix": [13, 6], "x": 14.5, "y": 5, "w": 2.75},
+
+ {"matrix": [2, 4], "x": 18.5, "y": 5},
+
+ {"matrix": [14, 0], "x": 20.75, "y": 5},
+ {"matrix": [14, 1], "x": 21.75, "y": 5},
+ {"matrix": [14, 2], "x": 22.75, "y": 5},
+ {"matrix": [11, 2], "x": 23.75, "y": 5, "h": 2},
+
+ {"matrix": [11, 7], "x": 0, "y": 6},
+ {"matrix": [12, 1], "x": 1, "y": 6},
+
+ {"matrix": [9, 4], "x": 2.25, "y": 6, "w": 1.75},
+ {"matrix": [2, 3], "x": 4, "y": 6},
+ {"matrix": [15, 0], "x": 5, "y": 6},
+ {"matrix": [15, 1], "x": 6, "y": 6, "w": 8.25},
+ {"matrix": [15, 2], "x": 14.25, "y": 6},
+ {"matrix": [8, 3], "x": 15.25, "y": 6},
+ {"matrix": [1, 5], "x": 16.25, "y": 6},
+
+ {"matrix": [3, 0], "x": 17.5, "y": 6},
+ {"matrix": [3, 3], "x": 18.5, "y": 6},
+ {"matrix": [3, 4], "x": 19.5, "y": 6},
+
+ {"matrix": [11, 6], "x": 20.75, "y": 6, "w": 2},
+ {"matrix": [6, 2], "x": 22.75, "y": 6}
]
}
}
diff --git a/keyboards/converter/sun_usb/type5/type5.h b/keyboards/converter/sun_usb/type5/type5.h
deleted file mode 100644
index d4c9cc267c..0000000000
--- a/keyboards/converter/sun_usb/type5/type5.h
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
- Copyright 2012 Jun Wako <wakojun@gmail.com>
-
- 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 <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#include "quantum.h"
-
-#define XXX KC_NO
-
-/* sun type 5 keyboard, JP Unix-style
-,-------. ,---, ,---------------. ,---------------. ,---------------. ,-----------. ,---------------.
-| 76 | | 0F| | 05| 06| 08| 0A| | 0C| 0E| 10| 11| | 12| 07| 09| 0B| | 16| 17| 15| | 2D| 02| 04| 30|
-`-------' `---' `---------------' `---------------' `---------------' `-----------' `---------------'
-,-------. ,-----------------------------------------------------------. ,-----------. ,---------------.
-| 01| 03| | 1D| 1E| 1F| 20| 21| 22| 23| 24| 25| 26| 27| 28| 29| 58| 2A| | 2C| 34| 60| | 62| 2E| 2F| 47|
-|-------| |-----------------------------------------------------------| |------------ |---------------|
-| 19| 1A| | 35 | 36| 37| 38| 39| 3A| 3B| 3C| 3D| 3E| 3F| 40| 41| 2B | | 42| 4A| 7B| | 44| 45| 46| |
-|-------| |-----------------------------------------------------------| `-----------' |-----------| 7D|
-| 31| 33| | 4C | 4D| 4E| 4F| 50| 51| 52| 53| 54| 55| 56| 57| 59 | | 5B| 5C| 5D| |
-|-------| |-----------------------------------------------------------| ,---. |-----------|---|
-| 48| 49| | 63 | 64| 65| 66| 67| 68| 69| 6A| 6B| 6C| 6D| 6E | | 14| | 70| 71| 72| |
-|-------| |-----------------------------------------------------------| .-----------. |-----------| 5A|
-| 5F| 61| | 77 | 13| 78 |*73 | 79 |*74 |*75| 7A | 43| 0D| | 18| 1B| 1C| | 5E | 32| |
-`-------' `-----------------------------------------------------------' `-----------' `---------------'
-*/
-#define LAYOUT_jp_unix( \
- K76, K0F, K05, K06, K08, K0A, K0C, K0E, K10, K11, K12, K07, K09, K0B, K16, K17, K15, K2D, K02, K04, K30, \
- K01, K03, K1D, K1E, K1F, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K58, K2A, K2C, K34, K60, K62, K2E, K2F, K47, \
- K19, K1A, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K40, K41, K2B, K42, K4A, K7B, K44, K45, K46, K7D, \
- K31, K33, K4C, K4D, K4E, K4F, K50, K51, K52, K53, K54, K55, K56, K57, K59, K5B, K5C, K5D, \
- K48, K49, K63, K64, K65, K66, K67, K68, K69, K6A, K6B, K6C, K6D, K6E, K14, K70, K71, K72, K5A, \
- K5F, K61, K77, K13, K78, K73, K79, K74, K75, K7A, K43, K0D, K18, K1B, K1C, K5E, K32 \
-) { \
- { XXX, K01, K02, K03, K04, K05, K06, K07 }, \
- { K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \
- { K10, K11, K12, K13, K14, K15, K16, K17 }, \
- { K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \
- { K20, K21, K22, K23, K24, K25, K26, K27 }, \
- { K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \
- { K30, K31, K32, K33, K34, K35, K36, K37 }, \
- { K38, K39, K3A, K3B, K3C, K3D, K3E, K3F }, \
- { K40, K41, K42, K43, K44, K45, K46, K47 }, \
- { K48, K49, K4A, XXX, K4C, K4D, K4E, K4F }, \
- { K50, K51, K52, K53, K54, K55, K56, K57 }, \
- { K58, K59, K5A, K5B, K5C, K5D, K5E, K5F }, \
- { K60, K61, K62, K63, K64, K65, K66, K67 }, \
- { K68, K69, K6A, K6B, K6C, K6D, K6E, XXX }, \
- { K70, K71, K72, K73, K74, K75, K76, K77 }, \
- { K78, K79, K7A, K7B, XXX, K7D, XXX, XXX } \
-}
-
-/* Sun type 5 keyboard, US Unix-style
-,-------. ,---, ,---------------. ,---------------. ,---------------. ,-----------. ,---------------.
-| 76 | | 0F| | 05| 06| 08| 0A| | 0C| 0E| 10| 11| | 12| 07| 09| 0B| | 16| 17| 15| | 2D| 02| 04| 30|
-`-------' `---' `---------------' `---------------' `---------------' `-----------' `---------------'
-,-------. ,-----------------------------------------------------------. ,-----------. ,---------------.
-| 01| 03| | 1D| 1E| 1F| 20| 21| 22| 23| 24| 25| 26| 27| 28| 29| 58| 2A| | 2C| 34| 60| | 62| 2E| 2F| 47|
-|-------| |-----------------------------------------------------------| |------------ |---------------|
-| 19| 1A| | 35 | 36| 37| 38| 39| 3A| 3B| 3C| 3D| 3E| 3F| 40| 41| 2B | | 42| 4A| 7B| | 44| 45| 46| |
-|-------| |-----------------------------------------------------------| `-----------' |-----------| 7D|
-| 31| 33| | 4C | 4D| 4E| 4F| 50| 51| 52| 53| 54| 55| 56| 57| 59 | | 5B| 5C| 5D| |
-|-------| |-----------------------------------------------------------| ,---. |-----------|---|
-| 48| 49| | 63 | 64| 65| 66| 67| 68| 69| 6A| 6B| 6C| 6D| 6E | | 14| | 70| 71| 72| |
-|-------| |-----------------------------------------------------------| .-----------. |-----------| 5A|
-| 5F| 61| | 77 | 13| 78 | 79 | 7A | 43| 0D| | 18| 1B| 1C| | 5E | 32| |
-`-------' `-----------------------------------------------------------' `-----------' `---------------'
-*/
-#define LAYOUT_us_unix( \
- K76, K0F, K05, K06, K08, K0A, K0C, K0E, K10, K11, K12, K07, K09, K0B, K16, K17, K15, K2D, K02, K04, K30, \
- K01, K03, K1D, K1E, K1F, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K58, K2A, K2C, K34, K60, K62, K2E, K2F, K47, \
- K19, K1A, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K40, K41, K2B, K42, K4A, K7B, K44, K45, K46, K7D, \
- K31, K33, K4C, K4D, K4E, K4F, K50, K51, K52, K53, K54, K55, K56, K57, K59, K5B, K5C, K5D, \
- K48, K49, K63, K64, K65, K66, K67, K68, K69, K6A, K6B, K6C, K6D, K6E, K14, K70, K71, K72, K5A, \
- K5F, K61, K77, K13, K78, K79, K7A, K43, K0D, K18, K1B, K1C, K5E, K32 \
-) { \
- { XXX, K01, K02, K03, K04, K05, K06, K07 }, \
- { K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \
- { K10, K11, K12, K13, K14, K15, K16, K17 }, \
- { K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \
- { K20, K21, K22, K23, K24, K25, K26, K27 }, \
- { K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \
- { K30, K31, K32, K33, K34, K35, K36, K37 }, \
- { K38, K39, K3A, K3B, K3C, K3D, K3E, K3F }, \
- { K40, K41, K42, K43, K44, K45, K46, K47 }, \
- { K48, K49, K4A, XXX, K4C, K4D, K4E, K4F }, \
- { K50, K51, K52, K53, K54, K55, K56, K57 }, \
- { K58, K59, K5A, K5B, K5C, K5D, K5E, K5F }, \
- { K60, K61, K62, K63, K64, K65, K66, K67 }, \
- { K68, K69, K6A, K6B, K6C, K6D, K6E, XXX }, \
- { K70, K71, K72, XXX, XXX, XXX, K76, K77 }, \
- { K78, K79, K7A, K7B, XXX, K7D, XXX, XXX } \
-}
-
-/* Sun type 5 keyboard, US ANSI-style
- ,-------. ,---, ,---------------. ,---------------. ,---------------. ,-----------. ,---------------.
- | 76 | | 1D| | 05| 06| 08| 0A| | 0C| 0E| 10| 11| | 12| 07| 09| 0B| | 16| 17| 15| | 2D| 02| 04| 30|
- `-------' `---' `---------------' `---------------' `---------------' `-----------' `---------------'
- ,-------. ,-----------------------------------------------------------. ,-----------. ,---------------.
- | 01| 03| | 2A| 1E| 1F| 20| 21| 22| 23| 24| 25| 26| 27| 28| 29| 2B | | 2C| 34| 60| | 62| 2E| 2F| 47|
- |-------| |-----------------------------------------------------------| |------------ |---------------|
- | 19| 1A| | 35 | 36| 37| 38| 39| 3A| 3B| 3C| 3D| 3E| 3F| 40| 41| 58 | | 42| 4A| 7B| | 44| 45| 46| |
- |-------| |-----------------------------------------------------------| `-----------' |-----------| 7D|
- | 31| 33| | 77 | 4D| 4E| 4F| 50| 51| 52| 53| 54| 55| 56| 57| 59 | | 5B| 5C| 5D| |
- |-------| |-----------------------------------------------------------| ,---. |-----------|---|
- | 48| 49| | 63 | 64| 65| 66| 67| 68| 69| 6A| 6B| 6C| 6D| 6E | | 14| | 70| 71| 72| |
- |-------| |-----------------------------------------------------------| .-----------. |-----------| 5A|
- | 5F| 61| | 4C | 13| 78 | 79 | 7A | 43| 0D| | 18| 1B| 1C| | 5E | 32| |
- `-------' `-----------------------------------------------------------' `-----------' `---------------'
-*/
-#define LAYOUT_ansi( \
- K76, K1D, K05, K06, K08, K0A, K0C, K0E, K10, K11, K12, K07, K09, K0B, K16, K17, K15, K2D, K02, K04, K30, \
- K01, K03, K2A, K1E, K1F, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2B, K2C, K34, K60, K62, K2E, K2F, K47, \
- K19, K1A, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K40, K41, K58, K42, K4A, K7B, K44, K45, K46, K7D, \
- K31, K33, K77, K4D, K4E, K4F, K50, K51, K52, K53, K54, K55, K56, K57, K59, K5B, K5C, K5D, \
- K48, K49, K63, K64, K65, K66, K67, K68, K69, K6A, K6B, K6C, K6D, K6E, K14, K70, K71, K72, K5A, \
- K5F, K61, K4C, K13, K78, K79, K7A, K43, K0D, K18, K1B, K1C, K5E, K32 \
-) { \
- { XXX, K01, K02, K03, K04, K05, K06, K07 }, \
- { K08, K09, K0A, K0B, K0C, K0D, K0E, XXX }, \
- { K10, K11, K12, K13, K14, K15, K16, K17 }, \
- { K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, \
- { K20, K21, K22, K23, K24, K25, K26, K27 }, \
- { K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \
- { K30, K31, K32, K33, K34, K35, K36, K37 }, \
- { K38, K39, K3A, K3B, K3C, K3D, K3E, K3F }, \
- { K40, K41, K42, K43, K44, K45, K46, K47 }, \
- { K48, K49, K4A, XXX, K4C, K4D, K4E, K4F }, \
- { K50, K51, K52, K53, K54, K55, K56, K57 }, \
- { K58, K59, K5A, K5B, K5C, K5D, K5E, K5F }, \
- { K60, K61, K62, K63, K64, K65, K66, K67 }, \
- { K68, K69, K6A, K6B, K6C, K6D, K6E, XXX }, \
- { K70, K71, K72, XXX, XXX, XXX, K76, K77 }, \
- { K78, K79, K7A, K7B, XXX, K7D, XXX, XXX } \
-}