diff options
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ebastler/e80_1800/config.h | 36 | ||||
-rw-r--r-- | keyboards/ebastler/e80_1800/e80_1800.c | 17 | ||||
-rw-r--r-- | keyboards/ebastler/e80_1800/e80_1800.h | 109 | ||||
-rw-r--r-- | keyboards/ebastler/e80_1800/info.json | 593 | ||||
-rw-r--r-- | keyboards/ebastler/e80_1800/keymaps/via/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/ebastler/e80_1800/rules.mk | 23 | ||||
-rw-r--r-- | keyboards/ghs/xls/info.json | 116 | ||||
-rw-r--r-- | keyboards/ghs/xls/keymaps/default/keymap.c | 73 | ||||
-rw-r--r-- | keyboards/ghs/xls/keymaps/southpaw/keymap.c | 73 | ||||
-rw-r--r-- | keyboards/ghs/xls/keymaps/via/keymap.c | 76 | ||||
-rw-r--r-- | keyboards/ghs/xls/keymaps/via/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/ghs/xls/readme.md | 26 | ||||
-rw-r--r-- | keyboards/ghs/xls/rules.mk | 8 | ||||
-rw-r--r-- | keyboards/s_ol/0xc_pad/keymaps/superfell/keymap.c | 86 | ||||
-rw-r--r-- | keyboards/s_ol/0xc_pad/keymaps/superfell/readme.md | 7 |
15 files changed, 1063 insertions, 186 deletions
diff --git a/keyboards/ebastler/e80_1800/config.h b/keyboards/ebastler/e80_1800/config.h index 85e2a4e409..36b37d36ff 100644 --- a/keyboards/ebastler/e80_1800/config.h +++ b/keyboards/ebastler/e80_1800/config.h @@ -1,5 +1,4 @@ -/* Copyright 2022 Moritz Plattner - * +/* * 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 @@ -16,37 +15,14 @@ #pragma once #include "config_common.h" - -/* Limit layer count to fit in storage with VIA enabled */ -#define DYNAMIC_KEYMAP_LAYER_COUNT 3 - -/* key matrix size */ -#define MATRIX_ROWS 7 -#define MATRIX_COLS 19 - -#define MATRIX_ROW_PINS { B7, B3, D2, C12, C11, C10, A15 } -#define MATRIX_COL_PINS { A1, A0, C3, C2, F1, F0, C15, C14, C13, C4, C5, B0, B1, B2, B9, A13, A8, C9, C8 } - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 - -#define LED_NUM_LOCK_PIN B6 -#define LED_CAPS_LOCK_PIN B5 -#define LED_SCROLL_LOCK_PIN B4 -#define LED_PIN_ON_STATE 0 - -/* Backlight */ -#define BACKLIGHT_PIN A9 -#define BACKLIGHT_BREATHING // don't disable even if you don't want breathing - it will not compile without #define BACKLIGHT_PWM_DRIVER PWMD1 #define BACKLIGHT_PWM_CHANNEL 2 #define BACKLIGHT_PAL_MODE 2 -#define BACKLIGHT_LEVELS 5 -#define BACKLIGHT_ON_STATE 1 -#define BACKLIGHT_PWM_OUTPUT_FREQUENCY 1000 -/* I2C for OLED */ + +#ifdef OLED_ENABLE + +/* I2C for OLED - only enable defines if driver is enabled */ #define I2C_DRIVER I2CD2 #define I2C1_SCL_PIN B10 #define I2C1_SDA_PIN B11 @@ -57,3 +33,5 @@ #define I2C1_TIMINGR_SDADEL 1U #define I2C1_TIMINGR_SCLH 3U #define I2C1_TIMINGR_SCLL 9U + +#endif
\ No newline at end of file diff --git a/keyboards/ebastler/e80_1800/e80_1800.c b/keyboards/ebastler/e80_1800/e80_1800.c deleted file mode 100644 index 7dd2f3edff..0000000000 --- a/keyboards/ebastler/e80_1800/e80_1800.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2022 Moritz Plattner - * - * 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/>. - */ - -#include "e80_1800.h" diff --git a/keyboards/ebastler/e80_1800/e80_1800.h b/keyboards/ebastler/e80_1800/e80_1800.h deleted file mode 100644 index 4027c0d27e..0000000000 --- a/keyboards/ebastler/e80_1800/e80_1800.h +++ /dev/null @@ -1,109 +0,0 @@ -/* Copyright 2022 Moritz Plattner - * - * 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 LAYOUT_1800_all( \ - K000, K001, K002, K003, K004, K006, K007, K008, K009, K010, K011, K012, K013, K015, K016, K017, K018, \ - K115, K116, K117, K118, \ - K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, K216, K217, K218, \ - K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, K318, \ - K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418, \ - K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, K513, K514, K515, K516, K517, K518, \ - K600, K601, K602, K606, K609, K610, K611, K612, K613, K614, K615, K616, K617 \ -) { \ - { K000, K001, K002, K003, K004, KC_NO, K006, K007, K008, K009, K010, K011, K012, K013, KC_NO, K015, K016, K017, K018 }, \ - { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K115, K116, K117, K118 }, \ - { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, KC_NO, K214, K215, K216, K217, K218 }, \ - { K300, KC_NO, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, K318 }, \ - { K400, KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418 }, \ - { K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, KC_NO, K513, K514, K515, K516, K517, K518 }, \ - { K600, K601, K602, KC_NO, KC_NO, KC_NO, K606, KC_NO, KC_NO, K609, K610, K611, K612, K613, K614, K615, K616, K617, KC_NO } \ -} - -#define LAYOUT_1800_iso_6u( \ - K000, K001, K002, K003, K004, K006, K007, K008, K009, K010, K011, K012, K013, K015, K016, K017, K018, \ - K115, K116, K117, K118, \ - K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, K216, K217, K218, \ - K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K315, K316, K317, K318, \ - K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418, \ - K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, K513, K514, K515, K516, K517, K518, \ - K600, K601, K602, K606, K609, K610, K611, K612, K613, K614, K615, K616, K617 \ -) { \ - { K000, K001, K002, K003, K004, KC_NO, K006, K007, K008, K009, K010, K011, K012, K013, KC_NO, K015, K016, K017, K018 }, \ - { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K115, K116, K117, K118 }, \ - { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, KC_NO, K214, K215, K216, K217, K218 }, \ - { K300, KC_NO, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, KC_NO, K315, K316, K317, K318 }, \ - { K400, KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418 }, \ - { K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, KC_NO, K513, K514, K515, K516, K517, K518 }, \ - { K600, K601, K602, KC_NO, KC_NO, KC_NO, K606, KC_NO, KC_NO, K609, K610, K611, K612, K613, K614, K615, K616, K617, KC_NO } \ -} - -#define LAYOUT_1800_iso_7u( \ - K000, K001, K002, K003, K004, K006, K007, K008, K009, K010, K011, K012, K013, K015, K016, K017, K018, \ - K115, K116, K117, K118, \ - K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, K216, K217, K218, \ - K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K315, K316, K317, K318, \ - K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418, \ - K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, K513, K514, K515, K516, K517, K518, \ - K600, K602, K606, K609, K612, K613, K614, K615, K616, K617 \ -) { \ - { K000, K001, K002, K003, K004, KC_NO, K006, K007, K008, K009, K010, K011, K012, K013, KC_NO, K015, K016, K017, K018 }, \ - { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K115, K116, K117, K118 }, \ - { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, KC_NO, K214, K215, K216, K217, K218 }, \ - { K300, KC_NO, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, KC_NO, K315, K316, K317, K318 }, \ - { K400, KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, K418 }, \ - { K500, K501, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, KC_NO, K513, K514, K515, K516, K517, K518 }, \ - { K600, KC_NO, K602, KC_NO, KC_NO, KC_NO, K606, KC_NO, KC_NO, K609, KC_NO, KC_NO, K612, K613, K614, K615, K616, K617, KC_NO } \ -} - -#define LAYOUT_1800_ansi_6u( \ - K000, K001, K002, K003, K004, K006, K007, K008, K009, K010, K011, K012, K013, K015, K016, K017, K018, \ - K115, K116, K117, K118, \ - K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, K216, K217, K218, \ - K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, K318, \ - K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K414, K415, K416, K417, K418, \ - K500, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, K513, K514, K515, K516, K517, K518, \ - K600, K601, K602, K606, K609, K610, K611, K612, K613, K614, K615, K616, K617 \ -) { \ - { K000, K001, K002, K003, K004, KC_NO, K006, K007, K008, K009, K010, K011, K012, K013, KC_NO, K015, K016, K017, K018 }, \ - { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K314, K115, K116, K117, K118 }, \ - { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, KC_NO, K214, K215, K216, K217, K218 }, \ - { K300, KC_NO, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, KC_NO, K315, K316, K317, K318 }, \ - { K400, KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, KC_NO, K414, K415, K416, K417, K418 }, \ - { K500, KC_NO, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, KC_NO, K513, K514, K515, K516, K517, K518 }, \ - { K600, K601, K602, KC_NO, KC_NO, KC_NO, K606, KC_NO, KC_NO, K609, K610, K611, K612, K613, K614, K615, K616, K617, KC_NO } \ -} - -#define LAYOUT_1800_ansi_7u( \ - K000, K001, K002, K003, K004, K006, K007, K008, K009, K010, K011, K012, K013, K015, K016, K017, K018, \ - K314, K115, K116, K117, K118, \ - K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, K216, K217, K218, \ - K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K315, K316, K317, K318, \ - K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K414, K415, K416, K417, K418, \ - K500, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, K513, K514, K515, K516, K517, K518, \ - K600, K602, K606, K609, K612, K613, K614, K615, K616, K617 \ -) { \ - { K000, K001, K002, K003, K004, KC_NO, K006, K007, K008, K009, K010, K011, K012, K013, KC_NO, K015, K016, K017, K018 }, \ - { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K314, K115, K116, K117, K118 }, \ - { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, KC_NO, K214, K215, K216, K217, K218 }, \ - { K300, KC_NO, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, KC_NO, K315, K316, K317, K318 }, \ - { K400, KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, KC_NO, K414, K415, K416, K417, K418 }, \ - { K500, KC_NO, K502, K503, K504, K505, K506, K507, K508, K509, K510, K511, KC_NO, K513, K514, K515, K516, K517, K518 }, \ - { K600, KC_NO, K602, KC_NO, KC_NO, KC_NO, K606, KC_NO, KC_NO, K609, KC_NO, KC_NO, K612, K613, K614, K615, K616, K617, KC_NO } \ -} diff --git a/keyboards/ebastler/e80_1800/info.json b/keyboards/ebastler/e80_1800/info.json index 8680f212d5..fd09130dd3 100644 --- a/keyboards/ebastler/e80_1800/info.json +++ b/keyboards/ebastler/e80_1800/info.json @@ -1,28 +1,607 @@ { "keyboard_name": "E80_1800", "manufacturer": "ebastler", - "url": "https://github.com/ebastler/E80-1800", "maintainer": "ebastler", + "url": "https://mpwr.xyz/projects/e80-1800.html", + "bootloader": "stm32-dfu", + "processor": "STM32F072", + "board": "GENERIC_STM32_F072XB", "usb": { "vid": "0x6562", "pid": "0x1338", - "device_version": "0.0.1" + "device_version": "1.0.0" + }, + "debounce": 5, + "diode_direction": "COL2ROW", + "features": { + "bootmagic": true, + "extrakey": true, + "backlight": true, + "nkro": true, + "command": false, + "console": false, + "mousekey": false + }, + "matrix_pins": { + "cols": [ "A1", "A0", "C3", "C2", "F1", "F0", "C15", "C14", "C13", "C4", "C5", "B0", "B1", "B2", "B9", "A13", "A8", "C9", "C8" ], + "rows": [ "B7", "B3", "D2", "C12", "C11", "C10", "A15" ] + }, + "backlight": { + "breathing": true, + "breathing_period": 5, + "levels": 5, + "pin": "A9", + "on_state": 1 + }, + "indicators": { + "num_lock": "B6", + "caps_lock": "B5", + "scroll_lock": "B4", + "on_state": 0 }, "layouts": { "LAYOUT_1800_all": { - "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.25, "y":0}, {"label":"F2", "x":2.25, "y":0}, {"label":"F3", "x":3.25, "y":0}, {"label":"F4", "x":4.25, "y":0}, {"label":"F5", "x":5.5, "y":0}, {"label":"F6", "x":6.5, "y":0}, {"label":"F7", "x":7.5, "y":0}, {"label":"F8", "x":8.5, "y":0}, {"label":"F9", "x":9.75, "y":0}, {"label":"F10", "x":10.75, "y":0}, {"label":"F11", "x":11.75, "y":0}, {"label":"F12", "x":12.75, "y":0}, {"label":"Insert", "x":15.5, "y":0}, {"label":"Home", "x":16.5, "y":0}, {"label":"PgUp", "x":17.5, "y":0}, {"label":"PrtSc", "x":18.5, "y":0}, {"label":"Delete", "x":15.5, "y":1}, {"label":"End", "x":16.5, "y":1}, {"label":"PgDn", "x":17.5, "y":1}, {"label":"Scroll Lock", "x":18.5, "y":1}, {"label":"\u00ac", "x":0, "y":2}, {"label":"!", "x":1, "y":2}, {"label":"\"", "x":2, "y":2}, {"label":"\u00a7", "x":3, "y":2}, {"label":"$", "x":4, "y":2}, {"label":"%", "x":5, "y":2}, {"label":"&", "x":6, "y":2}, {"label":"/", "x":7, "y":2}, {"label":"(", "x":8, "y":2}, {"label":")", "x":9, "y":2}, {"label":"=", "x":10, "y":2}, {"label":"?", "x":11, "y":2}, {"label":"`", "x":12, "y":2}, {"label":"Backspace", "x":13, "y":2, "w":2}, {"label":"Num Lock", "x":15.5, "y":2}, {"label":"/", "x":16.5, "y":2}, {"label":"*", "x":17.5, "y":2}, {"label":"Pause", "x":18.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":"7", "x":15.5, "y":3}, {"label":"8", "x":16.5, "y":3}, {"label":"9", "x":17.5, "y":3}, {"label":"-", "x":18.5, "y":3}, {"label":"Caps Lock", "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":"~", "x":12.75, "y":4}, {"label":"Enter", "x":13.75, "y":3, "w":1.25, "h":2}, {"label":"4", "x":15.5, "y":4}, {"label":"5", "x":16.5, "y":4}, {"label":"6", "x":17.5, "y":4}, {"label":"+", "x":18.5, "y":4}, {"label":"Shift", "x":0, "y":5, "w":1.25}, {"label":"|", "x":1.25, "y":5}, {"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":1.75}, {"label":"up", "x":14.25, "y":5.25}, {"label":"1", "x":15.5, "y":5}, {"label":"2", "x":16.5, "y":5}, {"label":"3", "x":17.5, "y":5}, {"label":"Enter", "x":18.5, "y":5, "h":2}, {"label":"Ctrl", "x":0, "y":6}, {"label":"Win", "x":1, "y":6}, {"label":"Alt", "x":2, "y":6}, {"x":3, "y":6, "w":6}, {"label":"AltGr", "x":9, "y":6}, {"label":"Win", "x":10, "y":6}, {"label":"Menu", "x":11, "y":6}, {"label":"Ctrl", "x":12, "y":6}, {"label":"left", "x":13.25, "y":6.25}, {"label":"down", "x":14.25, "y":6.25}, {"label":"right", "x":15.25, "y":6.25}, {"label":"0", "x":16.5, "y":6}, {"label":".", "x":17.5, "y":6}] + "layout": [ + {"matrix":[0,0], "label":"Esc", "x":0, "y":0}, + {"matrix":[0,1], "label":"F1", "x":1.25, "y":0}, + {"matrix":[0,2], "label":"F2", "x":2.25, "y":0}, + {"matrix":[0,3], "label":"F3", "x":3.25, "y":0}, + {"matrix":[0,4], "label":"F4", "x":4.25, "y":0}, + {"matrix":[0,6], "label":"F5", "x":5.5, "y":0}, + {"matrix":[0,7], "label":"F6", "x":6.5, "y":0}, + {"matrix":[0,8], "label":"F7", "x":7.5, "y":0}, + {"matrix":[0,9], "label":"F8", "x":8.5, "y":0}, + {"matrix":[0,10], "label":"F9", "x":9.75, "y":0}, + {"matrix":[0,11], "label":"F10", "x":10.75, "y":0}, + {"matrix":[0,12], "label":"F11", "x":11.75, "y":0}, + {"matrix":[0,13], "label":"F12", "x":12.75, "y":0}, + {"matrix":[0,15], "label":"Insert", "x":15.5, "y":0}, + {"matrix":[0,16], "label":"Home", "x":16.5, "y":0}, + {"matrix":[0,17], "label":"PgUp", "x":17.5, "y":0}, + {"matrix":[0,18], "label":"PrtSc", "x":18.5, "y":0}, + + {"matrix":[1,15], "label":"Delete", "x":15.5, "y":1}, + {"matrix":[1,16], "label":"End", "x":16.5, "y":1}, + {"matrix":[1,17], "label":"PgDn", "x":17.5, "y":1}, + {"matrix":[1,18], "label":"Scroll Lock", "x":18.5, "y":1}, + + {"matrix":[2,0], "label":"tild", "x":0, "y":2}, + {"matrix":[2,1], "label":"1", "x":1, "y":2}, + {"matrix":[2,2], "label":"2", "x":2, "y":2}, + {"matrix":[2,3], "label":"3", "x":3, "y":2}, + {"matrix":[2,4], "label":"4", "x":4, "y":2}, + {"matrix":[2,5], "label":"5", "x":5, "y":2}, + {"matrix":[2,6], "label":"6", "x":6, "y":2}, + {"matrix":[2,7], "label":"7", "x":7, "y":2}, + {"matrix":[2,8], "label":"8", "x":8, "y":2}, + {"matrix":[2,9], "label":"9", "x":9, "y":2}, + {"matrix":[2,10], "label":"0", "x":10, "y":2}, + {"matrix":[2,11], "label":"-", "x":11, "y":2}, + {"matrix":[2,12], "label":"=", "x":12, "y":2}, + {"matrix":[2,14], "label":"Backspace", "x":13, "y":2, "w":2}, + {"matrix":[2,15], "label":"Num Lock", "x":15.5, "y":2}, + {"matrix":[2,16], "label":"/", "x":16.5, "y":2}, + {"matrix":[2,17], "label":"*", "x":17.5, "y":2}, + {"matrix":[2,18], "label":"Pause", "x":18.5, "y":2}, + + {"matrix":[3,0], "label":"Tab", "x":0, "y":3, "w":1.5}, + {"matrix":[3,2], "label":"Q", "x":1.5, "y":3}, + {"matrix":[3,3], "label":"W", "x":2.5, "y":3}, + {"matrix":[3,4], "label":"E", "x":3.5, "y":3}, + {"matrix":[3,5], "label":"R", "x":4.5, "y":3}, + {"matrix":[3,6], "label":"T", "x":5.5, "y":3}, + {"matrix":[3,7], "label":"Y", "x":6.5, "y":3}, + {"matrix":[3,8], "label":"U", "x":7.5, "y":3}, + {"matrix":[3,9], "label":"I", "x":8.5, "y":3}, + {"matrix":[3,10], "label":"O", "x":9.5, "y":3}, + {"matrix":[3,11], "label":"P", "x":10.5, "y":3}, + {"matrix":[3,12], "label":"[", "x":11.5, "y":3}, + {"matrix":[3,13], "label":"]", "x":12.5, "y":3}, + {"matrix":[3,14], "label":"|", "x":13.5, "y":3, "w":1.5}, + {"matrix":[3,15], "label":"7", "x":15.5, "y":3}, + {"matrix":[3,16], "label":"8", "x":16.5, "y":3}, + {"matrix":[3,17], "label":"9", "x":17.5, "y":3}, + {"matrix":[3,18], "label":"-", "x":18.5, "y":3}, + + {"matrix":[4,0], "label":"Caps Lock", "x":0, "y":4, "w":1.75}, + {"matrix":[4,2], "label":"A", "x":1.75, "y":4}, + {"matrix":[4,3], "label":"S", "x":2.75, "y":4}, + {"matrix":[4,4], "label":"D", "x":3.75, "y":4}, + {"matrix":[4,5], "label":"F", "x":4.75, "y":4}, + {"matrix":[4,6], "label":"G", "x":5.75, "y":4}, + {"matrix":[4,7], "label":"H", "x":6.75, "y":4}, + {"matrix":[4,8], "label":"J", "x":7.75, "y":4}, + {"matrix":[4,9], "label":"K", "x":8.75, "y":4}, + {"matrix":[4,10], "label":"L", "x":9.75, "y":4}, + {"matrix":[4,11], "label":";", "x":10.75, "y":4}, + {"matrix":[4,12], "label":"'", "x":11.75, "y":4}, + {"matrix":[4,13], "label":"#", "x":12.75, "y":4}, + {"matrix":[4,14], "label":"Enter", "x":13.75, "y":3, "w":1.25}, + {"matrix":[4,15], "label":"4", "x":15.5, "y":4}, + {"matrix":[4,16], "label":"5", "x":16.5, "y":4}, + {"matrix":[4,17], "label":"6", "x":17.5, "y":4}, + {"matrix":[4,18], "label":"+", "x":18.5, "y":4}, + + {"matrix":[5,0], "label":"Shift", "x":0, "y":5, "w":1.25}, + {"matrix":[5,1], "label":"|", "x":1.25, "y":5}, + {"matrix":[5,2], "label":"Z", "x":2.25, "y":5}, + {"matrix":[5,3], "label":"X", "x":3.25, "y":5}, + {"matrix":[5,4], "label":"C", "x":4.25, "y":5}, + {"matrix":[5,5], "label":"V", "x":5.25, "y":5}, + {"matrix":[5,6], "label":"B", "x":6.25, "y":5}, + {"matrix":[5,7], "label":"N", "x":7.25, "y":5}, + {"matrix":[5,8], "label":"M", "x":8.25, "y":5}, + {"matrix":[5,9], "label":"<", "x":9.25, "y":5}, + {"matrix":[5,10], "label":">", "x":10.25, "y":5}, + {"matrix":[5,11], "label":"?", "x":11.25, "y":5}, + {"matrix":[5,13], "label":"Shift", "x":12.25, "y":5, "w":1.75}, + {"matrix":[5,14], "label":"up", "x":14.25, "y":5.25}, + {"matrix":[5,15], "label":"1", "x":15.5, "y":5}, + {"matrix":[5,16], "label":"2", "x":16.5, "y":5}, + {"matrix":[5,17], "label":"3", "x":17.5, "y":5}, + {"matrix":[5,18], "label":"Enter", "x":18.5, "y":5, "h":2}, + + {"matrix":[6,0], "label":"Ctrl", "x":0, "y":6}, + {"matrix":[6,1], "label":"Win", "x":1, "y":6}, + {"matrix":[6,2], "label":"Alt", "x":2, "y":6}, + {"matrix":[6,6], "label":"Space", "x":3, "y":6, "w":6}, + {"matrix":[6,9], "label":"AltGr", "x":9, "y":6}, + {"matrix":[6,10], "label":"Win", "x":10, "y":6}, + {"matrix":[6,11], "label":"Menu", "x":11, "y":6}, + {"matrix":[6,12], "label":"Ctrl", "x":12, "y":6}, + {"matrix":[6,13], "label":"left", "x":13.25, "y":6.25}, + {"matrix":[6,14], "label":"down", "x":14.25, "y":6.25}, + {"matrix":[6,15], "label":"right", "x":15.25, "y":6.25}, + {"matrix":[6,16], "label":"0", "x":16.5, "y":6}, + {"matrix":[6,17], "label":".", "x":17.5, "y":6}] }, "LAYOUT_1800_iso_6u": { - "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.25, "y":0}, {"label":"F2", "x":2.25, "y":0}, {"label":"F3", "x":3.25, "y":0}, {"label":"F4", "x":4.25, "y":0}, {"label":"F5", "x":5.5, "y":0}, {"label":"F6", "x":6.5, "y":0}, {"label":"F7", "x":7.5, "y":0}, {"label":"F8", "x":8.5, "y":0}, {"label":"F9", "x":9.75, "y":0}, {"label":"F10", "x":10.75, "y":0}, {"label":"F11", "x":11.75, "y":0}, {"label":"F12", "x":12.75, "y":0}, {"label":"Insert", "x":15.5, "y":0}, {"label":"Home", "x":16.5, "y":0}, {"label":"PgUp", "x":17.5, "y":0}, {"label":"PrtSc", "x":18.5, "y":0}, {"label":"Delete", "x":15.5, "y":1}, {"label":"End", "x":16.5, "y":1}, {"label":"PgDn", "x":17.5, "y":1}, {"label":"Scroll Lock", "x":18.5, "y":1}, {"label":"\u00ac", "x":0, "y":2}, {"label":"!", "x":1, "y":2}, {"label":"\"", "x":2, "y":2}, {"label":"\u00a7", "x":3, "y":2}, {"label":"$", "x":4, "y":2}, {"label":"%", "x":5, "y":2}, {"label":"&", "x":6, "y":2}, {"label":"/", "x":7, "y":2}, {"label":"(", "x":8, "y":2}, {"label":")", "x":9, "y":2}, {"label":"=", "x":10, "y":2}, {"label":"?", "x":11, "y":2}, {"label":"`", "x":12, "y":2}, {"label":"Backspace", "x":13, "y":2, "w":2}, {"label":"Num Lock", "x":15.5, "y":2}, {"label":"/", "x":16.5, "y":2}, {"label":"*", "x":17.5, "y":2}, {"label":"Pause", "x":18.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":"7", "x":15.5, "y":3}, {"label":"8", "x":16.5, "y":3}, {"label":"9", "x":17.5, "y":3}, {"label":"-", "x":18.5, "y":3}, {"label":"Caps Lock", "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":"~", "x":12.75, "y":4}, {"label":"Enter", "x":13.75, "y":3, "w":1.25, "h":2}, {"label":"4", "x":15.5, "y":4}, {"label":"5", "x":16.5, "y":4}, {"label":"6", "x":17.5, "y":4}, {"label":"+", "x":18.5, "y":4}, {"label":"Shift", "x":0, "y":5, "w":1.25}, {"label":"|", "x":1.25, "y":5}, {"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":1.75}, {"label":"up", "x":14.25, "y":5.25}, {"label":"1", "x":15.5, "y":5}, {"label":"2", "x":16.5, "y":5}, {"label":"3", "x":17.5, "y":5}, {"label":"Enter", "x":18.5, "y":5, "h":2}, {"label":"Ctrl", "x":0, "y":6}, {"label":"Win", "x":1, "y":6}, {"label":"Alt", "x":2, "y":6}, {"x":3, "y":6, "w":6}, {"label":"AltGr", "x":9, "y":6}, {"label":"Win", "x":10, "y":6}, {"label":"Menu", "x":11, "y":6}, {"label":"Ctrl", "x":12, "y":6}, {"label":"left", "x":13.25, "y":6.25}, {"label":"down", "x":14.25, "y":6.25}, {"label":"right", "x":15.25, "y":6.25}, {"label":"0", "x":16.5, "y":6}, {"label":".", "x":17.5, "y":6}] + "layout": [ + {"matrix":[0,0], "label":"Esc", "x":0, "y":0}, + {"matrix":[0,1], "label":"F1", "x":1.25, "y":0}, + {"matrix":[0,2], "label":"F2", "x":2.25, "y":0}, + {"matrix":[0,3], "label":"F3", "x":3.25, "y":0}, + {"matrix":[0,4], "label":"F4", "x":4.25, "y":0}, + {"matrix":[0,6], "label":"F5", "x":5.5, "y":0}, + {"matrix":[0,7], "label":"F6", "x":6.5, "y":0}, + {"matrix":[0,8], "label":"F7", "x":7.5, "y":0}, + {"matrix":[0,9], "label":"F8", "x":8.5, "y":0}, + {"matrix":[0,10], "label":"F9", "x":9.75, "y":0}, + {"matrix":[0,11], "label":"F10", "x":10.75, "y":0}, + {"matrix":[0,12], "label":"F11", "x":11.75, "y":0}, + {"matrix":[0,13], "label":"F12", "x":12.75, "y":0}, + {"matrix":[0,15], "label":"Insert", "x":15.5, "y":0}, + {"matrix":[0,16], "label":"Home", "x":16.5, "y":0}, + {"matrix":[0,17], "label":"PgUp", "x":17.5, "y":0}, + {"matrix":[0,18], "label":"PrtSc", "x":18.5, "y":0}, + + {"matrix":[1,15], "label":"Delete", "x":15.5, "y":1}, + {"matrix":[1,16], "label":"End", "x":16.5, "y":1}, + {"matrix":[1,17], "label":"PgDn", "x":17.5, "y":1}, + {"matrix":[1,18], "label":"Scroll Lock", "x":18.5, "y":1}, + + {"matrix":[2,0], "label":"tild", "x":0, "y":2}, + {"matrix":[2,1], "label":"1", "x":1, "y":2}, + {"matrix":[2,2], "label":"2", "x":2, "y":2}, + {"matrix":[2,3], "label":"3", "x":3, "y":2}, + {"matrix":[2,4], "label":"4", "x":4, "y":2}, + {"matrix":[2,5], "label":"5", "x":5, "y":2}, + {"matrix":[2,6], "label":"6", "x":6, "y":2}, + {"matrix":[2,7], "label":"7", "x":7, "y":2}, + {"matrix":[2,8], "label":"8", "x":8, "y":2}, + {"matrix":[2,9], "label":"9", "x":9, "y":2}, + {"matrix":[2,10], "label":"0", "x":10, "y":2}, + {"matrix":[2,11], "label":"-", "x":11, "y":2}, + {"matrix":[2,12], "label":"=", "x":12, "y":2}, + {"matrix":[2,14], "label":"Backspace", "x":13, "y":2, "w":2}, + {"matrix":[2,15], "label":"Num Lock", "x":15.5, "y":2}, + {"matrix":[2,16], "label":"/", "x":16.5, "y":2}, + {"matrix":[2,17], "label":"*", "x":17.5, "y":2}, + {"matrix":[2,18], "label":"Pause", "x":18.5, "y":2}, + + {"matrix":[3,0], "label":"Tab", "x":0, "y":3, "w":1.5}, + {"matrix":[3,2], "label":"Q", "x":1.5, "y":3}, + {"matrix":[3,3], "label":"W", "x":2.5, "y":3}, + {"matrix":[3,4], "label":"E", "x":3.5, "y":3}, + {"matrix":[3,5], "label":"R", "x":4.5, "y":3}, + {"matrix":[3,6], "label":"T", "x":5.5, "y":3}, + {"matrix":[3,7], "label":"Y", "x":6.5, "y":3}, + {"matrix":[3,8], "label":"U", "x":7.5, "y":3}, + {"matrix":[3,9], "label":"I", "x":8.5, "y":3}, + {"matrix":[3,10], "label":"O", "x":9.5, "y":3}, + {"matrix":[3,11], "label":"P", "x":10.5, "y":3}, + {"matrix":[3,12], "label":"[", "x":11.5, "y":3}, + {"matrix":[3,13], "label":"]", "x":12.5, "y":3}, + {"matrix":[3,15], "label":"7", "x":15.5, "y":3}, + {"matrix":[3,16], "label":"8", "x":16.5, "y":3}, + {"matrix":[3,17], "label":"9", "x":17.5, "y":3}, + {"matrix":[3,18], "label":"-", "x":18.5, "y":3}, + + {"matrix":[4,0], "label":"Caps Lock", "x":0, "y":4, "w":1.75}, + {"matrix":[4,2], "label":"A", "x":1.75, "y":4}, + {"matrix":[4,3], "label":"S", "x":2.75, "y":4}, + {"matrix":[4,4], "label":"D", "x":3.75, "y":4}, + {"matrix":[4,5], "label":"F", "x":4.75, "y":4}, + {"matrix":[4,6], "label":"G", "x":5.75, "y":4}, + {"matrix":[4,7], "label":"H", "x":6.75, "y":4}, + {"matrix":[4,8], "label":"J", "x":7.75, "y":4}, + {"matrix":[4,9], "label":"K", "x":8.75, "y":4}, + {"matrix":[4,10], "label":"L", "x":9.75, "y":4}, + {"matrix":[4,11], "label":";", "x":10.75, "y":4}, + {"matrix":[4,12], "label":"'", "x":11.75, "y":4}, + {"matrix":[4,13], "label":"#", "x":12.75, "y":4}, + {"matrix":[4,14], "label":"Enter", "x":13.75, "y":3, "w":1.25, "h":2}, + {"matrix":[4,15], "label":"4", "x":15.5, "y":4}, + {"matrix":[4,16], "label":"5", "x":16.5, "y":4}, + {"matrix":[4,17], "label":"6", "x":17.5, "y":4}, + {"matrix":[4,18], "label":"+", "x":18.5, "y":4}, + + {"matrix":[5,0], "label":"Shift", "x":0, "y":5, "w":1.25}, + {"matrix":[5,1], "label":"|", "x":1.25, "y":5}, + {"matrix":[5,2], "label":"Z", "x":2.25, "y":5}, + {"matrix":[5,3], "label":"X", "x":3.25, "y":5}, + {"matrix":[5,4], "label":"C", "x":4.25, "y":5}, + {"matrix":[5,5], "label":"V", "x":5.25, "y":5}, + {"matrix":[5,6], "label":"B", "x":6.25, "y":5}, + {"matrix":[5,7], "label":"N", "x":7.25, "y":5}, + {"matrix":[5,8], "label":"M", "x":8.25, "y":5}, + {"matrix":[5,9], "label":"<", "x":9.25, "y":5}, + {"matrix":[5,10], "label":">", "x":10.25, "y":5}, + {"matrix":[5,11], "label":"?", "x":11.25, "y":5}, + {"matrix":[5,13], "label":"Shift", "x":12.25, "y":5, "w":1.75}, + {"matrix":[5,14], "label":"up", "x":14.25, "y":5.25}, + {"matrix":[5,15], "label":"1", "x":15.5, "y":5}, + {"matrix":[5,16], "label":"2", "x":16.5, "y":5}, + {"matrix":[5,17], "label":"3", "x":17.5, "y":5}, + {"matrix":[5,18], "label":"Enter", "x":18.5, "y":5, "h":2}, + + {"matrix":[6,0], "label":"Ctrl", "x":0, "y":6}, + {"matrix":[6,1], "label":"Win", "x":1, "y":6}, + {"matrix":[6,2], "label":"Alt", "x":2, "y":6}, + {"matrix":[6,6], "label":"Space", "x":3, "y":6, "w":6}, + {"matrix":[6,9], "label":"AltGr", "x":9, "y":6}, + {"matrix":[6,10], "label":"Win", "x":10, "y":6}, + {"matrix":[6,11], "label":"Menu", "x":11, "y":6}, + {"matrix":[6,12], "label":"Ctrl", "x":12, "y":6}, + {"matrix":[6,13], "label":"left", "x":13.25, "y":6.25}, + {"matrix":[6,14], "label":"down", "x":14.25, "y":6.25}, + {"matrix":[6,15], "label":"right", "x":15.25, "y":6.25}, + {"matrix":[6,16], "label":"0", "x":16.5, "y":6}, + {"matrix":[6,17], "label":".", "x":17.5, "y":6}] }, "LAYOUT_1800_iso_7u": { - "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.25, "y":0}, {"label":"F2", "x":2.25, "y":0}, {"label":"F3", "x":3.25, "y":0}, {"label":"F4", "x":4.25, "y":0}, {"label":"F5", "x":5.5, "y":0}, {"label":"F6", "x":6.5, "y":0}, {"label":"F7", "x":7.5, "y":0}, {"label":"F8", "x":8.5, "y":0}, {"label":"F9", "x":9.75, "y":0}, {"label":"F10", "x":10.75, "y":0}, {"label":"F11", "x":11.75, "y":0}, {"label":"F12", "x":12.75, "y":0}, {"label":"Insert", "x":15.5, "y":0}, {"label":"Home", "x":16.5, "y":0}, {"label":"PgUp", "x":17.5, "y":0}, {"label":"PrtSc", "x":18.5, "y":0}, {"label":"Delete", "x":15.5, "y":1}, {"label":"End", "x":16.5, "y":1}, {"label":"PgDn", "x":17.5, "y":1}, {"label":"Scroll Lock", "x":18.5, "y":1}, {"label":"\u00ac", "x":0, "y":2}, {"label":"!", "x":1, "y":2}, {"label":"\"", "x":2, "y":2}, {"label":"\u00a7", "x":3, "y":2}, {"label":"$", "x":4, "y":2}, {"label":"%", "x":5, "y":2}, {"label":"&", "x":6, "y":2}, {"label":"/", "x":7, "y":2}, {"label":"(", "x":8, "y":2}, {"label":")", "x":9, "y":2}, {"label":"=", "x":10, "y":2}, {"label":"?", "x":11, "y":2}, {"label":"`", "x":12, "y":2}, {"label":"Backspace", "x":13, "y":2, "w":2}, {"label":"Num Lock", "x":15.5, "y":2}, {"label":"/", "x":16.5, "y":2}, {"label":"*", "x":17.5, "y":2}, {"label":"Pause", "x":18.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":"7", "x":15.5, "y":3}, {"label":"8", "x":16.5, "y":3}, {"label":"9", "x":17.5, "y":3}, {"label":"-", "x":18.5, "y":3}, {"label":"Caps Lock", "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":"~", "x":12.75, "y":4}, {"label":"Enter", "x":13.75, "y":3, "w":1.25, "h":2}, {"label":"4", "x":15.5, "y":4}, {"label":"5", "x":16.5, "y":4}, {"label":"6", "x":17.5, "y":4}, {"label":"+", "x":18.5, "y":4}, {"label":"Shift", "x":0, "y":5, "w":1.25}, {"label":"|", "x":1.25, "y":5}, {"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":1.75}, {"label":"up", "x":14.25, "y":5.25}, {"label":"1", "x":15.5, "y":5}, {"label":"2", "x":16.5, "y":5}, {"label":"3", "x":17.5, "y":5}, {"label":"Enter", "x":18.5, "y":5, "h":2}, {"label":"Ctrl", "x":0, "y":6, "w":1.5}, {"label":"Alt", "x":1.5, "y":6, "w":1.5}, {"x":3, "y":6, "w":7}, {"label":"AltGr", "x":10, "y":6, "w":1.5}, {"label":"Ctrl", "x":11.5, "y":6, "w":1.5}, {"label":"left", "x":13.25, "y":6.25}, {"label":"down", "x":14.25, "y":6.25}, {"label":"right", "x":15.25, "y":6.25}, {"label":"0", "x":16.5, "y":6}, {"label":".", "x":17.5, "y":6}] + "layout": [ + {"matrix":[0,0], "label":"Esc", "x":0, "y":0}, + {"matrix":[0,1], "label":"F1", "x":1.25, "y":0}, + {"matrix":[0,2], "label":"F2", "x":2.25, "y":0}, + {"matrix":[0,3], "label":"F3", "x":3.25, "y":0}, + {"matrix":[0,4], "label":"F4", "x":4.25, "y":0}, + {"matrix":[0,6], "label":"F5", "x":5.5, "y":0}, + {"matrix":[0,7], "label":"F6", "x":6.5, "y":0}, + {"matrix":[0,8], "label":"F7", "x":7.5, "y":0}, + {"matrix":[0,9], "label":"F8", "x":8.5, "y":0}, + {"matrix":[0,10], "label":"F9", "x":9.75, "y":0}, + {"matrix":[0,11], "label":"F10", "x":10.75, "y":0}, + {"matrix":[0,12], "label":"F11", "x":11.75, "y":0}, + {"matrix":[0,13], "label":"F12", "x":12.75, "y":0}, + {"matrix":[0,15], "label":"Insert", "x":15.5, "y":0}, + {"matrix":[0,16], "label":"Home", "x":16.5, "y":0}, + {"matrix":[0,17], "label":"PgUp", "x":17.5, "y":0}, + {"matrix":[0,18], "label":"PrtSc", "x":18.5, "y":0}, + + {"matrix":[1,15], "label":"Delete", "x":15.5, "y":1}, + {"matrix":[1,16], "label":"End", "x":16.5, "y":1}, + {"matrix":[1,17], "label":"PgDn", "x":17.5, "y":1}, + {"matrix":[1,18], "label":"Scroll Lock", "x":18.5, "y":1}, + + {"matrix":[2,0], "label":"tild", "x":0, "y":2}, + {"matrix":[2,1], "label":"1", "x":1, "y":2}, + {"matrix":[2,2], "label":"2", "x":2, "y":2}, + {"matrix":[2,3], "label":"3", "x":3, "y":2}, + {"matrix":[2,4], "label":"4", "x":4, "y":2}, + {"matrix":[2,5], "label":"5", "x":5, "y":2}, + {"matrix":[2,6], "label":"6", "x":6, "y":2}, + {"matrix":[2,7], "label":"7", "x":7, "y":2}, + {"matrix":[2,8], "label":"8", "x":8, "y":2}, + |