summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-03-28 22:23:13 -0700
committerGitHub <noreply@github.com>2024-03-28 22:23:13 -0700
commite891109c4e115a303e109b179bf9d24edbdd7ad7 (patch)
treec77673354d962ee2b2f85ba9ed2b95f10f174039 /keyboards
parent60aa0fda96620d4734e08d91be63408fdb890a9c (diff)
P3D Spacey Layout Updates (#23329)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/p3d/spacey/keyboard.json362
-rw-r--r--keyboards/p3d/spacey/keymaps/default/keymap.c31
-rw-r--r--keyboards/p3d/spacey/keymaps/via/keymap.c44
-rw-r--r--keyboards/p3d/spacey/matrix_diagram.md21
-rw-r--r--keyboards/p3d/spacey/readme.md2
5 files changed, 343 insertions, 117 deletions
diff --git a/keyboards/p3d/spacey/keyboard.json b/keyboards/p3d/spacey/keyboard.json
index d51e1dc32c..ed23c327ad 100644
--- a/keyboards/p3d/spacey/keyboard.json
+++ b/keyboards/p3d/spacey/keyboard.json
@@ -30,82 +30,294 @@
30 "processor": "atmega32u4", 30 "processor": "atmega32u4",
31 "bootloader": "atmel-dfu", 31 "bootloader": "atmel-dfu",
32 "layouts": { 32 "layouts": {
33 "LAYOUT": { 33 "LAYOUT_all": {
34 "layout": [ 34 "layout": [
35 {"matrix": [0, 0], "x": 0, "y": 0}, 35 {"matrix": [0, 0], "x": 1.5, "y": 0},
36 {"matrix": [0, 1], "x": 1, "y": 0}, 36 {"matrix": [0, 1], "x": 2.5, "y": 0},
37 {"matrix": [0, 2], "x": 2, "y": 0}, 37 {"matrix": [0, 2], "x": 3.5, "y": 0},
38 {"matrix": [0, 3], "x": 3, "y": 0}, 38 {"matrix": [0, 3], "x": 4.5, "y": 0},
39 {"matrix": [0, 4], "x": 4, "y": 0}, 39 {"matrix": [0, 4], "x": 5.5, "y": 0},
40 {"matrix": [0, 5], "x": 5, "y": 0}, 40 {"matrix": [0, 5], "x": 6.5, "y": 0},
41 {"matrix": [0, 6], "x": 6, "y": 0}, 41 {"matrix": [0, 6], "x": 7.5, "y": 0},
42 {"matrix": [0, 7], "x": 7, "y": 0}, 42 {"matrix": [0, 7], "x": 8.5, "y": 0},
43 {"matrix": [0, 8], "x": 8, "y": 0}, 43 {"matrix": [0, 8], "x": 9.5, "y": 0},
44 {"matrix": [0, 9], "x": 9, "y": 0}, 44 {"matrix": [0, 9], "x": 10.5, "y": 0},
45 {"matrix": [0, 10], "x": 10, "y": 0}, 45 {"matrix": [0, 10], "x": 11.5, "y": 0},
46 {"matrix": [0, 11], "x": 11, "y": 0}, 46 {"matrix": [0, 11], "x": 12.5, "y": 0},
47 {"matrix": [0, 12], "x": 12, "y": 0}, 47 {"matrix": [0, 12], "x": 13.5, "y": 0},
48 {"matrix": [0, 13], "x": 13, "y": 0}, 48 {"matrix": [0, 13], "x": 14.5, "y": 0, "w": 2},
49 49
50 {"matrix": [1, 0], "x": 0, "y": 1}, 50 {"matrix": [4, 3], "x": 17.5, "y": 0},
51 {"matrix": [1, 1], "x": 1, "y": 1}, 51
52 {"matrix": [1, 2], "x": 2, "y": 1}, 52 {"matrix": [1, 0], "x": 1, "y": 1, "w": 1.5},
53 {"matrix": [1, 3], "x": 3, "y": 1}, 53 {"matrix": [1, 1], "x": 2.5, "y": 1},
54 {"matrix": [1, 4], "x": 4, "y": 1}, 54 {"matrix": [1, 2], "x": 3.5, "y": 1},
55 {"matrix": [1, 5], "x": 5, "y": 1}, 55 {"matrix": [1, 3], "x": 4.5, "y": 1},
56 {"matrix": [1, 6], "x": 6, "y": 1}, 56 {"matrix": [1, 4], "x": 5.5, "y": 1},
57 {"matrix": [1, 7], "x": 7, "y": 1}, 57 {"matrix": [1, 5], "x": 6.5, "y": 1},
58 {"matrix": [1, 8], "x": 8, "y": 1}, 58 {"matrix": [1, 6], "x": 7.5, "y": 1},
59 {"matrix": [1, 9], "x": 9, "y": 1}, 59 {"matrix": [1, 7], "x": 8.5, "y": 1},
60 {"matrix": [1, 10], "x": 10, "y": 1}, 60 {"matrix": [1, 8], "x": 9.5, "y": 1},
61 {"matrix": [1, 11], "x": 11, "y": 1}, 61 {"matrix": [1, 9], "x": 10.5, "y": 1},
62 {"matrix": [1, 12], "x": 12, "y": 1}, 62 {"matrix": [1, 10], "x": 11.5, "y": 1},
63 {"matrix": [1, 13], "x": 13, "y": 1}, 63 {"matrix": [1, 11], "x": 12.5, "y": 1},
64 64 {"matrix": [1, 12], "x": 13.5, "y": 1},
65 {"matrix": [2, 0], "x": 0, "y": 2}, 65 {"matrix": [1, 13], "x": 14.5, "y": 1, "w": 1.5},
66 {"matrix": [2, 1], "x": 1, "y": 2}, 66
67 {"matrix": [2, 2], "x": 2, "y": 2}, 67 {"matrix": [2, 0], "x": 0.75, "y": 2, "w": 1.75},
68 {"matrix": [2, 3], "x": 3, "y": 2}, 68 {"matrix": [2, 1], "x": 2.5, "y": 2},
69 {"matrix": [2, 4], "x": 4, "y": 2}, 69 {"matrix": [2, 2], "x": 3.5, "y": 2},
70 {"matrix": [2, 5], "x": 5, "y": 2}, 70 {"matrix": [2, 3], "x": 4.5, "y": 2},
71 {"matrix": [2, 6], "x": 6, "y": 2}, 71 {"matrix": [2, 4], "x": 5.5, "y": 2},
72 {"matrix": [2, 7], "x": 7, "y": 2}, 72 {"matrix": [2, 5], "x": 6.5, "y": 2},
73 {"matrix": [2, 8], "x": 8, "y": 2}, 73 {"matrix": [2, 6], "x": 7.5, "y": 2},
74 {"matrix": [2, 9], "x": 9, "y": 2}, 74 {"matrix": [2, 7], "x": 8.5, "y": 2},
75 {"matrix": [2, 10], "x": 10, "y": 2}, 75 {"matrix": [2, 8], "x": 9.5, "y": 2},
76 {"matrix": [2, 11], "x": 11, "y": 2}, 76 {"matrix": [2, 9], "x": 10.5, "y": 2},
77 {"matrix": [2, 12], "x": 12, "y": 2}, 77 {"matrix": [2, 10], "x": 11.5, "y": 2},
78 {"matrix": [2, 13], "x": 13, "y": 2}, 78 {"matrix": [2, 11], "x": 12.5, "y": 2},
79 79 {"matrix": [2, 12], "x": 13.5, "y": 2, "w": 2.25},
80 {"matrix": [3, 0], "x": 0, "y": 3}, 80
81 {"matrix": [3, 1], "x": 1, "y": 3}, 81 {"matrix": [2, 13], "x": 17.5, "y": 2},
82 {"matrix": [3, 2], "x": 2, "y": 3}, 82
83 {"matrix": [3, 3], "x": 3, "y": 3}, 83 {"matrix": [3, 0], "x": 0.25, "y": 3, "w": 2.25},
84 {"matrix": [3, 4], "x": 4, "y": 3}, 84 {"matrix": [3, 1], "x": 2.5, "y": 3},
85 {"matrix": [3, 5], "x": 5, "y": 3}, 85 {"matrix": [3, 2], "x": 3.5, "y": 3},
86 {"matrix": [3, 6], "x": 6, "y": 3}, 86 {"matrix": [3, 3], "x": 4.5, "y": 3},
87 {"matrix": [3, 7], "x": 7, "y": 3}, 87 {"matrix": [3, 4], "x": 5.5, "y": 3},
88 {"matrix": [3, 8], "x": 8, "y": 3}, 88 {"matrix": [3, 5], "x": 6.5, "y": 3},
89 {"matrix": [3, 9], "x": 9, "y": 3}, 89 {"matrix": [3, 6], "x": 7.5, "y": 3},
90 {"matrix": [3, 10], "x": 10, "y": 3}, 90 {"matrix": [3, 7], "x": 8.5, "y": 3},
91 {"matrix": [3, 11], "x": 11, "y": 3}, 91 {"matrix": [3, 8], "x": 9.5, "y": 3},
92 {"matrix": [3, 12], "x": 12, "y": 3}, 92 {"matrix": [3, 9], "x": 10.5, "y": 3},
93 {"matrix": [3, 13], "x": 13, "y": 3}, 93 {"matrix": [3, 10], "x": 11.5, "y": 3},
94 94 {"matrix": [3, 11], "x": 12.5, "y": 3, "w": 2.75},
95 {"matrix": [4, 0], "x": 0, "y": 4}, 95
96 {"matrix": [4, 1], "x": 1, "y": 4}, 96 {"matrix": [3, 12], "x": 16.5, "y": 3},
97 {"matrix": [4, 2], "x": 2, "y": 4}, 97 {"matrix": [3, 13], "x": 17.5, "y": 3},
98 {"matrix": [4, 3], "x": 3, "y": 4}, 98 {"matrix": [4, 13], "x": 18.5, "y": 3},
99 {"matrix": [4, 4], "x": 4, "y": 4}, 99
100 {"matrix": [4, 5], "x": 5, "y": 4}, 100 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
101 {"matrix": [4, 6], "x": 6, "y": 4}, 101 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
102 {"matrix": [4, 7], "x": 7, "y": 4}, 102 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
103 {"matrix": [4, 8], "x": 8, "y": 4}, 103 {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 1.25},
104 {"matrix": [4, 9], "x": 9, "y": 4}, 104 {"matrix": [4, 5], "x": 5, "y": 4, "w": 2.25},
105 {"matrix": [4, 10], "x": 10, "y": 4}, 105 {"matrix": [4, 7], "x": 7.25, "y": 4, "w": 2.75},
106 {"matrix": [4, 11], "x": 11, "y": 4}, 106 {"matrix": [4, 8], "x": 10, "y": 4, "w": 1.25},
107 {"matrix": [4, 12], "x": 12, "y": 4}, 107 {"matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
108 {"matrix": [4, 13], "x": 13, "y": 4} 108 {"matrix": [4, 11], "x": 12.5, "y": 4, "w": 1.25},
109 {"matrix": [4, 12], "x": 13.75, "y": 4, "w": 1.25}
110 ]
111 },
112 "LAYOUT_upper_spacebars": {
113 "layout": [
114 {"matrix": [0, 4], "x": 1.75, "y": 0, "w": 6.25},
115 {"matrix": [0, 8], "x": 8, "y": 0, "w": 6.25},
116 {"matrix": [0, 13], "x": 14.25, "y": 0, "w": 2},
117
118 {"matrix": [4, 3], "x": 17.5, "y": 0},
119
120 {"matrix": [1, 0], "x": 1, "y": 1, "w": 1.5},
121 {"matrix": [1, 1], "x": 2.5, "y": 1},
122 {"matrix": [1, 2], "x": 3.5, "y": 1},
123 {"matrix": [1, 3], "x": 4.5, "y": 1},
124 {"matrix": [1, 4], "x": 5.5, "y": 1},
125 {"matrix": [1, 5], "x": 6.5, "y": 1},
126 {"matrix": [1, 6], "x": 7.5, "y": 1},
127 {"matrix": [1, 7], "x": 8.5, "y": 1},
128 {"matrix": [1, 8], "x": 9.5, "y": 1},
129 {"matrix": [1, 9], "x": 10.5, "y": 1},
130 {"matrix": [1, 10], "x": 11.5, "y": 1},
131 {"matrix": [1, 11], "x": 12.5, "y": 1},
132 {"matrix": [1, 12], "x": 13.5, "y": 1},
133 {"matrix": [1, 13], "x": 14.5, "y": 1, "w": 1.5},
134
135 {"matrix": [2, 0], "x": 0.75, "y": 2, "w": 1.75},
136 {"matrix": [2, 1], "x": 2.5, "y": 2},
137 {"matrix": [2, 2], "x": 3.5, "y": 2},
138 {"matrix": [2, 3], "x": 4.5, "y": 2},
139 {"matrix": [2, 4], "x": 5.5, "y": 2},
140 {"matrix": [2, 5], "x": 6.5, "y": 2},
141 {"matrix": [2, 6], "x": 7.5, "y": 2},
142 {"matrix": [2, 7], "x": 8.5, "y": 2},
143 {"matrix": [2, 8], "x": 9.5, "y": 2},
144 {"matrix": [2, 9], "x": 10.5, "y": 2},
145 {"matrix": [2, 10], "x": 11.5, "y": 2},
146 {"matrix": [2, 11], "x": 12.5, "y": 2},
147 {"matrix": [2, 12], "x": 13.5, "y": 2, "w": 2.25},
148
149 {"matrix": [2, 13], "x": 17.5, "y": 2},
150
151 {"matrix": [3, 0], "x": 0.25, "y": 3, "w": 2.25},
152 {"matrix": [3, 1], "x": 2.5, "y": 3},
153 {"matrix": [3, 2], "x": 3.5, "y": 3},
154 {"matrix": [3, 3], "x": 4.5, "y": 3},
155 {"matrix": [3, 4], "x": 5.5, "y": 3},
156 {"matrix": [3, 5], "x": 6.5, "y": 3},
157 {"matrix": [3, 6], "x": 7.5, "y": 3},
158 {"matrix": [3, 7], "x": 8.5, "y": 3},
159 {"matrix": [3, 8], "x": 9.5, "y": 3},
160 {"matrix": [3, 9], "x": 10.5, "y": 3},
161 {"matrix": [3, 10], "x": 11.5, "y": 3},
162 {"matrix": [3, 11], "x": 12.5, "y": 3, "w": 2.75},
163
164 {"matrix": [3, 12], "x": 16.5, "y": 3},
165 {"matrix": [3, 13], "x": 17.5, "y": 3},
166 {"matrix": [4, 13], "x": 18.5, "y": 3},
167
168 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
169 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
170 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
171 {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 1.25},
172 {"matrix": [4, 5], "x": 5, "y": 4, "w": 2.25},
173 {"matrix": [4, 7], "x": 7.25, "y": 4, "w": 2.75},
174 {"matrix": [4, 8], "x": 10, "y": 4, "w": 1.25},
175 {"matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
176 {"matrix": [4, 11], "x": 12.5, "y": 4, "w": 1.25},
177 {"matrix": [4, 12], "x": 13.75, "y": 4, "w": 1.25}
178 ]
179 },
180 "LAYOUT_625_space": {
181 "layout": [
182 {"matrix": [0, 0], "x": 1.5, "y": 0},
183 {"matrix": [0, 1], "x": 2.5, "y": 0},
184 {"matrix": [0, 2], "x": 3.5, "y": 0},
185 {"matrix": [0, 3], "x": 4.5, "y": 0},
186 {"matrix": [0, 4], "x": 5.5, "y": 0},
187 {"matrix": [0, 5], "x": 6.5, "y": 0},
188 {"matrix": [0, 6], "x": 7.5, "y": 0},
189 {"matrix": [0, 7], "x": 8.5, "y": 0},
190 {"matrix": [0, 8], "x": 9.5, "y": 0},
191 {"matrix": [0, 9], "x": 10.5, "y": 0},
192 {"matrix": [0, 10], "x": 11.5, "y": 0},
193 {"matrix": [0, 11], "x": 12.5, "y": 0},
194 {"matrix": [0, 12], "x": 13.5, "y": 0},
195 {"matrix": [0, 13], "x": 14.5, "y": 0, "w": 2},
196
197 {"matrix": [4, 3], "x": 17.5, "y": 0},
198
199 {"matrix": [1, 0], "x": 1, "y": 1, "w": 1.5},
200 {"matrix": [1, 1], "x": 2.5, "y": 1},
201 {"matrix": [1, 2], "x": 3.5, "y": 1},
202 {"matrix": [1, 3], "x": 4.5, "y": 1},
203 {"matrix": [1, 4], "x": 5.5, "y": 1},
204 {"matrix": [1, 5], "x": 6.5, "y": 1},
205 {"matrix": [1, 6], "x": 7.5, "y": 1},
206 {"matrix": [1, 7], "x": 8.5, "y": 1},
207 {"matrix": [1, 8], "x": 9.5, "y": 1},
208 {"matrix": [1, 9], "x": 10.5, "y": 1},
209 {"matrix": [1, 10], "x": 11.5, "y": 1},
210 {"matrix": [1, 11], "x": 12.5, "y": 1},
211 {"matrix": [1, 12], "x": 13.5, "y": 1},
212 {"matrix": [1, 13], "x": 14.5, "y": 1, "w": 1.5},
213
214 {"matrix": [2, 0], "x": 0.75, "y": 2, "w": 1.75},
215 {"matrix": [2, 1], "x": 2.5, "y": 2},
216 {"matrix": [2, 2], "x": 3.5, "y": 2},
217 {"matrix": [2, 3], "x": 4.5, "y": 2},
218 {"matrix": [2, 4], "x": 5.5, "y": 2},
219 {"matrix": [2, 5], "x": 6.5, "y": 2},
220 {"matrix": [2, 6], "x": 7.5, "y": 2},
221 {"matrix": [2, 7], "x": 8.5, "y": 2},
222 {"matrix": [2, 8], "x": 9.5, "y": 2},
223 {"matrix": [2, 9], "x": 10.5, "y": 2},
224 {"matrix": [2, 10], "x": 11.5, "y": 2},
225 {"matrix": [2, 11], "x": 12.5, "y": 2},
226 {"matrix": [2, 12], "x": 13.5, "y": 2, "w": 2.25},
227
228 {"matrix": [2, 13], "x": 17.5, "y": 2},
229
230 {"matrix": [3, 0], "x": 0.25, "y": 3, "w": 2.25},
231 {"matrix": [3, 1], "x": 2.5, "y": 3},
232 {"matrix": [3, 2], "x": 3.5, "y": 3},
233 {"matrix": [3, 3], "x": 4.5, "y": 3},
234 {"matrix": [3, 4], "x": 5.5, "y": 3},
235 {"matrix": [3, 5], "x": 6.5, "y": 3},
236 {"matrix": [3, 6], "x": 7.5, "y": 3},
237 {"matrix": [3, 7], "x": 8.5, "y": 3},
238 {"matrix": [3, 8], "x": 9.5, "y": 3},
239 {"matrix": [3, 9], "x": 10.5, "y": 3},
240 {"matrix": [3, 10], "x": 11.5, "y": 3},
241 {"matrix": [3, 11], "x": 12.5, "y": 3, "w": 2.75},
242
243 {"matrix": [3, 12], "x": 16.5, "y": 3},
244 {"matrix": [3, 13], "x": 17.5, "y": 3},
245 {"matrix": [4, 13], "x": 18.5, "y": 3},
246
247 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
248 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
249 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
250 {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 1.25},
251 {"matrix": [4, 5], "x": 5, "y": 4, "w": 6.25},
252 {"matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
253 {"matrix": [4, 11], "x": 12.5, "y": 4, "w": 1.25},
254 {"matrix": [4, 12], "x": 13.75, "y": 4, "w": 1.25}
255 ]
256 },
257 "LAYOUT_625_space_upper_spacebars": {
258 "layout": [
259 {"matrix": [0, 4], "x": 1.75, "y": 0, "w": 6.25},
260 {"matrix": [0, 8], "x": 8, "y": 0, "w": 6.25},
261 {"matrix": [0, 13], "x": 14.25, "y": 0, "w": 2},
262
263 {"matrix": [4, 3], "x": 17.5, "y": 0},
264
265 {"matrix": [1, 0], "x": 1, "y": 1, "w": 1.5},
266 {"matrix": [1, 1], "x": 2.5, "y": 1},
267 {"matrix": [1, 2], "x": 3.5, "y": 1},
268 {"matrix": [1, 3], "x": 4.5, "y": 1},
269 {"matrix": [1, 4], "x": 5.5, "y": 1},
270 {"matrix": [1, 5], "x": 6.5, "y": 1},
271 {"matrix": [1, 6], "x": 7.5, "y": 1},
272 {"matrix": [1, 7], "x": 8.5, "y": 1},
273 {"matrix": [1, 8], "x": 9.5, "y": 1},
274 {"matrix": [1, 9], "x": 10.5, "y": 1},
275 {"matrix": [1, 10], "x": 11.5, "y": 1},
276 {"matrix": [1, 11], "x": 12.5, "y": 1},
277 {"matrix": [1, 12], "x": 13.5, "y": 1},
278 {"matrix": [1, 13], "x": 14.5, "y": 1, "w": 1.5},
279
280 {"matrix": [2, 0], "x": 0.75, "y": 2, "w": 1.75},
281 {"matrix": [2, 1], "x": 2.5, "y": 2},
282 {"matrix": [2, 2], "x": 3.5, "y": 2},
283 {"matrix": [2, 3], "x": 4.5, "y": 2},
284 {"matrix": [2, 4], "x": 5.5, "y": 2},
285 {"matrix": [2, 5], "x": 6.5, "y": 2},
286 {"matrix": [2, 6], "x": 7.5, "y": 2},
287 {"matrix": [2, 7], "x": 8.5, "y": 2},
288 {"matrix": [2, 8], "x": 9.5, "y": 2},
289 {"matrix": [2, 9], "x": 10.5, "y": 2},
290 {"matrix": [2, 10], "x": 11.5, "y": 2},
291 {"matrix": [2, 11], "x": 12.5, "y": 2},
292 {"matrix": [2, 12], "x": 13.5, "y": 2, "w": 2.25},
293
294 {"matrix": [2, 13], "x": 17.5, "y": 2},
295
296 {"matrix": [3, 0], "x": 0.25, "y": 3, "w": 2.25},
297 {"matrix": [3, 1], "x": 2.5, "y": 3},
298 {"matrix": [3, 2], "x": 3.5, "y": 3},
299 {"matrix": [3, 3], "x": 4.5, "y": 3},
300 {"matrix": [3, 4], "x": 5.5, "y": 3},
301 {"matrix": [3, 5], "x": 6.5, "y": 3},
302 {"matrix": [3, 6], "x": 7.5, "y": 3},
303 {"matrix": [3, 7], "x": 8.5, "y": 3},
304 {"matrix": [3, 8], "x": 9.5, "y": 3},
305 {"matrix": [3, 9], "x": 10.5, "y": 3},
306 {"matrix": [3, 10], "x": 11.5, "y": 3},
307 {"matrix": [3, 11], "x": 12.5, "y": 3, "w": 2.75},
308
309 {"matrix": [3, 12], "x": 16.5, "y": 3},
310 {"matrix": [3, 13], "x": 17.5, "y": 3},
311 {"matrix": [4, 13], "x": 18.5, "y": 3},
312
313 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
314 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
315 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
316 {"matrix": [4, 4], "x": 3.75, "y": 4, "w": 1.25},
317 {"matrix": [4, 5], "x": 5, "y": 4, "w": 6.25},
318 {"matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
319 {"matrix": [4, 11], "x": 12.5, "y": 4, "w": 1.25},
320 {"matrix": [4, 12], "x": 13.75, "y": 4, "w": 1.25}
109 ] 321 ]
110 } 322 }
111 } 323 }
diff --git a/keyboards/p3d/spacey/keymaps/default/keymap.c b/keyboards/p3d/spacey/keymaps/default/keymap.c
index 8d0b138390..19bc5323b8 100644
--- a/keyboards/p3d/spacey/keymaps/default/keymap.c
+++ b/keyboards/p3d/spacey/keymaps/default/keymap.c
@@ -14,7 +14,6 @@
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#include QMK_KEYBOARD_H 16#include QMK_KEYBOARD_H
17#define FN MO(_FN)
18 17
19// Defines names for use in layer keycodes and the keymap 18// Defines names for use in layer keycodes and the keymap
20enum layer_names { 19enum layer_names {
@@ -22,26 +21,20 @@ enum layer_names {
22 _FN 21 _FN
23}; 22};
24 23
25// Defines the keycodes used by our macros in process_record_user
26enum custom_keycodes {
27 QMKBEST = SAFE_RANGE,
28 QMKURL
29};
30
31const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 24const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
32 /* Base */ 25 /* Base */
33 [_BASE] = LAYOUT( 26 [_BASE] = LAYOUT_all(
34 KC_ESC, 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, 27 KC_ESC, 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_MUTE,
35 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, 28 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,
36 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_UP, 29 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_UP,
37 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_LEFT, KC_DOWN, 30 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_LEFT, KC_DOWN, KC_RGHT,
38 KC_LCTL, KC_LGUI, FN, KC_MUTE, KC_LALT, KC_SPC, KC_NO, KC_BSPC, KC_DEL, KC_NO, KC_RALT, KC_RGUI, KC_RCTL, KC_RGHT 31 KC_LCTL, KC_LGUI, MO(1), KC_LALT, KC_SPC, KC_BSPC, KC_DEL, KC_RALT, KC_RGUI, KC_RCTL
39 ), 32 ),
40 [_FN] = LAYOUT( 33 [_FN] = LAYOUT_all(
41 KC_GRV, 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_BSPC, 34 KC_GRV, 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_BSPC, KC_ESC,
42 KC_TAB, 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_DEL, 35 KC_TAB, 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_DEL,
43 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_ENT, KC_MS_U, 36 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_ENT, KC_MS_U,
44 KC_LSFT,KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_COMM,KC_DOT,KC_SLSH,KC_RSFT, KC_MS_L, KC_MS_D, 37 KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_MS_L, KC_MS_D, KC_MS_R,
45 KC_LCTL, KC_LGUI, KC_NO, KC_ESC, KC_LALT, KC_SPC, KC_NO, KC_BSPC, KC_RALT, KC_NO, KC_APP, KC_RGUI, KC_RCTL, KC_MS_R 38 KC_LCTL, KC_LGUI, KC_NO, KC_LALT, KC_SPC, KC_BSPC, KC_RALT, KC_APP, KC_RGUI, KC_RCTL
46 ) 39 )
47}; 40};
diff --git a/keyboards/p3d/spacey/keymaps/via/keymap.c b/keyboards/p3d/spacey/keymaps/via/keymap.c
index 17dec84fc7..bdd9c0972b 100644
--- a/keyboards/p3d/spacey/keymaps/via/keymap.c
+++ b/keyboards/p3d/spacey/keymaps/via/keymap.c
@@ -17,32 +17,32 @@
17 17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 /* Base */ 19 /* Base */
20 [0] = LAYOUT( 20 [0] = LAYOUT_all(
21 KC_ESC, 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, 21 KC_ESC, 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_MUTE,
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, 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,
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, KC_UP, 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, KC_UP,
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_LEFT, KC_DOWN, 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_LEFT, KC_DOWN, KC_RGHT,
25 KC_LCTL, KC_LGUI, MO(1), KC_MUTE, KC_LALT, KC_SPC, KC_NO, KC_BSPC, KC_DEL, KC_NO, KC_RALT, KC_RGUI, KC_RCTL, KC_RGHT 25 KC_LCTL, KC_LGUI, MO(1), KC_LALT, KC_SPC, KC_BSPC, KC_DEL, KC_RALT, KC_RGUI, KC_RCTL
26 ), 26 ),
27 [1] = LAYOUT( 27 [1] = LAYOUT_all(
28 KC_GRV, 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_BSPC, 28 KC_GRV, 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_BSPC, KC_ESC,
29 KC_TAB, 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_DEL, 29 KC_TAB, 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_DEL,
30 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_ENT, KC_MS_U, 30 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_ENT, KC_MS_U,
31 KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_COMM,KC_DOT,KC_SLSH,KC_RSFT, KC_MS_L, KC_MS_D, 31 KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_MS_L, KC_MS_D, KC_MS_R,
32 KC_LCTL, KC_LGUI, KC_NO, KC_ESC, KC_LALT, KC_SPC, KC_NO, KC_BSPC, KC_RALT, KC_NO, KC_APP, KC_RGUI, KC_RCTL, KC_MS_R 32 KC_LCTL, KC_LGUI, KC_NO, KC_LALT, KC_SPC, KC_BSPC, KC_RALT, KC_APP, KC_RGUI, KC_RCTL
33 ), 33 ),
34 [2] = LAYOUT( 34 [2] = LAYOUT_all(
35 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
35 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 36 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
36 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
40 ), 40 ),
41 [3] = LAYOUT( 41 [3] = LAYOUT_all(
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
43 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
44 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 43 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 44 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
47 ) 47 )
48}; 48};
diff --git a/keyboards/p3d/spacey/matrix_diagram.md b/keyboards/p3d/spacey/matrix_diagram.md
new file mode 100644
index 0000000000..afb8549c8f
--- /dev/null
+++ b/keyboards/p3d/spacey/matrix_diagram.md
@@ -0,0 +1,21 @@
1# Matrix Diagram for vanilla spacey
2
3```
4 ┌────────────────────────┬────────────────────────┬───────┐
5 │04 │08 │0D │ Upper Spacebars
6 └────────────────────────┴────────────────────────┴───────┘
7 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┐
8 │00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │ │43 │
9 ┌─┴───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼─────┬─┘ └───┘
10 │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │
11 ┌┴─────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴────┬┘ ┌───┐
12 │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │ │2D │
13 ┌─┴──────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴──────┬─┘ ┌───┼───┼───┐
14 │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │ │3C │3D │4D │
15┌┴───┬────┼───┴┬──┴─┬─┴───┴──┬┴───┴───┴─┬─┴──┬┴───┼────┬────┬┘ └───┴───┴───┘
16│40 │41 │42 │44 │45 │47 │48 │4A │4B │4C │
17└────┴────┴────┴────┴────────┴──────────┴────┴────┴────┴────┘
18 ┌────────────────────────┐
19 │45 │ 6.25u Spacebar
20 └────────────────────────┘
21```
diff --git a/keyboards/p3d/spacey/readme.md b/keyboards/p3d/spacey/readme.md
index 252cc39f86..e3c5a4b5c8 100644
--- a/keyboards/p3d/spacey/readme.md
+++ b/keyboards/p3d/spacey/readme.md
@@ -6,7 +6,7 @@ Spacey, designed by Vanilla Keyboards is a 45/65% keyboard with a little persona
6 6
7* Keyboard Maintainer: [vanilla](https://github.com/vanillakeyboards) 7* Keyboard Maintainer: [vanilla](https://github.com/vanillakeyboards)
8* Hardware Supported: Elite C, Spacey PCB plates and acrylic drop_in case 8* Hardware Supported: Elite C, Spacey PCB plates and acrylic drop_in case
9* Hardware Availability: [P3D Store](https://p3dstore.com/collections/ended-group-buys/products/spacey?variant=37742593147064) 9* Hardware Availability: [~~P3D Store~~](https://p3dstore.com/collections/ended-group-buys/products/spacey?variant=37742593147064) (no longer available)
10 10
11Make example for this keyboard (after setting up your build environment): 11Make example for this keyboard (after setting up your build environment):
12 12