summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2025-11-17 02:12:13 +0000
committerQMK Bot <hello@qmk.fm>2025-11-17 02:12:13 +0000
commita2adc920665ba9e4ad9100b5601464ce80a76134 (patch)
tree49d1badd5549fa5b14ee3795e8021ab10c846117 /keyboards
parent224ea2eb188b69602353577f7206d17a08a1da92 (diff)
parent6242c09f7d04a52349dc68edc784d57f3606dc81 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/yiancardesigns/hyper7/v4/config.h5
-rw-r--r--keyboards/yiancardesigns/hyper7/v4/keyboard.json429
-rw-r--r--keyboards/yiancardesigns/hyper7/v4/keymaps/default/keymap.c111
-rw-r--r--keyboards/yiancardesigns/hyper7/v4/readme.md25
4 files changed, 570 insertions, 0 deletions
diff --git a/keyboards/yiancardesigns/hyper7/v4/config.h b/keyboards/yiancardesigns/hyper7/v4/config.h
new file mode 100644
index 0000000000..a33e746458
--- /dev/null
+++ b/keyboards/yiancardesigns/hyper7/v4/config.h
@@ -0,0 +1,5 @@
1// Copyright 2025 Yiancar-Designs, Bit-Shifter
2// SPDX-License-Identifier: GPL-2.0-or-later
3#pragma once
4
5#define DYNAMIC_KEYMAP_MACRO_COUNT 30
diff --git a/keyboards/yiancardesigns/hyper7/v4/keyboard.json b/keyboards/yiancardesigns/hyper7/v4/keyboard.json
new file mode 100644
index 0000000000..b6cab6df6a
--- /dev/null
+++ b/keyboards/yiancardesigns/hyper7/v4/keyboard.json
@@ -0,0 +1,429 @@
1{
2 "manufacturer": "Yiancar-Designs",
3 "keyboard_name": "Hyper7 v4",
4 "maintainer": "Yiancar-Designs",
5 "bootloader": "stm32-dfu",
6 "bootmagic": {
7 "matrix": [3, 0]
8 },
9 "diode_direction": "COL2ROW",
10 "features": {
11 "bootmagic": true,
12 "extrakey": true,
13 "mousekey": true,
14 "nkro": true
15 },
16 "matrix_pins": {
17 "cols": ["B11", "B10", "B2", "B1", "B0", "C5", "C4", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "B12", "B13", "B14", "B15", "A8", "C9", "C8", "C7", "C6", "C11", "C10", "A15", "A14"],
18 "rows": ["C1", "C2", "C3", "A13", "C12", "B3", "B4", "B5"]
19 },
20 "processor": "STM32F072",
21 "url": "https://yiancar-designs.com",
22 "usb": {
23 "device_version": "0.0.1",
24 "pid": "0x6837",
25 "vid": "0x8968"
26 },
27 "layouts": {
28 "LAYOUT_modern": {
29 "layout": [
30 {"matrix": [0, 0], "x": 0, "y": 0, "w":2},
31 {"matrix": [0, 2], "x": 2, "y": 0, "w":2},
32 {"matrix": [0, 4], "x": 4.5, "y": 0, "w":2},
33 {"matrix": [0, 6], "x": 6.5, "y": 0, "w":2},
34 {"matrix": [0, 8], "x": 8.5, "y": 0, "w":2},
35 {"matrix": [0, 10], "x": 10.5, "y": 0, "w":2},
36 {"matrix": [0, 12], "x": 12.5, "y": 0, "w":2},
37 {"matrix": [0, 14], "x": 14.5, "y": 0, "w":2},
38 {"matrix": [0, 16], "x": 16.5, "y": 0, "w":2},
39 {"matrix": [0, 18], "x": 18.5, "y": 0, "w":2},
40 {"matrix": [0, 20], "x": 20.5, "y": 0, "w":2},
41 {"matrix": [0, 22], "x": 22.5, "y": 0, "w":2},
42 {"matrix": [0, 24], "x": 25, "y": 0, "w":2},
43 {"matrix": [0, 26], "x": 27, "y": 0, "w":2},
44 {"matrix": [1, 0], "x": 0, "y": 1, "w":2},
45 {"matrix": [1, 2], "x": 2, "y": 1, "w":2},
46 {"matrix": [1, 4], "x": 4.5, "y": 1, "w":2},
47 {"matrix": [1, 6], "x": 6.5, "y": 1, "w":2},
48 {"matrix": [1, 8], "x": 8.5, "y": 1, "w":2},
49 {"matrix": [1, 10], "x": 10.5, "y": 1, "w":2},
50 {"matrix": [1, 12], "x": 12.5, "y": 1, "w":2},
51 {"matrix": [1, 14], "x": 14.5, "y": 1, "w":2},
52 {"matrix": [1, 16], "x": 16.5, "y": 1, "w":2},
53 {"matrix": [1, 18], "x": 18.5, "y": 1, "w":2},
54 {"matrix": [1, 20], "x": 20.5, "y": 1, "w":2},
55 {"matrix": [1, 22], "x": 22.5, "y": 1, "w":2},
56 {"matrix": [1, 24], "x": 25, "y": 1, "w":2},
57 {"matrix": [1, 26], "x": 27, "y": 1, "w":2},
58 {"matrix": [2, 0], "x": 0, "y": 2},
59 {"matrix": [2, 1], "x": 1, "y": 2},
60 {"matrix": [2, 2], "x": 2, "y": 2},
61 {"matrix": [2, 3], "x": 3, "y": 2},
62 {"matrix": [2, 4], "x": 4.5, "y": 2, "w":2},
63 {"matrix": [2, 6], "x": 6.5, "y": 2},
64 {"matrix": [2, 7], "x": 7.5, "y": 2},
65 {"matrix": [2, 8], "x": 8.5, "y": 2},
66 {"matrix": [2, 9], "x": 9.5, "y": 2},
67 {"matrix": [2, 10], "x": 10.5, "y": 2},
68 {"matrix": [2, 11], "x": 11.5, "y": 2},
69 {"matrix": [2, 12], "x": 12.5, "y": 2},
70 {"matrix": [2, 13], "x": 13.5, "y": 2},
71 {"matrix": [2, 14], "x": 14.5, "y": 2},
72 {"matrix": [2, 15], "x": 15.5, "y": 2},
73 {"matrix": [2, 16], "x": 16.5, "y": 2},
74 {"matrix": [2, 17], "x": 17.5, "y": 2},
75 {"matrix": [2, 18], "x": 18.5, "y": 2},
76 {"matrix": [2, 19], "x": 19.5, "y": 2},
77 {"matrix": [2, 20], "x": 20.5, "y": 2},
78 {"matrix": [2, 21], "x": 21.5, "y": 2},
79 {"matrix": [2, 22], "x": 22.5, "y": 2, "w":2},
80 {"matrix": [2, 24], "x": 25, "y": 2},
81 {"matrix": [2, 25], "x": 26, "y": 2},
82 {"matrix": [2, 26], "x": 27, "y": 2},
83 {"matrix": [2, 27], "x": 28, "y": 2},
84 {"matrix": [3, 0], "x": 0, "y": 3.5},
85 {"matrix": [3, 1], "x": 1, "y": 3.5},
86 {"matrix": [3, 2], "x": 2, "y": 3.5},
87 {"matrix": [3, 3], "x": 3, "y": 3.5},
88 {"matrix": [3, 4], "x": 4.5, "y": 3.5, "w": 1.5},
89 {"matrix": [3, 6], "x": 6, "y": 3.5},
90 {"matrix": [3, 7], "x": 7, "y": 3.5},
91 {"matrix": [3, 8], "x": 8, "y": 3.5},
92 {"matrix": [3, 9], "x": 9, "y": 3.5},
93 {"matrix": [3, 10], "x": 10, "y": 3.5},
94 {"matrix": [3, 11], "x": 11, "y": 3.5},
95 {"matrix": [3, 12], "x": 12, "y": 3.5},
96 {"matrix": [3, 13], "x": 13, "y": 3.5},
97 {"matrix": [3, 14], "x": 14, "y": 3.5},
98 {"matrix": [3, 15], "x": 15, "y": 3.5},
99 {"matrix": [3, 16], "x": 16, "y": 3.5},
100 {"matrix": [3, 17], "x": 17, "y": 3.5},
101 {"matrix": [3, 18], "x": 18, "y": 3.5},
102 {"matrix": [3, 19], "x": 19, "y": 3.5},
103 {"matrix": [3, 20], "x": 20, "y": 3.5},
104 {"matrix": [3, 21], "x": 21, "y": 3.5},
105 {"matrix": [3, 22], "x": 22, "y": 3.5},
106 {"matrix": [3, 23], "x": 23, "y": 3.5, "w": 1.5},
107 {"matrix": [3, 24], "x": 25, "y": 3.5},
108 {"matrix": [3, 25], "x": 26, "y": 3.5},
109 {"matrix": [3, 26], "x": 27, "y": 3.5},
110 {"matrix": [3, 27], "x": 28, "y": 3.5},
111 {"matrix": [4, 0], "x": 0, "y": 4.5},
112 {"matrix": [4, 1], "x": 1, "y": 4.5},
113 {"matrix": [4, 2], "x": 2, "y": 4.5},
114 {"matrix": [4, 3], "x": 3, "y": 4.5},
115 {"matrix": [4, 4], "x": 4.5, "y": 4.5},
116 {"matrix": [4, 5], "x": 5.5, "y": 4.5, "w": 1.5},
117 {"matrix": [4, 7], "x": 7, "y": 4.5, "w": 1.5},
118 {"matrix": [4, 8], "x": 8.5, "y": 4.5},
119 {"matrix": [4, 9], "x": 9.5, "y": 4.5},
120 {"matrix": [4, 10], "x": 10.5, "y": 4.5},
121 {"matrix": [4, 11], "x": 11.5, "y": 4.5},
122 {"matrix": [4, 12], "x": 12.5, "y": 4.5},
123 {"matrix": [4, 13], "x": 13.5, "y": 4.5},
124 {"matrix": [4, 14], "x": 14.5, "y": 4.5},
125 {"matrix": [4, 15], "x": 15.5, "y": 4.5},
126 {"matrix": [4, 16], "x": 16.5, "y": 4.5},
127 {"matrix": [4, 17], "x": 17.5, "y": 4.5},
128 {"matrix": [4, 18], "x": 18.5, "y": 4.5},
129 {"matrix": [4, 19], "x": 19.5, "y": 4.5},
130 {"matrix": [4, 20], "x": 20.5, "y": 4.5, "w": 1.5},
131 {"matrix": [4, 22], "x": 22, "y": 4.5, "w": 1.5},
132 {"matrix": [4, 23], "x": 23.5, "y": 4.5},
133 {"matrix": [4, 24], "x": 25, "y": 4.5},
134 {"matrix": [4, 25], "x": 26, "y": 4.5},
135 {"matrix": [4, 26], "x": 27, "y": 4.5},
136 {"matrix": [4, 27], "x": 28, "y": 4.5},
137 {"matrix": [5, 0], "x": 0, "y": 5.5},
138 {"matrix": [5, 1], "x": 1, "y": 5.5},
139 {"matrix": [5, 2], "x": 2, "y": 5.5},
140 {"matrix": [5, 3], "x": 3, "y": 5.5},
141 {"matrix": [5, 4], "x": 4.5, "y": 5.5, "w": 1.5},
142 {"matrix": [5, 6], "x": 6, "y": 5.5, "w": 1.5},
143 {"matrix": [5, 7], "x": 7.5, "y": 5.5, "w": 1.5},
144 {"matrix": [5, 9], "x": 9, "y": 5.5},
145 {"matrix": [5, 10], "x": 10, "y": 5.5},
146 {"matrix": [5, 11], "x": 11, "y": 5.5},
147 {"matrix": [5, 12], "x": 12, "y": 5.5},
148 {"matrix": [5, 13], "x": 13, "y": 5.5},
149 {"matrix": [5, 14], "x": 14, "y": 5.5},
150 {"matrix": [5, 15], "x": 15, "y": 5.5},
151 {"matrix": [5, 16], "x": 16, "y": 5.5},
152 {"matrix": [5, 17], "x": 17, "y": 5.5},
153 {"matrix": [5, 18], "x": 18, "y": 5.5},
154 {"matrix": [5, 19], "x": 19, "y": 5.5},
155 {"matrix": [5, 20], "x": 20, "y": 5.5, "w": 1.5},
156 {"matrix": [5, 21], "x": 21.5, "y": 5.5, "w": 1.5},
157 {"matrix": [5, 23], "x": 23, "y": 5.5, "w": 1.5},
158 {"matrix": [5, 24], "x": 25, "y": 5.5},
159 {"matrix": [5, 25], "x": 26, "y": 5.5},
160 {"matrix": [5, 26], "x": 27, "y": 5.5},
161 {"matrix": [5, 27], "x": 28, "y": 5.5},
162 {"matrix": [6, 0], "x": 0, "y": 6.5},
163 {"matrix": [6, 1], "x": 1, "y": 6.5},
164 {"matrix": [6, 2], "x": 2, "y": 6.5},
165 {"matrix": [6, 3], "x": 3, "y": 6.5},
166 {"matrix": [6, 4], "x": 4.5, "y": 6.5},
167 {"matrix": [6, 5], "x": 5.5, "y": 6.5},
168 {"matrix": [6, 6], "x": 6.5, "y": 6.5, "w": 1.5},
169 {"matrix": [6, 8], "x": 8, "y": 6.5, "w": 1.5},
170 {"matrix": [6, 9], "x": 9.5, "y": 6.5},
171 {"matrix": [6, 10], "x": 10.5, "y": 6.5},
172 {"matrix": [6, 11], "x": 11.5, "y": 6.5},
173 {"matrix": [6, 12], "x": 12.5, "y": 6.5},
174 {"matrix": [6, 13], "x": 13.5, "y": 6.5},
175 {"matrix": [6, 14], "x": 14.5, "y": 6.5},
176 {"matrix": [6, 15], "x": 15.5, "y": 6.5},
177 {"matrix": [6, 16], "x": 16.5, "y": 6.5},
178 {"matrix": [6, 17], "x": 17.5, "y": 6.5},
179 {"matrix": [6, 18], "x": 18.5, "y": 6.5},
180 {"matrix": [6, 19], "x": 19.5, "y": 6.5, "w": 1.5},
181 {"matrix": [6, 21], "x": 21, "y": 6.5, "w": 1.5},
182 {"matrix": [6, 22], "x": 22.5, "y": 6.5},
183 {"matrix": [6, 23], "x": 23.5, "y": 6.5},
184 {"matrix": [6, 24], "x": 25, "y": 6.5},
185 {"matrix": [6, 25], "x": 26, "y": 6.5},
186 {"matrix": [6, 26], "x": 27, "y": 6.5},
187 {"matrix": [6, 27], "x": 28, "y": 6.5},
188 {"matrix": [7, 0], "x": 0, "y": 7.5},
189 {"matrix": [7, 1], "x": 1, "y": 7.5},
190 {"matrix": [7, 2], "x": 2, "y": 7.5},
191 {"matrix": [7, 3], "x": 3, "y": 7.5},
192 {"matrix": [7, 4], "x": 4.5, "y": 7.5},
193 {"matrix": [7, 5], "x": 5.5, "y": 7.5},
194 {"matrix": [7, 6], "x": 6.5, "y": 7.5},
195 {"matrix": [7, 7], "x": 7.5, "y": 7.5, "w": 1.5},
196 {"matrix": [7, 8], "x": 9, "y": 7.5, "w": 1.5},
197 {"matrix": [7, 13], "x": 10.5, "y": 7.5, "w": 7},
198 {"matrix": [7, 18], "x": 17.5, "y": 7.5},
199 {"matrix": [7, 19], "x": 18.5, "y": 7.5, "w": 1.5},
200 {"matrix": [7, 20], "x": 20, "y": 7.5, "w": 1.5},
201 {"matrix": [7, 21], "x": 21.5, "y": 7.5},
202 {"matrix": [7, 22], "x": 22.5, "y": 7.5},
203 {"matrix": [7, 23], "x": 23.5, "y": 7.5},
204 {"matrix": [7, 24], "x": 25, "y": 7.5},
205 {"matrix": [7, 25], "x": 26, "y": 7.5},
206 {"matrix": [7, 26], "x": 27, "y": 7.5},
207 {"matrix": [7, 27], "x": 28, "y": 7.5}
208 ]
209 },
210 "LAYOUT_all": {
211 "layout": [
212 {"matrix": [0, 0], "x": 0, "y": 0},
213 {"matrix": [0, 1], "x": 1, "y": 0},
214 {"matrix": [0, 2], "x": 2, "y": 0},
215 {"matrix": [0, 3], "x": 3, "y": 0},
216 {"matrix": [0, 4], "x": 4.5, "y": 0},
217 {"matrix": [0, 5], "x": 5.5, "y": 0},
218 {"matrix": [0, 6], "x": 6.5, "y": 0},
219 {"matrix": [0, 7], "x": 7.5, "y": 0},
220 {"matrix": [0, 8], "x": 8.5, "y": 0},
221 {"matrix": [0, 9], "x": 9.5, "y": 0},
222 {"matrix": [0, 10], "x": 10.5, "y": 0},
223 {"matrix": [0, 11], "x": 11.5, "y": 0},
224 {"matrix": [0, 12], "x": 12.5, "y": 0},
225 {"matrix": [0, 13], "x": 13.5, "y": 0},
226 {"matrix": [0, 14], "x": 14.5, "y": 0},
227 {"matrix": [0, 15], "x": 15.5, "y": 0},
228 {"matrix": [0, 16], "x": 16.5, "y": 0},
229 {"matrix": [0, 17], "x": 17.5, "y": 0},
230 {"matrix": [0, 18], "x": 18.5, "y": 0},
231 {"matrix": [0, 19], "x": 19.5, "y": 0},
232 {"matrix": [0, 20], "x": 20.5, "y": 0},
233 {"matrix": [0, 21], "x": 21.5, "y": 0},
234 {"matrix": [0, 22], "x": 22.5, "y": 0},
235 {"matrix": [0, 23], "x": 23.5, "y": 0},
236 {"matrix": [0, 24], "x": 25, "y": 0},
237 {"matrix": [0, 25], "x": 26, "y": 0},
238 {"matrix": [0, 26], "x": 27, "y": 0},
239 {"matrix": [0, 27], "x": 28, "y": 0},
240 {"matrix": [1, 0], "x": 0, "y": 1},
241 {"matrix": [1, 1], "x": 1, "y": 1},
242 {"matrix": [1, 2], "x": 2, "y": 1},
243 {"matrix": [1, 3], "x": 3, "y": 1},
244 {"matrix": [1, 4], "x": 4.5, "y": 1},
245 {"matrix": [1, 5], "x": 5.5, "y": 1},
246 {"matrix": [1, 6], "x": 6.5, "y": 1},
247 {"matrix": [1, 7], "x": 7.5, "y": 1},
248 {"matrix": [1, 8], "x": 8.5, "y": 1},
249 {"matrix": [1, 9], "x": 9.5, "y": 1},
250 {"matrix": [1, 10], "x": 10.5, "y": 1},
251 {"matrix": [1, 11], "x": 11.5, "y": 1},
252 {"matrix": [1, 12], "x": 12.5, "y": 1},
253 {"matrix": [1, 13], "x": 13.5, "y": 1},
254 {"matrix": [1, 14], "x": 14.5, "y": 1},
255 {"matrix": [1, 15], "x": 15.5, "y": 1},
256 {"matrix": [1, 16], "x": 16.5, "y": 1},
257 {"matrix": [1, 17], "x": 17.5, "y": 1},
258 {"matrix": [1, 18], "x": 18.5, "y": 1},
259 {"matrix": [1, 19], "x": 19.5, "y": 1},
260 {"matrix": [1, 20], "x": 20.5, "y": 1},
261 {"matrix": [1, 21], "x": 21.5, "y": 1},
262 {"matrix": [1, 22], "x": 22.5, "y": 1},
263 {"matrix": [1, 23], "x": 23.5, "y": 1},
264 {"matrix": [1, 24], "x": 25, "y": 1},
265 {"matrix": [1, 25], "x": 26, "y": 1},
266 {"matrix": [1, 26], "x": 27, "y": 1},
267 {"matrix": [1, 27], "x": 28, "y": 1},
268 {"matrix": [2, 0], "x": 0, "y": 2},
269 {"matrix": [2, 1], "x": 1, "y": 2},
270 {"matrix": [2, 2], "x": 2, "y": 2},
271 {"matrix": [2, 3], "x": 3, "y": 2},
272 {"matrix": [2, 4], "x": 4.5, "y": 2},
273 {"matrix": [2, 5], "x": 5.5, "y": 2},
274 {"matrix": [2, 6], "x": 6.5, "y": 2},
275 {"matrix": [2, 7], "x": 7.5, "y": 2},
276 {"matrix": [2, 8], "x": 8.5, "y": 2},
277 {"matrix": [2, 9], "x": 9.5, "y": 2},
278 {"matrix": [2, 10], "x": 10.5, "y": 2},
279 {"matrix": [2, 11], "x": 11.5, "y": 2},
280 {"matrix": [2, 12], "x": 12.5, "y": 2},
281 {"matrix": [2, 13], "x": 13.5, "y": 2},
282 {"matrix": [2, 14], "x": 14.5, "y": 2},
283 {"matrix": [2, 15], "x": 15.5, "y": 2},
284 {"matrix": [2, 16], "x": 16.5, "y": 2},
285 {"matrix": [2, 17], "x": 17.5, "y": 2},
286 {"matrix": [2, 18], "x": 18.5, "y": 2},
287 {"matrix": [2, 19], "x": 19.5, "y": 2},
288 {"matrix": [2, 20], "x": 20.5, "y": 2},
289 {"matrix": [2, 21], "x": 21.5, "y": 2},
290 {"matrix": [2, 22], "x": 22.5, "y": 2},
291 {"matrix": [2, 23], "x": 23.5, "y": 2},
292 {"matrix": [2, 24], "x": 25, "y": 2},
293 {"matrix": [2, 25], "x": 26, "y": 2},
294 {"matrix": [2, 26], "x": 27, "y": 2},
295 {"matrix": [2, 27], "x": 28, "y": 2},
296 {"matrix": [3, 0], "x": 0, "y": 3.5},
297 {"matrix": [3, 1], "x": 1, "y": 3.5},
298 {"matrix": [3, 2], "x": 2, "y": 3.5},
299 {"matrix": [3, 3], "x": 3, "y": 3.5},
300 {"matrix": [3, 4], "x": 4.5, "y": 3.5, "w": 1.5},
301 {"matrix": [3, 6], "x": 6, "y": 3.5},
302 {"matrix": [3, 7], "x": 7, "y": 3.5},
303 {"matrix": [3, 8], "x": 8, "y": 3.5},
304 {"matrix": [3, 9], "x": 9, "y": 3.5},
305 {"matrix": [3, 10], "x": 10, "y": 3.5},
306 {"matrix": [3, 11], "x": 11, "y": 3.5},
307 {"matrix": [3, 12], "x": 12, "y": 3.5},
308 {"matrix": [3, 13], "x": 13, "y": 3.5},
309 {"matrix": [3, 14], "x": 14, "y": 3.5},
310 {"matrix": [3, 15], "x": 15, "y": 3.5},
311 {"matrix": [3, 16], "x": 16, "y": 3.5},
312 {"matrix": [3, 17], "x": 17, "y": 3.5},
313 {"matrix": [3, 18], "x": 18, "y": 3.5},
314 {"matrix": [3, 19], "x": 19, "y": 3.5},
315 {"matrix": [3, 20], "x": 20, "y": 3.5},
316 {"matrix": [3, 21], "x": 21, "y": 3.5},
317 {"matrix": [3, 22], "x": 22, "y": 3.5},
318 {"matrix": [3, 23], "x": 23, "y": 3.5, "w": 1.5},
319 {"matrix": [3, 24], "x": 25, "y": 3.5},
320 {"matrix": [3, 25], "x": 26, "y": 3.5},
321 {"matrix": [3, 26], "x": 27, "y": 3.5},
322 {"matrix": [3, 27], "x": 28, "y": 3.5},
323 {"matrix": [4, 0], "x": 0, "y": 4.5},
324 {"matrix": [4, 1], "x": 1, "y": 4.5},
325 {"matrix": [4, 2], "x": 2, "y": 4.5},
326 {"matrix": [4, 3], "x": 3, "y": 4.5},
327 {"matrix": [4, 4], "x": 4.5, "y": 4.5},
328 {"matrix": [4, 5], "x": 5.5, "y": 4.5, "w": 1.5},
329 {"matrix": [4, 7], "x": 7, "y": 4.5, "w": 1.5},
330 {"matrix": [4, 8], "x": 8.5, "y": 4.5},
331 {"matrix": [4, 9], "x": 9.5, "y": 4.5},
332 {"matrix": [4, 10], "x": 10.5, "y": 4.5},
333 {"matrix": [4, 11], "x": 11.5, "y": 4.5},
334 {"matrix": [4, 12], "x": 12.5, "y": 4.5},
335 {"matrix": [4, 13], "x": 13.5, "y": 4.5},
336 {"matrix": [4, 14], "x": 14.5, "y": 4.5},
337 {"matrix": [4, 15], "x": 15.5, "y": 4.5},
338 {"matrix": [4, 16], "x": 16.5, "y": 4.5},
339 {"matrix": [4, 17], "x": 17.5, "y": 4.5},
340 {"matrix": [4, 18], "x": 18.5, "y": 4.5},
341 {"matrix": [4, 19], "x": 19.5, "y": 4.5},
342 {"matrix": [4, 20], "x": 20.5, "y": 4.5, "w": 1.5},
343 {"matrix": [4, 22], "x": 22, "y": 4.5, "w": 1.5},
344 {"matrix": [4, 23], "x": 23.5, "y": 4.5},
345 {"matrix": [4, 24], "x": 25, "y": 4.5},
346 {"matrix": [4, 25], "x": 26, "y": 4.5},
347 {"matrix": [4, 26], "x": 27, "y": 4.5},
348 {"matrix": [4, 27], "x": 28, "y": 4.5},
349 {"matrix": [5, 0], "x": 0, "y": 5.5},
350 {"matrix": [5, 1], "x": 1, "y": 5.5},
351 {"matrix": [5, 2], "x": 2, "y": 5.5},
352 {"matrix": [5, 3], "x": 3, "y": 5.5},
353 {"matrix": [5, 4], "x": 4.5, "y": 5.5, "w": 1.5},
354 {"matrix": [5, 6], "x": 6, "y": 5.5, "w": 1.5},
355 {"matrix": [5, 7], "x": 7.5, "y": 5.5, "w": 1.5},
356 {"matrix": [5, 9], "x": 9, "y": 5.5},
357 {"matrix": [5, 10], "x": 10, "y": 5.5},
358 {"matrix": [5, 11], "x": 11, "y": 5.5},
359 {"matrix": [5, 12], "x": 12, "y": 5.5},
360 {"matrix": [5, 13], "x": 13, "y": 5.5},
361 {"matrix": [5, 14], "x": 14, "y": 5.5},
362 {"matrix": [5, 15], "x": 15, "y": 5.5},
363 {"matrix": [5, 16], "x": 16, "y": 5.5},
364 {"matrix": [5, 17], "x": 17, "y": 5.5},
365 {"matrix": [5, 18], "x": 18, "y": 5.5},
366 {"matrix": [5, 19], "x": 19, "y": 5.5},
367 {"matrix": [5, 20], "x": 20, "y": 5.5, "w": 1.5},
368 {"matrix": [5, 21], "x": 21.5, "y": 5.5, "w": 1.5},
369 {"matrix": [5, 23], "x": 23, "y": 5.5, "w": 1.5},
370 {"matrix": [5, 24], "x": 25, "y": 5.5},
371 {"matrix": [5, 25], "x": 26, "y": 5.5},
372 {"matrix": [5, 26], "x": 27, "y": 5.5},
373 {"matrix": [5, 27], "x": 28, "y": 5.5},
374 {"matrix": [6, 0], "x": 0, "y": 6.5},
375 {"matrix": [6, 1], "x": 1, "y": 6.5},
376 {"matrix": [6, 2], "x": 2, "y": 6.5},
377 {"matrix": [6, 3], "x": 3, "y": 6.5},
378 {"matrix": [6, 4], "x": 4.5, "y": 6.5},
379 {"matrix": [6, 5], "x": 5.5, "y": 6.5},
380 {"matrix": [6, 6], "x": 6.5, "y": 6.5, "w": 1.5},
381 {"matrix": [6, 8], "x": 8, "y": 6.5, "w": 1.5},
382 {"matrix": [6, 9], "x": 9.5, "y": 6.5},
383 {"matrix": [6, 10], "x": 10.5, "y": 6.5},
384 {"matrix": [6, 11], "x": 11.5, "y": 6.5},
385 {"matrix": [6, 12], "x": 12.5, "y": 6.5},
386 {"matrix": [6, 13], "x": 13.5, "y": 6.5},
387 {"matrix": [6, 14], "x": 14.5, "y": 6.5},
388 {"matrix": [6, 15], "x": 15.5, "y": 6.5},
389 {"matrix": [6, 16], "x": 16.5, "y": 6.5},
390 {"matrix": [6, 17], "x": 17.5, "y": 6.5},
391 {"matrix": [6, 18], "x": 18.5, "y": 6.5},
392 {"matrix": [6, 19], "x": 19.5, "y": 6.5, "w": 1.5},
393 {"matrix": [6, 21], "x": 21, "y": 6.5, "w": 1.5},
394 {"matrix": [6, 22], "x": 22.5, "y": 6.5},
395 {"matrix": [6, 23], "x": 23.5, "y": 6.5},
396 {"matrix": [6, 24], "x": 25, "y": 6.5},
397 {"matrix": [6, 25], "x": 26, "y": 6.5},
398 {"matrix": [6, 26], "x": 27, "y": 6.5},
399 {"matrix": [6, 27], "x": 28, "y": 6.5},
400 {"matrix": [7, 0], "x": 0, "y": 7.5},
401 {"matrix": [7, 1], "x": 1, "y": 7.5},
402 {"matrix": [7, 2], "x": 2, "y": 7.5},
403 {"matrix": [7, 3], "x": 3, "y": 7.5},
404 {"matrix": [7, 4], "x": 4.5, "y": 7.5},
405 {"matrix": [7, 5], "x": 5.5, "y": 7.5},
406 {"matrix": [7, 6], "x": 6.5, "y": 7.5},
407 {"matrix": [7, 7], "x": 7.5, "y": 7.5},
408 {"matrix": [7, 8], "x": 8.5, "y": 7.5, "w": 1.5},
409 {"matrix": [7, 10], "x": 10, "y": 7.5},
410 {"matrix": [7, 11], "x": 11, "y": 7.5, "w": 1.5},
411 {"matrix": [7, 12], "x": 12.5, "y": 7.5, "w": 1.5},
412 {"matrix": [7, 14], "x": 14, "y": 7.5},
413 {"matrix": [7, 15], "x": 15, "y": 7.5, "w": 1.5},
414 {"matrix": [7, 16], "x": 16.5, "y": 7.5, "w": 1.5},
415 {"matrix": [7, 18], "x": 18, "y": 7.5},
416 {"matrix": [7, 19], "x": 19, "y": 7.5, "w": 1.5},
417 {"matrix": [7, 20], "x": 20.5, "y": 7.5},
418 {"matrix": [7, 21], "x": 21.5, "y": 7.5},
419 {"matrix": [7, 22], "x": 22.5, "y": 7.5},
420 {"matrix": [7, 23], "x": 23.5, "y": 7.5},
421 {"matrix": [7, 24], "x": 25, "y": 7.5},
422 {"matrix": [7, 25], "x": 26, "y": 7.5},
423 {"matrix": [7, 26], "x": 27, "y": 7.5},
424 {"matrix": [7, 27], "x": 28, "y": 7.5},
425 {"matrix": [7, 13], "x": 11, "y": 8.5, "w": 7}
426 ]
427 }
428 }
429}
diff --git a/keyboards/yiancardesigns/hyper7/v4/keymaps/default/keymap.c b/keyboards/yiancardesigns/hyper7/v4/keymaps/default/keymap.c
new file mode 100644
index 0000000000..3b2a333ac3
--- /dev/null
+++ b/keyboards/yiancardesigns/hyper7/v4/keymaps/default/keymap.c
@@ -0,0 +1,111 @@
1// Copyright 2025 Yiancar-Designs, Bit-Shifter
2// SPDX-License-Identifier: GPL-2.0-or-later
3#include QMK_KEYBOARD_H
4
5enum my_keycodes {
6 MACRO = QK_USER_0,
7 QUOTE,
8 CLRIN,
9 SQUAR,
10 CIRCL,
11 TRIAN,
12 DIAMO,
13 WRITE,
14 TTY,
15 PLUSM,
16 MODE,
17};
18
19bool process_record_user(uint16_t keycode, keyrecord_t *record) {
20 switch (keycode) {
21 case MACRO:
22 if (record->event.pressed) {
23 // when keycode MACRO is pressed
24 SEND_STRING("Hyper7 is the best thing ever!");
25 }
26 break;
27 case QUOTE:
28 if (record->event.pressed) {
29 // when keycode QUOTE is pressed
30 SEND_STRING("\"\"" SS_TAP(X_LEFT));
31 }
32 break;
33 case CLRIN:
34 if (record->event.pressed) {
35 // when keycode CLRIN is pressed
36 SEND_STRING(SS_LCTL("a") SS_TAP(X_DEL));
37 }
38 break;
39 case SQUAR:
40 if (record->event.pressed) {
41 // when keycode SQUAR is pressed
42 SEND_STRING("I like squares");
43 }
44 break;
45 case CIRCL:
46 if (record->event.pressed) {
47 // when keycode CIRCL is pressed
48 SEND_STRING("I like circles");
49 }
50 break;
51 case TRIAN:
52 if (record->event.pressed) {
53 // when keycode TRIAN is pressed
54 SEND_STRING("I like the illuminati");
55 }
56 break;
57 case DIAMO:
58 if (record->event.pressed) {
59 // when keycode DIAMO is pressed
60 SEND_STRING("Everyone likes diamonds");
61 }
62 break;
63 case WRITE:
64 if (record->event.pressed) {
65 // when keycode WRITE is pressed
66 SEND_STRING(SS_LGUI("x") "notepad" SS_TAP(X_ENT));
67 }
68 break;
69 case TTY:
70 if (record->event.pressed) {
71 // when keycode TTY is pressed
72 SEND_STRING(SS_LGUI("x") "cmd" SS_TAP(X_ENT));
73 }
74 break;
75 case PLUSM:
76 if (record->event.pressed) {
77 // when keycode PLUSM is pressed
78 SEND_STRING("+-");
79 }
80 case MODE:
81 if (record->event.pressed) {
82 // when keycode MODE is pressed
83 SEND_STRING("Mode");
84 }
85 }
86 return true;
87};
88
89const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
90 [0] = LAYOUT_modern(
91 G(KC_F1), MACRO, RCS(KC_ESC), QUOTE, KC_INS, CLRIN, G(KC_D), C(KC_S), C(KC_C), A(KC_F4), KC_PAUS, C(KC_P), G(C(KC_Q)), LCA(KC_DEL),
92 G(KC_X), KC_WHOM, G(KC_PAUS), C(KC_R), A(KC_TAB), SQUAR, CIRCL, TRIAN, DIAMO, C(KC_Y), LAG(KC_R), RCS(KC_ESC), G(KC_L), KC_CAPS,
93 KC_F1, KC_F2, A(KC_F4), G(KC_R), KC_ESC, KC_QUES, KC_EXLM, KC_AT, KC_AT, KC_AT, KC_AT, KC_GRV, KC_GRV, KC_GRV, KC_GRV, KC_UNDS, KC_LABK, KC_RABK, KC_PIPE, KC_LCBR, KC_RCBR, C(KC_ENT), KC_CIRC, KC_PERC, KC_HASH, KC_DLR,
94 KC_F3, KC_F4, C(KC_F), WRITE, LSFT(KC_N), PLUSM, KC_TILD, 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_NUBS, KC_LBRC, KC_RBRC, C(KC_Z), KC_PMNS, KC_PSLS, KC_PAST, KC_PMNS,
95 KC_F5, KC_F6, C(KC_M), C(KC_Z), C(KC_V), C(KC_X), KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LCBR, KC_RCBR, KC_BSPC, KC_CLEAR, C(KC_HOME),KC_P7, KC_P8, KC_P9, KC_PPLS,
96 KC_F7, KC_F8, C(KC_A), KC_F12, MO(1), MODE, KC_PGUP, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_COLN, KC_QUOT, KC_ENT, KC_HOME, KC_PGDN, KC_P4, KC_P5, KC_P6, KC_AMPR,
97 KC_F9, KC_F10, TTY, G(KC_L), C(KC_HOME),KC_END, G(KC_DOT), KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, G(KC_DOT), KC_UP, KC_LGUI, KC_P1, KC_P2, KC_P3, KC_EQL,
98 KC_F11, KC_F12, KC_HOME, C(KC_END), C(KC_LEFT),C(KC_RGHT),G(KC_DOWN),KC_HYPR, KC_LALT, KC_SPC, KC_RGUI, KC_HYPR, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT, KC_DEL, KC_P0, KC_PDOT, KC_ENTER
99 ),
100 [1] = LAYOUT_modern(
101 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
102 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
103 _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
104
105 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
106 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
107 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
108 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
109 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
110 ),
111};
diff --git a/keyboards/yiancardesigns/hyper7/v4/readme.md b/keyboards/yiancardesigns/hyper7/v4/readme.md
new file mode 100644
index 0000000000..264ee7d578
--- /dev/null
+++ b/keyboards/yiancardesigns/hyper7/v4/readme.md
@@ -0,0 +1,25 @@
1# Hyper7 v4
2
3This is a very big pcb... It supports VIA.
4
5* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar)
6* Hardware Supported: A very big keyboard with STM32F072RB
7* Hardware Availability: https://mechboards.co.uk/
8
9Make example for this keyboard (after setting up your build environment):
10
11 make yiancardesigns/hyper7/v4:default
12
13Flashing example for this keyboard:
14
15 make yiancardesigns/hyper7/v4:default:flash
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).
18
19## Bootloader
20
21Enter the bootloader in 3 ways:
22
23* **Bootmagic reset**: Hold down the key at (3,0) in the matrix (F3) and plug in the keyboard
24* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
25* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available