diff options
| author | GG <72414103+spbgzh@users.noreply.github.com> | 2021-10-27 02:04:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 16:04:39 -0700 |
| commit | eb8174bc405b464be5c9116e8641851a858dcae3 (patch) | |
| tree | abb5e7ae7cb4011180250071c025845b6df40149 /keyboards/wuque | |
| parent | d595dce89f431bd28728b814c92481ed101de8a7 (diff) | |
| download | qmk_firmware-eb8174bc405b464be5c9116e8641851a858dcae3.tar.gz qmk_firmware-eb8174bc405b464be5c9116e8641851a858dcae3.zip | |
[Keyboard] Add Mammoth75x (#14925)
Diffstat (limited to 'keyboards/wuque')
21 files changed, 1242 insertions, 0 deletions
diff --git a/keyboards/wuque/mammoth75x/config.h b/keyboards/wuque/mammoth75x/config.h new file mode 100644 index 000000000..019a70f50 --- /dev/null +++ b/keyboards/wuque/mammoth75x/config.h | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 wuquestudio | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xA06B | ||
| 24 | #define PRODUCT_ID 0x0004 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER wuque studio | ||
| 27 | #define PRODUCT mammoth75x | ||
| 28 | |||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 6 | ||
| 31 | #define MATRIX_COLS 16 | ||
| 32 | |||
| 33 | #define MATRIX_ROW_PINS { B0, C7, D2, F7, D1, D0 } | ||
| 34 | #define MATRIX_COL_PINS { D3, D5, D4, D6, D7, B4, B5, E6, F0, F1, F4, F5, F6, C6, B7, B3 } | ||
| 35 | |||
| 36 | #define DIODE_DIRECTION COL2ROW | ||
| 37 | |||
| 38 | /* Set 0 if debouncing isn't needed */ | ||
| 39 | #define DEBOUNCE 5 | ||
| 40 | |||
| 41 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 42 | #define LOCKING_SUPPORT_ENABLE | ||
| 43 | |||
| 44 | /* Locking resynchronize hack */ | ||
| 45 | #define LOCKING_RESYNC_ENABLE | ||
| 46 | |||
| 47 | /* Enable encoder */ | ||
| 48 | #define ENCODERS_PAD_A { B2 } | ||
| 49 | #define ENCODERS_PAD_B { B1 } | ||
| 50 | |||
| 51 | #define ENCODERS 1 | ||
| 52 | // Note: array is { col, row ) | ||
| 53 | #define ENCODERS_CW_KEY { { 5, 5 } } | ||
| 54 | #define ENCODERS_CCW_KEY { { 3, 5 } } | ||
| 55 | |||
| 56 | #define LED_CAPS_LOCK_PIN B6 | ||
| 57 | #define LED_PIN_ON_STATE 0 | ||
diff --git a/keyboards/wuque/mammoth75x/info.json b/keyboards/wuque/mammoth75x/info.json new file mode 100644 index 000000000..4e65f8353 --- /dev/null +++ b/keyboards/wuque/mammoth75x/info.json | |||
| @@ -0,0 +1,571 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "mammoth75x", | ||
| 3 | "url": "https://shop.wuquestudio.com/", | ||
| 4 | "maintainer": "spbgzh", | ||
| 5 | "layouts": { | ||
| 6 | "LAYOUT_all": { | ||
| 7 | "layout": [ | ||
| 8 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 9 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 10 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 11 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 12 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 13 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 14 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 15 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 16 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 17 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 18 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 19 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 20 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 21 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 22 | { "label": "EncoderRotateL", "x": 15.25, "y": 1.25, "w": 0.25 }, | ||
| 23 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 24 | { "label": "EncoderRotateR", "x": 16.75, "y": 1.25, "w": 0.25 }, | ||
| 25 | |||
| 26 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 27 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 28 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 29 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 30 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 31 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 32 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 33 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 34 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 35 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 36 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 37 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 38 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 39 | { "label": "Backspace", "x": 13, "y": 1.25 }, | ||
| 40 | |||
| 41 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 42 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 43 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 44 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 45 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 46 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 47 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 48 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 49 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 50 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 51 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 52 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 53 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 54 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 55 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 56 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 57 | |||
| 58 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 59 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 60 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 61 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 62 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 63 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 64 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 65 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 66 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 67 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 68 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 69 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 70 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 71 | { "label": "Backspace1", "x": 14, "y": 1.25 }, | ||
| 72 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 73 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 74 | |||
| 75 | { "label": "Shift1", "x": 0, "y": 4.25, "w": 1.25 }, | ||
| 76 | { "label": "Shift2", "x": 1.25, "y": 4.25 }, | ||
| 77 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 78 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 79 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 80 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 81 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 82 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 83 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 84 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 85 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 86 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 87 | { "label": "Shift1", "x": 12.25, "y": 4.25, "w": 1.75 }, | ||
| 88 | { "label": "Shift2", "x": 14, "y": 4.25 }, | ||
| 89 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 90 | |||
| 91 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 92 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 93 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 94 | { "label": "Space","x": 3.75, "y": 5.25, "w": 2.25 }, | ||
| 95 | { "label": "Space","x": 6, "y": 5.25, "w": 1.25 }, | ||
| 96 | { "label": "Space","x": 7.25, "y": 5.25, "w": 2.75 }, | ||
| 97 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 98 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 99 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 100 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 101 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 102 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 103 | ] | ||
| 104 | }, | ||
| 105 | "LAYOUT_75_ansi": { | ||
| 106 | "layout": [ | ||
| 107 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 108 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 109 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 110 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 111 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 112 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 113 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 114 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 115 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 116 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 117 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 118 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 119 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 120 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 121 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 122 | |||
| 123 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 124 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 125 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 126 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 127 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 128 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 129 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 130 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 131 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 132 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 133 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 134 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 135 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 136 | { "label": "Backspace", "x": 13, "y": 1.25, "w":2}, | ||
| 137 | |||
| 138 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 139 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 140 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 141 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 142 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 143 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 144 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 145 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 146 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 147 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 148 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 149 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 150 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 151 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 152 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 153 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 154 | |||
| 155 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 156 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 157 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 158 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 159 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 160 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 161 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 162 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 163 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 164 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 165 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 166 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 167 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 168 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 169 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 170 | |||
| 171 | { "label": "Shift", "x": 0, "y": 4.25, "w": 2.25 }, | ||
| 172 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 173 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 174 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 175 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 176 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 177 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 178 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 179 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 180 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 181 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 182 | { "label": "Shift", "x": 12.25, "y": 4.25, "w": 2.75 }, | ||
| 183 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 184 | |||
| 185 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 186 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 187 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 188 | { "label": "Space","x": 3.75, "y": 5.25, "w": 6.25 }, | ||
| 189 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 190 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 191 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 192 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 193 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 194 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 195 | ] | ||
| 196 | }, | ||
| 197 | "LAYOUT_75_ansi_split_lshift": { | ||
| 198 | "layout": [ | ||
| 199 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 200 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 201 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 202 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 203 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 204 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 205 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 206 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 207 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 208 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 209 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 210 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 211 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 212 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 213 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 214 | |||
| 215 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 216 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 217 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 218 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 219 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 220 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 221 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 222 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 223 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 224 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 225 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 226 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 227 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 228 | { "label": "Backspace", "x": 13, "y": 1.25, "w":2}, | ||
| 229 | |||
| 230 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 231 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 232 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 233 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 234 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 235 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 236 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 237 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 238 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 239 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 240 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 241 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 242 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 243 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 244 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 245 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 246 | |||
| 247 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 248 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 249 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 250 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 251 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 252 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 253 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 254 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 255 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 256 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 257 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 258 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 259 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 260 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 261 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 262 | |||
| 263 | { "label": "Shift1", "x": 0, "y": 4.25, "w": 1.25 }, | ||
| 264 | { "label": "Shift2", "x": 1.25, "y": 4.25 }, | ||
| 265 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 266 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 267 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 268 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 269 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 270 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 271 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 272 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 273 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 274 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 275 | { "label": "Shift", "x": 12.25, "y": 4.25, "w": 2.75 }, | ||
| 276 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 277 | |||
| 278 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 279 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 280 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 281 | { "label": "Space","x": 3.75, "y": 5.25, "w": 6.25 }, | ||
| 282 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 283 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 284 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 285 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 286 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 287 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 288 | ] | ||
| 289 | }, | ||
| 290 | "LAYOUT_75_ansi_split_rshift": { | ||
| 291 | "layout": [ | ||
| 292 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 293 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 294 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 295 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 296 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 297 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 298 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 299 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 300 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 301 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 302 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 303 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 304 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 305 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 306 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 307 | |||
| 308 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 309 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 310 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 311 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 312 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 313 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 314 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 315 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 316 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 317 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 318 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 319 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 320 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 321 | { "label": "Backspace", "x": 13, "y": 1.25, "w":2}, | ||
| 322 | |||
| 323 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 324 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 325 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 326 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 327 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 328 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 329 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 330 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 331 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 332 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 333 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 334 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 335 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 336 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 337 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 338 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 339 | |||
| 340 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 341 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 342 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 343 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 344 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 345 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 346 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 347 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 348 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 349 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 350 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 351 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 352 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 353 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 354 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 355 | |||
| 356 | { "label": "Shift", "x": 0, "y": 4.25, "w": 2.25 }, | ||
| 357 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 358 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 359 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 360 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 361 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 362 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 363 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 364 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 365 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 366 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 367 | { "label": "Shift1", "x": 12.25, "y": 4.25, "w": 1.75 }, | ||
| 368 | { "label": "Shift2", "x": 14, "y": 4.25 }, | ||
| 369 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 370 | |||
| 371 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 372 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 373 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 374 | { "label": "Space","x": 3.75, "y": 5.25, "w": 6.25 }, | ||
| 375 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 376 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 377 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 378 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 379 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 380 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 381 | ] | ||
| 382 | }, | ||
| 383 | "LAYOUT_75_ansi_split_bs": { | ||
| 384 | "layout": [ | ||
| 385 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 386 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 387 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 388 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 389 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 390 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 391 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 392 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 393 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 394 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 395 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 396 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 397 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 398 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 399 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 400 | |||
| 401 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 402 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 403 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 404 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 405 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 406 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 407 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 408 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 409 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 410 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 411 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 412 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 413 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 414 | { "label": "Backspace", "x": 13, "y": 1.25}, | ||
| 415 | |||
| 416 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 417 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 418 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 419 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 420 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 421 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 422 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 423 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 424 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 425 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 426 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 427 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 428 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 429 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 430 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 431 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 432 | |||
| 433 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 434 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 435 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 436 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 437 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 438 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 439 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 440 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 441 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 442 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 443 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 444 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 445 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 446 | { "label": "Backspace1", "x": 14, "y": 1.25 }, | ||
| 447 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 448 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 449 | |||
| 450 | { "label": "Shift", "x": 0, "y": 4.25, "w": 2.25 }, | ||
| 451 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 452 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 453 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 454 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 455 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 456 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 457 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 458 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 459 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 460 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 461 | { "label": "Shift", "x": 12.25, "y": 4.25, "w": 2.75 }, | ||
| 462 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 463 | |||
| 464 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 465 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 466 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 467 | { "label": "Space","x": 3.75, "y": 5.25, "w": 6.25 }, | ||
| 468 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 469 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 470 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 471 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 472 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 473 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 474 | ] | ||
| 475 | }, | ||
| 476 | "LAYOUT_75_ansi_split_space": { | ||
| 477 | "layout": [ | ||
| 478 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 479 | { "label": "F1", "x": 1.5, "y": 0 }, | ||
| 480 | { "label": "F2", "x": 2.5, "y": 0 }, | ||
| 481 | { "label": "F3", "x": 3.5, "y": 0 }, | ||
| 482 | { "label": "F4", "x": 4.5, "y": 0 }, | ||
| 483 | { "label": "F5", "x": 6, "y": 0 }, | ||
| 484 | { "label": "F6", "x": 7, "y": 0 }, | ||
| 485 | { "label": "F7", "x": 8, "y": 0 }, | ||
| 486 | { "label": "F8", "x": 9, "y": 0 }, | ||
| 487 | { "label": "F9", "x": 10.5, "y": 0 }, | ||
| 488 | { "label": "F10", "x": 11.5, "y": 0 }, | ||
| 489 | { "label": "F11", "x": 12.5, "y": 0 }, | ||
| 490 | { "label": "F12", "x": 13.5, "y": 0 }, | ||
| 491 | { "label": "Delete", "x": 15, "y": 0 }, | ||
| 492 | { "label": "EncoderClick", "x": 15.75, "y": 1.25 }, | ||
| 493 | |||
| 494 | { "label": "~", "x": 0, "y": 1.25 }, | ||
| 495 | { "label": "1", "x": 1, "y": 1.25 }, | ||
| 496 | { "label": "2", "x": 2, "y": 1.25 }, | ||
| 497 | { "label": "3", "x": 3, "y": 1.25 }, | ||
| 498 | { "label": "4", "x": 4, "y": 1.25 }, | ||
| 499 | { "label": "5", "x": 5, "y": 1.25 }, | ||
| 500 | { "label": "6", "x": 6, "y": 1.25 }, | ||
| 501 | { "label": "7", "x": 7, "y": 1.25 }, | ||
| 502 | { "label": "8", "x": 8, "y": 1.25 }, | ||
| 503 | { "label": "9", "x": 9, "y": 1.25 }, | ||
| 504 | { "label": "0", "x": 10, "y": 1.25 }, | ||
| 505 | { "label": "-", "x": 11, "y": 1.25 }, | ||
| 506 | { "label": "=", "x": 12, "y": 1.25 }, | ||
| 507 | { "label": "Backspace", "x": 13, "y": 1.25, "w":2}, | ||
| 508 | |||
| 509 | { "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 }, | ||
| 510 | { "label": "Q", "x": 1.5, "y": 2.25 }, | ||
| 511 | { "label": "W", "x": 2.5, "y": 2.25 }, | ||
| 512 | { "label": "E", "x": 3.5, "y": 2.25 }, | ||
| 513 | { "label": "R", "x": 4.5, "y": 2.25 }, | ||
| 514 | { "label": "T", "x": 5.5, "y": 2.25 }, | ||
| 515 | { "label": "Y", "x": 6.5, "y": 2.25 }, | ||
| 516 | { "label": "U", "x": 7.5, "y": 2.25 }, | ||
| 517 | { "label": "I", "x": 8.5, "y": 2.25 }, | ||
| 518 | { "label": "O", "x": 9.5, "y": 2.25 }, | ||
| 519 | { "label": "P", "x": 10.5, "y": 2.25 }, | ||
| 520 | { "label": "[", "x": 11.5, "y": 2.25 }, | ||
| 521 | { "label": "]", "x": 12.5, "y": 2.25 }, | ||
| 522 | { "label": "\\", "x": 13.5,"y": 2.25, "w": 1.5 }, | ||
| 523 | { "label": "Home", "x": 15.25, "y": 2.25 }, | ||
| 524 | { "label": "PageUp", "x": 16.25, "y": 2.25 }, | ||
| 525 | |||
| 526 | { "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 }, | ||
| 527 | { "label": "A", "x": 1.75, "y": 3.25 }, | ||
| 528 | { "label": "S", "x": 2.75, "y": 3.25 }, | ||
| 529 | { "label": "D", "x": 3.75, "y": 3.25 }, | ||
| 530 | { "label": "F", "x": 4.75, "y": 3.25 }, | ||
| 531 | { "label": "G", "x": 5.75, "y": 3.25 }, | ||
| 532 | { "label": "H", "x": 6.75, "y": 3.25 }, | ||
| 533 | { "label": "J", "x": 7.75, "y": 3.25 }, | ||
| 534 | { "label": "K", "x": 8.75, "y": 3.25 }, | ||
| 535 | { "label": "L", "x": 9.75, "y": 3.25 }, | ||
| 536 | { "label": ";", "x": 10.75, "y": 3.25 }, | ||
| 537 | { "label": "'", "x": 11.75, "y": 3.25 }, | ||
| 538 | { "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 }, | ||
| 539 | { "label": "End", "x": 15.25, "y": 3.25 }, | ||
| 540 | { "label": "PageDown", "x": 16.25, "y": 3.25 }, | ||
| 541 | |||
| 542 | { "label": "Shift", "x": 0, "y": 4.25, "w": 2.25 }, | ||
| 543 | { "label": "Z", "x": 2.25, "y": 4.25 }, | ||
| 544 | { "label": "X", "x": 3.25, "y": 4.25 }, | ||
| 545 | { "label": "C", "x": 4.25, "y": 4.25 }, | ||
| 546 | { "label": "V", "x": 5.25, "y": 4.25 }, | ||
| 547 | { "label": "B", "x": 6.25, "y": 4.25 }, | ||
| 548 | { "label": "N", "x": 7.25, "y": 4.25 }, | ||
| 549 | { "label": "M", "x": 8.25, "y": 4.25 }, | ||
| 550 | { "label": ",", "x": 9.25, "y": 4.25 }, | ||
| 551 | { "label": ".", "x": 10.25, "y": 4.25 }, | ||
| 552 | { "label": "/", "x": 11.25, "y": 4.25 }, | ||
| 553 | { "label": "Shift", "x": 12.25, "y": 4.25, "w": 2.75 }, | ||
| 554 | { "label": "\u2191", "x": 15.25, "y": 4.25 }, | ||
| 555 | |||
| 556 | { "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 }, | ||
| 557 | { "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 }, | ||
| 558 | { "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 }, | ||
| 559 | { "label": "Space","x": 3.75, "y": 5.25, "w": 2.25 }, | ||
| 560 | { "label": "Space","x": 6, "y": 5.25, "w": 1.25 }, | ||
| 561 | { "label": "Space","x": 7.25, "y": 5.25, "w": 2.75 }, | ||
| 562 | { "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 }, | ||
| 563 | { "label": "Ctrl", "x": 11.25, "y": 5.25, "w": 1.25 }, | ||
| 564 | { "label": "Menu", "x": 12.5, "y": 5.25, "w": 1.25 }, | ||
| 565 | { "label": "\u2190", "x": 14.25, "y": 5.25 }, | ||
| 566 | { "label": "\u2193", "x": 15.25, "y": 5.25 }, | ||
| 567 | { "label": "\u2192", "x": 16.25, "y": 5.25 } | ||
| 568 | ] | ||
| 569 | } | ||
| 570 | } | ||
| 571 | } | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_ansi/keymap.c b/keyboards/wuque/mammoth75x/keymaps/75_ansi/keymap.c new file mode 100644 index 000000000..a35038348 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_ansi/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_75_ansi( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_MUTE, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_75_ansi( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_ansi/readme.md b/keyboards/wuque/mammoth75x/keymaps/75_ansi/readme.md new file mode 100644 index 000000000..b6b384197 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_ansi/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The 75_ansi keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_bs/keymap.c b/keyboards/wuque/mammoth75x/keymaps/75_split_bs/keymap.c new file mode 100644 index 000000000..c1717e6d2 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_bs/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_75_ansi_split_bs( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_MUTE, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_BSPC, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_75_ansi_split_bs( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_bs/readme.md b/keyboards/wuque/mammoth75x/keymaps/75_split_bs/readme.md new file mode 100644 index 000000000..ef0bf98c5 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_bs/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The 75_split_bs keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/keymap.c b/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/keymap.c new file mode 100644 index 000000000..611e1a264 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_75_ansi_split_lshift( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_MUTE, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_75_ansi_split_lshift( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/readme.md b/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/readme.md new file mode 100644 index 000000000..cd6640f91 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_lshift/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The 75_split_lshift keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/keymap.c b/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/keymap.c new file mode 100644 index 000000000..1debfe81b --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_75_ansi_split_rshift( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_MUTE, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_75_ansi_split_rshift( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/readme.md b/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/readme.md new file mode 100644 index 000000000..cd6640f91 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_rshift/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The 75_split_lshift keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_space/keymap.c b/keyboards/wuque/mammoth75x/keymaps/75_split_space/keymap.c new file mode 100644 index 000000000..218221606 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_space/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_75_ansi_split_space( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_MUTE, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_75_ansi_split_space( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/75_split_space/readme.md b/keyboards/wuque/mammoth75x/keymaps/75_split_space/readme.md new file mode 100644 index 000000000..c2057660f --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/75_split_space/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The 75_split_space keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/default/keymap.c b/keyboards/wuque/mammoth75x/keymaps/default/keymap.c new file mode 100644 index 000000000..9f998a3dd --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/default/keymap.c | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_all( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_VOLD, KC_MUTE,KC_VOLU, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_BSPC, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_all( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/default/readme.md b/keyboards/wuque/mammoth75x/keymaps/default/readme.md new file mode 100644 index 000000000..73cba9c7b --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/default/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The default keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/via/keymap.c b/keyboards/wuque/mammoth75x/keymaps/via/keymap.c new file mode 100644 index 000000000..d35ff6bcc --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/via/keymap.c | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_all( | ||
| 21 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_VOLD, KC_MUTE,KC_VOLU, | ||
| 22 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, | ||
| 23 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_INS, KC_PGUP, | ||
| 24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_BSPC, KC_END, KC_PGDN, | ||
| 25 | KC_LSFT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ), | ||
| 28 | [1] = LAYOUT_all( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 35 | ), | ||
| 36 | [2] = LAYOUT_all( | ||
| 37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 43 | ), | ||
| 44 | [3] = LAYOUT_all( | ||
| 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 46 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 47 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 48 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 49 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 50 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 51 | ), | ||
| 52 | }; | ||
diff --git a/keyboards/wuque/mammoth75x/keymaps/via/readme.md b/keyboards/wuque/mammoth75x/keymaps/via/readme.md new file mode 100644 index 000000000..e6ea1cf87 --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/via/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The via keymap for mammoth75x | |||
diff --git a/keyboards/wuque/mammoth75x/keymaps/via/rules.mk b/keyboards/wuque/mammoth75x/keymaps/via/rules.mk new file mode 100644 index 000000000..36b7ba9cb --- /dev/null +++ b/keyboards/wuque/mammoth75x/keymaps/via/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | ||
| 2 | LTO_ENABLE = yes | ||
diff --git a/keyboards/wuque/mammoth75x/mammoth75x.c b/keyboards/wuque/mammoth75x/mammoth75x.c new file mode 100644 index 000000000..6f14657f8 --- /dev/null +++ b/keyboards/wuque/mammoth75x/mammoth75x.c | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include "mammoth75x.h" | ||
| 18 | |||
| 19 | #ifdef VIA_ENABLE | ||
| 20 | static uint8_t encoder_state[ENCODERS] = {0}; | ||
| 21 | static keypos_t encoder_cw[ENCODERS] = ENCODERS_CW_KEY; | ||
| 22 | static keypos_t encoder_ccw[ENCODERS] = ENCODERS_CCW_KEY; | ||
| 23 | |||
| 24 | void encoder_action_unregister(void) | ||
| 25 | { | ||
| 26 | for (int index = 0; index < ENCODERS; ++index) | ||
| 27 | { | ||
| 28 | if (encoder_state[index]) | ||
| 29 | { | ||
| 30 | keyevent_t encoder_event = (keyevent_t){ | ||
| 31 | .key = encoder_state[index] >> 1 ? encoder_cw[index] : encoder_ccw[index], | ||
| 32 | .pressed = false, | ||
| 33 | .time = (timer_read() | 1)}; | ||
| 34 | encoder_state[index] = 0; | ||
| 35 | action_exec(encoder_event); | ||
| 36 | } | ||
| 37 | } | ||
| 38 | } | ||
| 39 | void encoder_action_register(uint8_t index, bool clockwise) | ||
| 40 | { | ||
| 41 | keyevent_t encoder_event = (keyevent_t){ | ||
| 42 | .key = clockwise ? encoder_cw[index] : encoder_ccw[index], | ||
| 43 | .pressed = true, | ||
| 44 | .time = (timer_read() | 1)}; | ||
| 45 | encoder_state[index] = (clockwise ^ 1) | (clockwise << 1); | ||
| 46 | action_exec(encoder_event); | ||
| 47 | } | ||
| 48 | |||
| 49 | void matrix_scan_kb(void) | ||
| 50 | { | ||
| 51 | encoder_action_unregister(); | ||
| 52 | matrix_scan_user(); | ||
| 53 | } | ||
| 54 | |||
| 55 | bool encoder_update_kb(uint8_t index, bool clockwise) | ||
| 56 | { | ||
| 57 | encoder_action_register(index, clockwise); | ||
| 58 | return true; | ||
| 59 | }; | ||
| 60 | #else | ||
| 61 | bool encoder_update_kb(uint8_t index, bool clockwise) { | ||
| 62 | if (!encoder_update_user(index, clockwise)) { return false; } | ||
| 63 | tap_code_delay(clockwise ? KC_VOLU : KC_VOLD, 10); | ||
| 64 | return true; | ||
| 65 | } | ||
| 66 | #endif | ||
| 67 | |||
diff --git a/keyboards/wuque/mammoth75x/mammoth75x.h b/keyboards/wuque/mammoth75x/mammoth75x.h new file mode 100644 index 000000000..a3ab71caa --- /dev/null +++ b/keyboards/wuque/mammoth75x/mammoth75x.h | |||
| @@ -0,0 +1,223 @@ | |||
| 1 | /* Copyright 2021 wuquestudio | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #include "quantum.h" | ||
| 20 | |||
| 21 | |||
| 22 | /* Standard Arrangement | ||
| 23 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 24 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 25 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 26 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ◯ | ||
| 27 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │3d │ | ||
| 28 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ┌───┬───┐ | ||
| 29 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 30 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 31 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 32 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ └───┴───┘ | ||
| 33 | * │40 │41 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │4d │ ┌───┐ | ||
| 34 | * ├────┼───┴┬──┴─┬─┴───┴──┬┴───┼───┴───┴──┬┴───┼───┴┬────┬┴───┘ │4e │ | ||
| 35 | * │50 │51 │52 │54 │56 │58 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 36 | * └────┴────┴────┴────────┴────┴──────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 37 | * └───┴───┴───┘ | ||
| 38 | */ | ||
| 39 | #define LAYOUT_all( \ | ||
| 40 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K53, K0E, K55, \ | ||
| 41 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 42 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 43 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, \ | ||
| 44 | K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, \ | ||
| 45 | K50, K51, K52, K54, K56, K58, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 46 | ) { \ | ||
| 47 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 48 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 49 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 50 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F }, \ | ||
| 51 | { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, KC_NO }, \ | ||
| 52 | { K50, K51, K52, K53, K54, K55, K56, KC_NO, K58, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 53 | } | ||
| 54 | |||
| 55 | |||
| 56 | /* LAYOUT_75_ansi | ||
| 57 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 58 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 59 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 60 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ◯ | ||
| 61 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │ | ||
| 62 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ┌───┬───┐ | ||
| 63 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 64 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 65 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 66 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ └───┴───┘ | ||
| 67 | * │40 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │ ┌───┐ | ||
| 68 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┘ │4e │ | ||
| 69 | * │50 │51 │52 │56 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 70 | * └────┴────┴────┴────────────────────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 71 | * └───┴───┴───┘ | ||
| 72 | */ | ||
| 73 | #define LAYOUT_75_ansi( \ | ||
| 74 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ | ||
| 75 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 76 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 77 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, K3F, \ | ||
| 78 | K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4E, \ | ||
| 79 | K50, K51, K52, K56, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 80 | ) { \ | ||
| 81 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 82 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 83 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 84 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO, K3E, K3F }, \ | ||
| 85 | { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, K4E, KC_NO }, \ | ||
| 86 | { K50, K51, K52, KC_NO, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 87 | } | ||
| 88 | |||
| 89 | |||
| 90 | /* LAYOUT_75_ansi_split_lshift | ||
| 91 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 92 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 93 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 94 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ◯ | ||
| 95 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │ | ||
| 96 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ┌───┬───┐ | ||
| 97 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 98 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 99 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 100 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ └───┴───┘ | ||
| 101 | * │40 │41 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │ ┌───┐ | ||
| 102 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┘ │4e │ | ||
| 103 | * │50 │51 │52 │56 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 104 | * └────┴────┴────┴────────────────────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 105 | * └───┴───┴───┘ | ||
| 106 | */ | ||
| 107 | #define LAYOUT_75_ansi_split_lshift( \ | ||
| 108 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ | ||
| 109 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 110 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 111 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, K3F, \ | ||
| 112 | K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4E, \ | ||
| 113 | K50, K51, K52, K56, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 114 | ) { \ | ||
| 115 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 116 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 117 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 118 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO, K3E, K3F }, \ | ||
| 119 | { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, K4E, KC_NO }, \ | ||
| 120 | { K50, K51, K52, KC_NO, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 121 | } | ||
| 122 | |||
| 123 | |||
| 124 | /* LAYOUT_75_ansi_split_rshift | ||
| 125 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 126 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 127 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 128 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ◯ | ||
| 129 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │ | ||
| 130 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ┌───┬───┐ | ||
| 131 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 132 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 133 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 134 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ └───┴───┘ | ||
| 135 | * │40 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │4d │ ┌───┐ | ||
| 136 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬┴───┘ │4e │ | ||
| 137 | * │50 │51 │52 │56 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 138 | * └────┴────┴────┴────────────────────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 139 | * └───┴───┴───┘ | ||
| 140 | */ | ||
| 141 | #define LAYOUT_75_ansi_split_rshift( \ | ||
| 142 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ | ||
| 143 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 144 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 145 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, K3F, \ | ||
| 146 | K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, \ | ||
| 147 | K50, K51, K52, K56, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 148 | ) { \ | ||
| 149 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 150 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 151 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 152 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO, K3E, K3F }, \ | ||
| 153 | { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, KC_NO }, \ | ||
| 154 | { K50, K51, K52, KC_NO, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 155 | } | ||
| 156 | |||
| 157 | |||
| 158 | /* LAYOUT_75_ansi_split_bs | ||
| 159 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 160 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 161 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 162 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ◯ | ||
| 163 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │3d │ | ||
| 164 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ┌───┬───┐ | ||
| 165 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 166 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 167 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 168 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ └───┴───┘ | ||
| 169 | * │40 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │ ┌───┐ | ||
| 170 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┘ │4e │ | ||
| 171 | * │50 │51 │52 │56 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 172 | * └────┴────┴────┴────────────────────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 173 | * └───┴───┴───┘ | ||
| 174 | */ | ||
| 175 | #define LAYOUT_75_ansi_split_bs( \ | ||
| 176 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ | ||
| 177 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 178 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 179 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, \ | ||
| 180 | K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4E, \ | ||
| 181 | K50, K51, K52, K56, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 182 | ) { \ | ||
| 183 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 184 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 185 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 186 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F }, \ | ||
| 187 | { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, K4E, KC_NO }, \ | ||
| 188 | { K50, K51, K52, KC_NO, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 189 | } | ||
| 190 | |||
| 191 | |||
| 192 | /* LAYOUT_75_ansi_split_space | ||
| 193 | * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ | ||
| 194 | * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0a │0b │0c ││0d │ | ||
| 195 | * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ | ||
| 196 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ◯ | ||
| 197 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │ | ||
| 198 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ┌───┬───┐ | ||
| 199 | * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │2d │ │2e │2f │ | ||
| 200 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┤ | ||
| 201 | * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │ │3e │3f │ | ||
| 202 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ └───┴───┘ | ||
| 203 | * │40 │42 │43 │44 │45 │46 │47 │48 │49 │4a │4b │4c │ ┌───┐ | ||
| 204 | * ├────┬───┴┬──┴─┬─┴───┴──┬┴───┼───┴───┴──┬┴───┼───┴┬────┬────┘ │4e │ | ||
| 205 | * │50 │51 │52 │54 │56 │58 │5a │5b │5c │ ┌───┼───┼───┐ | ||
| 206 | * └────┴────┴────┴────────┴────┴──────────┴────┴────┴────┘ │5d │5e │5f │ | ||
| 207 | * └───┴───┴───┘ | ||
| 208 | */ | ||
| 209 | #define LAYOUT_75_ansi_split_space( \ | ||
| 210 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ | ||
| 211 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 212 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ | ||
| 213 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3E, K3F, \ | ||
| 214 | K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4E, \ | ||
| 215 | K50, K51, K52, K54, K56, K58, K5A, K5B, K5C, K5D, K5E, K5F \ | ||
| 216 | ) { \ | ||
| 217 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, KC_NO }, \ | ||
| 218 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, KC_NO, KC_NO }, \ | ||
| 219 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ | ||
| 220 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO, K3E, K3F }, \ | ||
| 221 | { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, K4E, KC_NO }, \ | ||
| 222 | { K50, K51, K52, KC_NO, K54, KC_NO, K56, KC_NO, K58, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F }, \ | ||
| 223 | } | ||
diff --git a/keyboards/wuque/mammoth75x/readme.md b/keyboards/wuque/mammoth75x/readme.md new file mode 100644 index 000000000..9528552fb --- /dev/null +++ b/keyboards/wuque/mammoth75x/readme.md | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | # mammoth75x | ||
| 2 | | ||
| 3 |  | ||
| 4 | | ||
| 5 | More Info at [wuquestudio](https://shop.wuquestudio.com/). | ||
| 6 | | ||
| 7 | * Keyboard Maintainer: [spbgzh](https://github.com/spbgzh) | ||
| 8 | * Hardware Supported: mammoth75x Standard | ||
| 9 | * Hardware Availability: [mammoth75x](https://shop.wuquestudio.com/) | ||
| 10 | | ||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make wuque/mammoth75x:default | ||
| 14 | |||
| 15 | Flashing example for this keyboard: | ||
| 16 | |||
| 17 | make wuque/mammoth75x:default:flash | ||
| 18 | |||
| 19 | To reset the board into bootloader mode, do one of the following: | ||
| 20 | |||
| 21 | * Tap the Reset switch mounted on the PCB | ||
| 22 | * In the case of the default keymap, use the key combination Fn + PageUp | ||
| 23 | * Hold the Esc key while connecting the USB cable (also erases persistent settings) | ||
| 24 | |||
| 25 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
diff --git a/keyboards/wuque/mammoth75x/rules.mk b/keyboards/wuque/mammoth75x/rules.mk new file mode 100644 index 000000000..d34c14e73 --- /dev/null +++ b/keyboards/wuque/mammoth75x/rules.mk | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = atmel-dfu | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = yes # Console for debug | ||
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 21 | AUDIO_ENABLE = no # Audio output | ||
| 22 | ENCODER_ENABLE = yes # Enable Encoder | ||
