aboutsummaryrefslogtreecommitdiff
path: root/keyboards/exclusive
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-09-01 14:45:25 -0700
committerGitHub <noreply@github.com>2020-09-01 14:45:25 -0700
commitf145696dad27893b11213b314797711541431a9f (patch)
tree7f32919892af943655d9eb8573d39f36c093adac /keyboards/exclusive
parent7fe01239ddfa87a0fe7ba26e659972f1040bffc6 (diff)
downloadqmk_firmware-f145696dad27893b11213b314797711541431a9f.tar.gz
qmk_firmware-f145696dad27893b11213b314797711541431a9f.zip
E85 Hotswap/Soldered Fixes (#10173)
* split up the e85 into hotswap and soldered variants * remove layout_all LAYOUT macro for hotswap pcb * add copyright header to to all config files * remove list of alternate bootloaders * spruce up config file * comply with PR check list * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/rules.mk * Update keyboards/exclusive/e85/config.h * Update keyboards/exclusive/e85/hotswap/config.h * Update keyboards/exclusive/e85/soldered/config.h * remove LAYOUT_all in hotswap and also remove superfluous comments * remove the soldered tsangan map
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r--keyboards/exclusive/e85/config.h3
-rw-r--r--keyboards/exclusive/e85/hotswap/config.h18
-rw-r--r--keyboards/exclusive/e85/hotswap/hotswap.c (renamed from keyboards/exclusive/e85/e85.c)2
-rw-r--r--keyboards/exclusive/e85/hotswap/hotswap.h63
-rw-r--r--keyboards/exclusive/e85/hotswap/info.json193
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/default/keymap.c (renamed from keyboards/exclusive/e85/keymaps/default/keymap.c)0
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/standard/keymap.c (renamed from keyboards/exclusive/e85/keymaps/standard/keymap.c)0
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/tsangan/keymap.c (renamed from keyboards/exclusive/e85/keymaps/tsangan/keymap.c)0
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/via/config.h17
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/via/keymap.c (renamed from keyboards/exclusive/e85/keymaps/via/keymap.c)0
-rw-r--r--keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk (renamed from keyboards/exclusive/e85/keymaps/via/rules.mk)0
-rw-r--r--keyboards/exclusive/e85/hotswap/readme.md17
-rw-r--r--keyboards/exclusive/e85/hotswap/rules.mk0
-rw-r--r--keyboards/exclusive/e85/keymaps/via/config.h1
-rw-r--r--keyboards/exclusive/e85/readme.md9
-rw-r--r--keyboards/exclusive/e85/rules.mk13
-rw-r--r--keyboards/exclusive/e85/soldered/config.h18
-rw-r--r--keyboards/exclusive/e85/soldered/info.json (renamed from keyboards/exclusive/e85/info.json)0
-rw-r--r--keyboards/exclusive/e85/soldered/keymaps/default/keymap.c37
-rw-r--r--keyboards/exclusive/e85/soldered/keymaps/standard/keymap.c37
-rw-r--r--keyboards/exclusive/e85/soldered/keymaps/via/config.h17
-rw-r--r--keyboards/exclusive/e85/soldered/keymaps/via/keymap.c45
-rw-r--r--keyboards/exclusive/e85/soldered/keymaps/via/rules.mk3
-rw-r--r--keyboards/exclusive/e85/soldered/readme.md15
-rw-r--r--keyboards/exclusive/e85/soldered/rules.mk0
-rw-r--r--keyboards/exclusive/e85/soldered/soldered.c17
-rw-r--r--keyboards/exclusive/e85/soldered/soldered.h (renamed from keyboards/exclusive/e85/e85.h)17
27 files changed, 512 insertions, 30 deletions
diff --git a/keyboards/exclusive/e85/config.h b/keyboards/exclusive/e85/config.h
index d122c9361..758cd8b78 100644
--- a/keyboards/exclusive/e85/config.h
+++ b/keyboards/exclusive/e85/config.h
@@ -21,11 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21 21
22/* USB Device descriptor parameter */ 22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x4558 // EX 23#define VENDOR_ID 0x4558 // EX
24#define PRODUCT_ID 0xE851 // E8.5 Version 1
25#define DEVICE_VER 0x0001 24#define DEVICE_VER 0x0001
26#define MANUFACTURER Exclusive 25#define MANUFACTURER Exclusive
27#define PRODUCT E8.5 Hotswap PCB
28#define DESCRIPTION A custom TKL keyboard
29 26
30/* key matrix size */ 27/* key matrix size */
31#define MATRIX_ROWS 11 28#define MATRIX_ROWS 11
diff --git a/keyboards/exclusive/e85/hotswap/config.h b/keyboards/exclusive/e85/hotswap/config.h
new file mode 100644
index 000000000..a0f957db8
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/config.h
@@ -0,0 +1,18 @@
1/* Copyright 2020 MechMerlin
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#define PRODUCT_ID 0xE851 // E8.5 Hotswap
18#define PRODUCT E8.5 Hotswap PCB
diff --git a/keyboards/exclusive/e85/e85.c b/keyboards/exclusive/e85/hotswap/hotswap.c
index 20cd0e03f..a5893e6bc 100644
--- a/keyboards/exclusive/e85/e85.c
+++ b/keyboards/exclusive/e85/hotswap/hotswap.c
@@ -14,4 +14,4 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include "e85.h" 17#include "hotswap.h"
diff --git a/keyboards/exclusive/e85/hotswap/hotswap.h b/keyboards/exclusive/e85/hotswap/hotswap.h
new file mode 100644
index 000000000..377dd8ad5
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/hotswap.h
@@ -0,0 +1,63 @@
1/* Copyright 2020 MechMerlin
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21#define ___ KC_NO
22
23#define LAYOUT_ansi_standard( \
24 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \
25 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \
26 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K83, K86, K82, K81, \
27 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K93, \
28 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \
29 K50, K51, K52, K56, K58, K57, K54, K53, KA6, KA2, KA1 \
30) { \
31 { K00, K01, K02, K03, K04, K05, K06, K07, K08 }, \
32 { K10, K11, K12, K13, K14, K15, K16, K17, K18 }, \
33 { K20, K21, K22, K23, K24, K25, K26, K27, K28 }, \
34 { K30, K31, K32, K33, K34, K35, K36, K37, K38 }, \
35 { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48 }, \
36 { K50, K51, K52, K53, K54, KC_NO, K56, K57, K58 }, \
37 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \
38 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \
39 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \
40 { KC_NO, KC_NO, K92, K93, KC_NO, K95, KC_NO, K97, K98 }, \
41 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \
42}
43
44#define LAYOUT_ansi_tsangan( \
45 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \
46 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \
47 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K83, K86, K82, K81, \
48 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K93, \
49 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \
50 K50, K51, K52, K56, K57, K54, K53, KA6, KA2, KA1 \
51) { \
52 { K00, K01, K02, K03, K04, K05, K06, K07, K08 }, \
53 { K10, K11, K12, K13, K14, K15, K16, K17, K18 }, \
54 { K20, K21, K22, K23, K24, K25, K26, K27, K28 }, \
55 { K30, K31, K32, K33, K34, K35, K36, K37, K38 }, \
56 { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48 }, \
57 { K50, K51, K52, K53, K54, KC_NO, K56, K57, KC_NO }, \
58 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \
59 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \
60 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \
61 { KC_NO, KC_NO, K92, K93, KC_NO, K95, KC_NO, K97, K98 }, \
62 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \
63}
diff --git a/keyboards/exclusive/e85/hotswap/info.json b/keyboards/exclusive/e85/hotswap/info.json
new file mode 100644
index 000000000..e939d4c8b
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/info.json
@@ -0,0 +1,193 @@
1{
2 "keyboard_name": "Exclusive E8.5 TKL",
3 "url": "",
4 "maintainer": "qmk",
5 "width": 18.25,
6 "height": 6.5,
7 "layouts": {
8 "LAYOUT_ansi_standard": {
9 "layout": [
10 {"label":"K00 (E6,D0)", "x":0, "y":0},
11 {"label":"K01 (E6,D1)", "x":1.25, "y":0},
12 {"label":"K02 (E6,D2)", "x":2.25, "y":0},
13 {"label":"K03 (E6,D3)", "x":3.25, "y":0},
14 {"label":"K04 (E6,D5)", "x":4.25, "y":0},
15 {"label":"K05 (E6,D4)", "x":5.5, "y":0},
16 {"label":"K06 (E6,D6)", "x":6.5, "y":0},
17 {"label":"K07 (E6,D7)", "x":7.5, "y":0},
18 {"label":"K08 (E6,B4)", "x":8.5, "y":0},
19 {"label":"K68 (F7,B4)", "x":9.75, "y":0},
20 {"label":"K67 (F7,D7)", "x":10.75, "y":0},
21 {"label":"K65 (F7,D4)", "x":11.75, "y":0},
22 {"label":"K64 (F7,D5)", "x":12.75, "y":0},
23 {"label":"K63 (F7,D3)", "x":14, "y":0},
24 {"label":"K66 (F7,D6)", "x":15.25, "y":0},
25 {"label":"K62 (F7,D2)", "x":16.25, "y":0},
26 {"label":"K61 (F7,D1)", "x":17.25, "y":0},
27 {"label":"K10 (B0,D0)", "x":0, "y":1.5},
28 {"label":"K11 (B0,D1)", "x":1, "y":1.5},
29 {"label":"K12 (B0,D2)", "x":2, "y":1.5},
30 {"label":"K13 (B0,D3)", "x":3, "y":1.5},
31 {"label":"K14 (B0,D5)", "x":4, "y":1.5},
32 {"label":"K15 (B0,D4)", "x":5, "y":1.5},
33 {"label":"K16 (B0,D6)", "x":6, "y":1.5},
34 {"label":"K17 (B0,D7)", "x":7, "y":1.5},
35 {"label":"K18 (B0,B4)", "x":8, "y":1.5},
36 {"label":"K78 (F6,B4)", "x":9, "y":1.5},
37 {"label":"K70 (F6,D0)", "x":10, "y":1.5},
38 {"label":"K77 (F6,D7)", "x":11, "y":1.5},
39 {"label":"K75 (F6,D4)", "x":12, "y":1.5},
40 {"label":"K73 (F6,D3)", "x":13, "y":1.5, "w":2},
41 {"label":"K76 (F6,D6)", "x":15.25, "y":1.5},
42 {"label":"K72 (F6,D2)", "x":16.25, "y":1.5},
43 {"label":"K71 (F6,D1)", "x":17.25, "y":1.5},
44 {"label":"K20 (B1,D0)", "x":0, "y":2.5, "w":1.5},
45 {"label":"K21 (B1,D1)", "x":1.5, "y":2.5},
46 {"label":"K22 (B1,D2)", "x":2.5, "y":2.5},
47 {"label":"K23 (B1,D3)", "x":3.5, "y":2.5},
48 {"label":"K24 (B1,D5)", "x":4.5, "y":2.5},
49 {"label":"K25 (B1,D4)", "x":5.5, "y":2.5},
50 {"label":"K26 (B1,D6)", "x":6.5, "y":2.5},
51 {"label":"K27 (B1,D7)", "x":7.5, "y":2.5},
52 {"label":"K28 (B1,B4)", "x":8.5, "y":2.5},
53 {"label":"K88 (F5,B4)", "x":9.5, "y":2.5},
54 {"label":"K87 (F5,D7)", "x":10.5, "y":2.5},
55 {"label":"K85 (F5,D4)", "x":11.5, "y":2.5},
56 {"label":"K84 (F5,D5)", "x":12.5, "y":2.5},
57 {"label":"K83 (F5,D3)", "x":13.5, "y":2.5, "w":1.5},
58 {"label":"K86 (F5,D6)", "x":15.25, "y":2.5},
59 {"label":"K82 (F5,D2)", "x":16.25, "y":2.5},
60 {"label":"K81 (F5,D1)", "x":17.25, "y":2.5},
61 {"label":"K30 (B2,D0)", "x":0, "y":3.5, "w":1.75},
62 {"label":"K31 (B2,D1)", "x":1.75, "y":3.5},
63 {"label":"K32 (B2,D2)", "x":2.75, "y":3.5},
64 {"label":"K33 (B2,D3)", "x":3.75, "y":3.5},
65 {"label":"K34 (B2,D5)", "x":4.75, "y":3.5},
66 {"label":"K35 (B2,D4)", "x":5.75, "y":3.5},
67 {"label":"K36 (B2,D6)", "x":6.75, "y":3.5},
68 {"label":"K37 (B2,D7)", "x":7.75, "y":3.5},
69 {"label":"K38 (B2,B4)", "x":8.75, "y":3.5},
70 {"label":"K98 (F4,B4)", "x":9.75, "y":3.5},
71 {"label":"K97 (F4,D7)", "x":10.75, "y":3.5},
72 {"label":"K95 (F4,D4)", "x":11.75, "y":3.5},
73 {"label":"K93 (F4,D3)", "x":12.75, "y":3.5, "w":2.25},
74 {"label":"K40 (B3,D0)", "x":0, "y":4.5, "w":2.25},
75 {"label":"K42 (B3,D2)", "x":2.25, "y":4.5},
76 {"label":"K43 (B3,D3)", "x":3.25, "y":4.5},
77 {"label":"K44 (B3,D5)", "x":4.25, "y":4.5},
78 {"label":"K45 (B3,D4)", "x":5.25, "y":4.5},
79 {"label":"K46 (B3,D6)", "x":6.25, "y":4.5},
80 {"label":"K47 (B3,D7)", "x":7.25, "y":4.5},
81 {"label":"K48 (B3,B4)", "x":8.25, "y":4.5},
82 {"label":"KA8 (F1,B4)", "x":9.25, "y":4.5},
83 {"label":"KA7 (F1,D7)", "x":10.25, "y":4.5},
84 {"label":"KA5 (F1,D4)", "x":11.25, "y":4.5},
85 {"label":"KA4 (F1,D5)", "x":12.25, "y":4.5, "w":2.75},
86 {"label":"K92 (F4,D2)", "x":16.25, "y":4.5},
87 {"label":"K50 (B7,D0)", "x":0, "y":5.5, "w":1.25},
88 {"label":"K51 (B7,D1)", "x":1.25, "y":5.5, "w":1.25},
89 {"label":"K52 (B7,D2)", "x":2.5, "y":5.5, "w":1.25},
90 {"label":"K56 (B7,D6)", "x":3.75, "y":5.5, "w":6.25},
91 {"label":"K58 (B7,B4)", "x":10, "y":5.5, "w":1.25},
92 {"label":"K57 (B7,D7)", "x":11.25, "y":5.5, "w":1.25},
93 {"label":"K54 (B7,D5)", "x":12.5, "y":5.5, "w":1.25},
94 {"label":"K53 (B7,D3)", "x":13.75, "y":5.5, "w":1.25},
95 {"label":"KA6 (F1,D6)", "x":15.25, "y":5.5},
96 {"label":"KA2 (F1,D2)", "x":16.25, "y":5.5},
97 {"label":"KA1 (F1,D1)", "x":17.25, "y":5.5}
98 ]
99 },
100
101 "LAYOUT_ansi_tsangan": {
102 "layout": [
103 {"label":"K00 (E6,D0)", "x":0, "y":0},
104 {"label":"K01 (E6,D1)", "x":1.25, "y":0},
105 {"label":"K02 (E6,D2)", "x":2.25, "y":0},
106 {"label":"K03 (E6,D3)", "x":3.25, "y":0},
107 {"label":"K04 (E6,D5)", "x":4.25, "y":0},
108 {"label":"K05 (E6,D4)", "x":5.5, "y":0},
109 {"label":"K06 (E6,D6)", "x":6.5, "y":0},
110 {"label":"K07 (E6,D7)", "x":7.5, "y":0},
111 {"label":"K08 (E6,B4)", "x":8.5, "y":0},
112 {"label":"K68 (F7,B4)", "x":9.75, "y":0},
113 {"label":"K67 (F7,D7)", "x":10.75, "y":0},
114 {"label":"K65 (F7,D4)", "x":11.75, "y":0},
115 {"label":"K64 (F7,D5)", "x":12.75, "y":0},
116 {"label":"K63 (F7,D3)", "x":14, "y":0},
117 {"label":"K66 (F7,D6)", "x":15.25, "y":0},
118 {"label":"K62 (F7,D2)", "x":16.25, "y":0},
119 {"label":"K61 (F7,D1)", "x":17.25, "y":0},
120 {"label":"K10 (B0,D0)", "x":0, "y":1.5},
121 {"label":"K11 (B0,D1)", "x":1, "y":1.5},
122 {"label":"K12 (B0,D2)", "x":2, "y":1.5},
123 {"label":"K13 (B0,D3)", "x":3, "y":1.5},
124 {"label":"K14 (B0,D5)", "x":4, "y":1.5},
125 {"label":"K15 (B0,D4)", "x":5, "y":1.5},
126 {"label":"K16 (B0,D6)", "x":6, "y":1.5},
127 {"label":"K17 (B0,D7)", "x":7, "y":1.5},
128 {"label":"K18 (B0,B4)", "x":8, "y":1.5},
129 {"label":"K78 (F6,B4)", "x":9, "y":1.5},
130 {"label":"K70 (F6,D0)", "x":10, "y":1.5},
131 {"label":"K77 (F6,D7)", "x":11, "y":1.5},
132 {"label":"K75 (F6,D4)", "x":12, "y":1.5},
133 {"label":"K73 (F6,D3)", "x":13, "y":1.5, "w":2},
134 {"label":"K76 (F6,D6)", "x":15.25, "y":1.5},
135 {"label":"K72 (F6,D2)", "x":16.25, "y":1.5},
136 {"label":"K71 (F6,D1)", "x":17.25, "y":1.5},
137 {"label":"K20 (B1,D0)", "x":0, "y":2.5, "w":1.5},
138 {"label":"K21 (B1,D1)", "x":1.5, "y":2.5},
139 {"label":"K22 (B1,D2)", "x":2.5, "y":2.5},
140 {"label":"K23 (B1,D3)", "x":3.5, "y":2.5},
141 {"label":"K24 (B1,D5)", "x":4.5, "y":2.5},
142 {"label":"K25 (B1,D4)", "x":5.5, "y":2.5},
143 {"label":"K26 (B1,D6)", "x":6.5, "y":2.5},
144 {"label":"K27 (B1,D7)", "x":7.5, "y":2.5},
145 {"label":"K28 (B1,B4)", "x":8.5, "y":2.5},
146 {"label":"K88 (F5,B4)", "x":9.5, "y":2.5},
147 {"label":"K87 (F5,D7)", "x":10.5, "y":2.5},
148 {"label":"K85 (F5,D4)", "x":11.5, "y":2.5},
149 {"label":"K84 (F5,D5)", "x":12.5, "y":2.5},
150 {"label":"K83 (F5,D3)", "x":13.5, "y":2.5, "w":1.5},
151 {"label":"K86 (F5,D6)", "x":15.25, "y":2.5},
152 {"label":"K82 (F5,D2)", "x":16.25, "y":2.5},
153 {"label":"K81 (F5,D1)", "x":17.25, "y":2.5},
154 {"label":"K30 (B2,D0)", "x":0, "y":3.5, "w":1.75},
155 {"label":"K31 (B2,D1)", "x":1.75, "y":3.5},
156 {"label":"K32 (B2,D2)", "x":2.75, "y":3.5},
157 {"label":"K33 (B2,D3)", "x":3.75, "y":3.5},
158 {"label":"K34 (B2,D5)", "x":4.75, "y":3.5},
159 {"label":"K35 (B2,D4)", "x":5.75, "y":3.5},
160 {"label":"K36 (B2,D6)", "x":6.75, "y":3.5},
161 {"label":"K37 (B2,D7)", "x":7.75, "y":3.5},
162 {"label":"K38 (B2,B4)", "x":8.75, "y":3.5},
163 {"label":"K98 (F4,B4)", "x":9.75, "y":3.5},
164 {"label":"K97 (F4,D7)", "x":10.75, "y":3.5},
165 {"label":"K95 (F4,D4)", "x":11.75, "y":3.5},
166 {"label":"K93 (F4,D3)", "x":12.75, "y":3.5, "w":2.25},
167 {"label":"K40 (B3,D0)", "x":0, "y":4.5, "w":2.25},
168 {"label":"K42 (B3,D2)", "x":2.25, "y":4.5},
169 {"label":"K43 (B3,D3)", "x":3.25, "y":4.5},
170 {"label":"K44 (B3,D5)", "x":4.25, "y":4.5},
171 {"label":"K45 (B3,D4)", "x":5.25, "y":4.5},
172 {"label":"K46 (B3,D6)", "x":6.25, "y":4.5},
173 {"label":"K47 (B3,D7)", "x":7.25, "y":4.5},
174 {"label":"K48 (B3,B4)", "x":8.25, "y":4.5},
175 {"label":"KA8 (F1,B4)", "x":9.25, "y":4.5},
176 {"label":"KA7 (F1,D7)", "x":10.25, "y":4.5},
177 {"label":"KA5 (F1,D4)", "x":11.25, "y":4.5},
178 {"label":"KA4 (F1,D5)", "x":12.25, "y":4.5, "w":2.75},
179 {"label":"K92 (F4,D2)", "x":16.25, "y":4.5},
180 {"label":"K50 (B7,D0)", "x":0, "y":5.5, "w":1.5},
181 {"label":"K51 (B7,D1)", "x":1.5, "y":5.5},
182 {"label":"K52 (B7,D2)", "x":2.5, "y":5.5, "w":1.5},
183 {"label":"K56 (B7,D6)", "x":4, "y":5.5, "w":7},
184 {"label":"K57 (B7,D7)", "x":11, "y":5.5, "w":1.5},
185 {"label":"K54 (B7,D5)", "x":12.5, "y":5.5},
186 {"label":"K53 (B7,D3)", "x":13.5, "y":5.5, "w":1.5},
187 {"label":"KA6 (F1,D6)", "x":15.25, "y":5.5},
188 {"label":"KA2 (F1,D2)", "x":16.25, "y":5.5},
189 {"label":"KA1 (F1,D1)", "x":17.25, "y":5.5}
190 ]
191 }
192 }
193}
diff --git a/keyboards/exclusive/e85/keymaps/default/keymap.c b/keyboards/exclusive/e85/hotswap/keymaps/default/keymap.c
index 80f8e0eeb..80f8e0eeb 100644
--- a/keyboards/exclusive/e85/keymaps/default/keymap.c
+++ b/keyboards/exclusive/e85/hotswap/keymaps/default/keymap.c
diff --git a/keyboards/exclusive/e85/keymaps/standard/keymap.c b/keyboards/exclusive/e85/hotswap/keymaps/standard/keymap.c
index c6778180b..c6778180b 100644
--- a/keyboards/exclusive/e85/keymaps/standard/keymap.c
+++ b/keyboards/exclusive/e85/hotswap/keymaps/standard/keymap.c
diff --git a/keyboards/exclusive/e85/keymaps/tsangan/keymap.c b/keyboards/exclusive/e85/hotswap/keymaps/tsangan/keymap.c
index 80f8e0eeb..80f8e0eeb 100644
--- a/keyboards/exclusive/e85/keymaps/tsangan/keymap.c
+++ b/keyboards/exclusive/e85/hotswap/keymaps/tsangan/keymap.c
diff --git a/keyboards/exclusive/e85/hotswap/keymaps/via/config.h b/keyboards/exclusive/e85/hotswap/keymaps/via/config.h
new file mode 100644
index 000000000..7580d4a60
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/keymaps/via/config.h
@@ -0,0 +1,17 @@
1 /* Copyright 2020 MechMerlin
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 #define DYNAMIC_KEYMAP_LAYER_COUNT 3 \ No newline at end of file
diff --git a/keyboards/exclusive/e85/keymaps/via/keymap.c b/keyboards/exclusive/e85/hotswap/keymaps/via/keymap.c
index c55c35ce1..c55c35ce1 100644
--- a/keyboards/exclusive/e85/keymaps/via/keymap.c
+++ b/keyboards/exclusive/e85/hotswap/keymaps/via/keymap.c
diff --git a/keyboards/exclusive/e85/keymaps/via/rules.mk b/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk
index 29a6f7519..29a6f7519 100644
--- a/keyboards/exclusive/e85/keymaps/via/rules.mk
+++ b/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk
diff --git a/keyboards/exclusive/e85/hotswap/readme.md b/keyboards/exclusive/e85/hotswap/readme.md
new file mode 100644
index 000000000..87792b607
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/readme.md
@@ -0,0 +1,17 @@
1# Exclusive E8.5 Hotswap
2
3Hotswap PCB for Exclusive E8.5.
4
5Switch Matrix is identical between the standard and tsangan variants. Please select the correct layout.
6
7* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
8* Hardware Supported: E8.5 Hotswap, atmega32u4
9* Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=103520)
10
11Make example for this keyboard (after setting up your build environment):
12
13 make exclusive/e85/hotswap:default
14
15**Reset Key**: The board can be reset by shorting the two holes underneath the PCB, or pressing the reset button on the reverse side.
16
17See 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/exclusive/e85/hotswap/rules.mk b/keyboards/exclusive/e85/hotswap/rules.mk
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/rules.mk
diff --git a/keyboards/exclusive/e85/keymaps/via/config.h b/keyboards/exclusive/e85/keymaps/via/config.h
deleted file mode 100644
index 78f3f6a69..000000000
--- a/keyboards/exclusive/e85/keymaps/via/config.h
+++ /dev/null
@@ -1 +0,0 @@
1 #define DYNAMIC_KEYMAP_LAYER_COUNT 3 \ No newline at end of file
diff --git a/keyboards/exclusive/e85/readme.md b/keyboards/exclusive/e85/readme.md
index fe5af17de..4ee2f8d0b 100644
--- a/keyboards/exclusive/e85/readme.md
+++ b/keyboards/exclusive/e85/readme.md
@@ -1,16 +1,15 @@
1# Exclusive E8.5 Hotswap 1# Exclusive E8.5 Hotswap
2 2
3Custom hotswap PCB for Exclusive E8.5. 3Custom PCBs for Exclusive E8.5.
4 4
5The switch matrix is identical between all three PCB variants of this board. Choose the correct LAYOUT that best matches the physical LAYOUT of your PCB. 5* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin), [rebeccaby](https://github.com/rebeccaby)
6
7* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
8* Hardware Supported: E8.5 Hotswap/Soldered, atmega32u4 6* Hardware Supported: E8.5 Hotswap/Soldered, atmega32u4
9* Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=103520) 7* Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=103520)
10 8
11Make example for this keyboard (after setting up your build environment): 9Make example for this keyboard (after setting up your build environment):
12 10
13 make exclusive/e85:default 11 make exclusive/e85/hotswap:default
12 make exclusive/e85/soldered:default
14 13
15**Reset Key**: The board can be reset by shorting the two holes underneath the PCB, or pressing the reset button on the reverse side. 14**Reset Key**: The board can be reset by shorting the two holes underneath the PCB, or pressing the reset button on the reverse side.
16 15
diff --git a/keyboards/exclusive/e85/rules.mk b/keyboards/exclusive/e85/rules.mk
index e9c1ed8f1..ebbb95723 100644
--- a/keyboards/exclusive/e85/rules.mk
+++ b/keyboards/exclusive/e85/rules.mk
@@ -2,13 +2,6 @@
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Bootloader selection 4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu 5BOOTLOADER = atmel-dfu
13 6
14# Build Options 7# Build Options
@@ -25,8 +18,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
25NKRO_ENABLE = no # USB Nkey Rollover 18NKRO_ENABLE = no # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support 21BLUETOOTH_ENABLE = no # Enable Bluetooth
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output 22AUDIO_ENABLE = no # Audio output
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32LTO_ENABLE = yes 23LTO_ENABLE = yes
24
25DEFAULT_FOLDER = exclusive/e85/hotswap
diff --git a/keyboards/exclusive/e85/soldered/config.h b/keyboards/exclusive/e85/soldered/config.h
new file mode 100644
index 000000000..c76fcf807
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/config.h
@@ -0,0 +1,18 @@
1/* Copyright 2020 MechMerlin
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#define PRODUCT_ID 0xE852 // E8.5 Soldered
18#define PRODUCT E8.5 Soldered PCB
diff --git a/keyboards/exclusive/e85/info.json b/keyboards/exclusive/e85/soldered/info.json
index cc888a157..cc888a157 100644
--- a/keyboards/exclusive/e85/info.json
+++ b/keyboards/exclusive/e85/soldered/info.json
diff --git a/keyboards/exclusive/e85/soldered/keymaps/default/keymap.c b/keyboards/exclusive/e85/soldered/keymaps/default/keymap.c
new file mode 100644
index 000000000..80f8e0eeb
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/keymaps/default/keymap.c
@@ -0,0 +1,37 @@
1/* Copyright 2020 MechMerlin
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#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 [0] = LAYOUT_ansi_tsangan(
20 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, MO(1), KC_PSCR, KC_SLCK, KC_PAUS,
21 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, KC_INS, KC_HOME, KC_PGUP,
22 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_DEL, KC_END, KC_PGDN,
23 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,
24 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,
25 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27
28 [1] = LAYOUT_ansi_tsangan(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 RGB_MOD, RGB_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36
37};
diff --git a/keyboards/exclusive/e85/soldered/keymaps/standard/keymap.c b/keyboards/exclusive/e85/soldered/keymaps/standard/keymap.c
new file mode 100644
index 000000000..c6778180b
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/keymaps/standard/keymap.c
@@ -0,0 +1,37 @@
1/* Copyright 2020 MechMerlin
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#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 [0] = LAYOUT_ansi_standard(
20 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, MO(1), KC_PSCR, KC_SLCK, KC_PAUS,
21 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, KC_INS, KC_HOME, KC_PGUP,
22 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_DEL, KC_END, KC_PGDN,
23 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,
24 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,
25 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_APP, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27
28 [1] = LAYOUT_ansi_standard(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 RGB_MOD, RGB_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36
37};
diff --git a/keyboards/exclusive/e85/soldered/keymaps/via/config.h b/keyboards/exclusive/e85/soldered/keymaps/via/config.h
new file mode 100644
index 000000000..2de716b72
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/keymaps/via/config.h
@@ -0,0 +1,17 @@
1 /* Copyright 2020 MechMerlin
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 #define DYNAMIC_KEYMAP_LAYER_COUNT 3 \ No newline at end of file
diff --git a/keyboards/exclusive/e85/soldered/keymaps/via/keymap.c b/keyboards/exclusive/e85/soldered/keymaps/via/keymap.c
new file mode 100644
index 000000000..c55c35ce1
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/keymaps/via/keymap.c
@@ -0,0 +1,45 @@
1/* Copyright 2020 MechMerlin
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#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 [0] = LAYOUT_ansi_tsangan(
20 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, MO(1), KC_PSCR, KC_SLCK, KC_PAUS,
21 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, KC_INS, KC_HOME, KC_PGUP,
22 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_DEL, KC_END, KC_PGDN,
23 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,
24 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,
25 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27
28 [1] = LAYOUT_ansi_tsangan(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 RGB_MOD, RGB_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36
37 [2] = LAYOUT_ansi_tsangan(
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
43 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
44 ),
45};
diff --git a/keyboards/exclusive/e85/soldered/keymaps/via/rules.mk b/keyboards/exclusive/e85/soldered/keymaps/via/rules.mk
new file mode 100644
index 000000000..29a6f7519
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/keymaps/via/rules.mk
@@ -0,0 +1,3 @@
1VIA_ENABLE = yes
2CONSOLE_ENABLE = no # Console for debug
3COMMAND_ENABLE = no # Commands for debug and configuration \ No newline at end of file
diff --git a/keyboards/exclusive/e85/soldered/readme.md b/keyboards/exclusive/e85/soldered/readme.md
new file mode 100644
index 000000000..292efe0ff
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/readme.md
@@ -0,0 +1,15 @@
1# Exclusive E8.5 Soldered
2
3Soldered PCB for Exclusive E8.5.
4
5* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin), [rebeccaby](https://github.com/rebeccaby)
6* Hardware Supported: E8.5 Soldered, atmega32u4
7* Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=103520)
8
9Make example for this keyboard (after setting up your build environment):
10
11 make exclusive/e85/soldered:default
12
13**Reset Key**: The board can be reset by shorting the two holes underneath the PCB, or pressing the reset button on the reverse side.
14
15See 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/exclusive/e85/soldered/rules.mk b/keyboards/exclusive/e85/soldered/rules.mk
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/rules.mk
diff --git a/keyboards/exclusive/e85/soldered/soldered.c b/keyboards/exclusive/e85/soldered/soldered.c
new file mode 100644
index 000000000..e01221a2c
--- /dev/null
+++ b/keyboards/exclusive/e85/soldered/soldered.c
@@ -0,0 +1,17 @@
1/* Copyright 2020 MechMerlin
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 "soldered.h"
diff --git a/keyboards/exclusive/e85/e85.h b/keyboards/exclusive/e85/soldered/soldered.h
index 19b2dff55..c14b9c39e 100644
--- a/keyboards/exclusive/e85/e85.h
+++ b/keyboards/exclusive/e85/soldered/soldered.h
@@ -20,7 +20,6 @@
20 20
21#define ___ KC_NO 21#define ___ KC_NO
22 22
23// This is the layout for the soldered PCB
24#define LAYOUT_all( \ 23#define LAYOUT_all( \
25 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \ 24 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \
26 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K74, K73, K76, K72, K71, \ 25 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K74, K73, K76, K72, K71, \
@@ -42,12 +41,11 @@
42 { KC_NO, KA1, KA2, KA3, KA4, KA5, KA6, KA7, KA8 }, \ 41 { KC_NO, KA1, KA2, KA3, KA4, KA5, KA6, KA7, KA8 }, \
43} 42}
44 43
45// This is the layout for one hotswap PCB and can also be used on the soldered edition
46#define LAYOUT_ansi_standard( \ 44#define LAYOUT_ansi_standard( \
47 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \ 45 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \
48 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \ 46 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \
49 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K83, K86, K82, K81, \ 47 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K94, K86, K82, K81, \
50 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K93, \ 48 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K83, \
51 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \ 49 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \
52 K50, K51, K52, K56, K58, K57, K54, K53, KA6, KA2, KA1 \ 50 K50, K51, K52, K56, K58, K57, K54, K53, KA6, KA2, KA1 \
53) { \ 51) { \
@@ -60,16 +58,15 @@
60 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \ 58 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \
61 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \ 59 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \
62 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \ 60 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \
63 { KC_NO, KC_NO, K92, K93, KC_NO, K95, KC_NO, K97, K98 }, \ 61 { KC_NO, KC_NO, K92, KC_NO, K94, K95, KC_NO, K97, K98 }, \
64 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \ 62 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \
65} 63}
66 64
67// This is the layout for one hotswap PCB and can also be used on the soldered edition
68#define LAYOUT_ansi_tsangan( \ 65#define LAYOUT_ansi_tsangan( \
69 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \ 66 K00, K01, K02, K03, K04, K05, K06, K07, K08, K68, K67, K65, K64, K63, K66, K62, K61, \
70 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \ 67 K10, K11, K12, K13, K14, K15, K16, K17, K18, K78, K70, K77, K75, K73, K76, K72, K71, \
71 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K83, K86, K82, K81, \ 68 K20, K21, K22, K23, K24, K25, K26, K27, K28, K88, K87, K85, K84, K94, K86, K82, K81, \
72 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K93, \ 69 K30, K31, K32, K33, K34, K35, K36, K37, K38, K98, K97, K95, K83, \
73 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \ 70 K40, K42, K43, K44, K45, K46, K47, K48, KA8, KA7, KA5, KA4, K92, \
74 K50, K51, K52, K56, K57, K54, K53, KA6, KA2, KA1 \ 71 K50, K51, K52, K56, K57, K54, K53, KA6, KA2, KA1 \
75) { \ 72) { \
@@ -82,6 +79,6 @@
82 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \ 79 { KC_NO, K61, K62, K63, K64, K65, K66, K67, K68 }, \
83 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \ 80 { K70, K71, K72, K73, KC_NO, K75, K76, K77, K78 }, \
84 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \ 81 { KC_NO, K81, K82, K83, K84, K85, K86, K87, K88 }, \
85 { KC_NO, KC_NO, K92, K93, KC_NO, K95, KC_NO, K97, K98 }, \ 82 { KC_NO, KC_NO, K92, KC_NO, K94, K95, KC_NO, K97, K98 }, \
86 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \ 83 { KC_NO, KA1, KA2, KC_NO, KA4, KA5, KA6, KA7, KA8 }, \
87} 84}