summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-12-24 06:31:22 +0000
committerQMK Bot <hello@qmk.fm>2023-12-24 06:31:22 +0000
commit03848bb3aae551b11dd3da5ee33a41f2f1543a33 (patch)
tree20c8f2becc060a0c675bfb6c8e00dd32ff295cb7
parent5cf08881973d2343feddcb29874a00980bbc12c0 (diff)
parent15ed59cacc8356b4e9d27113f423c503b613e4c5 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/sawnsprojects/re65/info.json370
-rw-r--r--keyboards/sawnsprojects/re65/keymaps/default/keymap.c57
-rw-r--r--keyboards/sawnsprojects/re65/keymaps/default/rules.mk1
-rw-r--r--keyboards/sawnsprojects/re65/keymaps/via/keymap.c57
-rw-r--r--keyboards/sawnsprojects/re65/keymaps/via/rules.mk2
-rw-r--r--keyboards/sawnsprojects/re65/readme.md26
-rw-r--r--keyboards/sawnsprojects/re65/rules.mk1
7 files changed, 514 insertions, 0 deletions
diff --git a/keyboards/sawnsprojects/re65/info.json b/keyboards/sawnsprojects/re65/info.json
new file mode 100644
index 0000000000..45e874db6d
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/info.json
@@ -0,0 +1,370 @@
1{
2 "keyboard_name": "RE65",
3 "maintainer": "Salane",
4 "manufacturer": "Mai The San",
5 "url": "",
6 "processor": "RP2040",
7 "bootloader": "rp2040",
8 "usb": {
9 "vid": "0x534C",
10 "pid": "0x0C65",
11 "device_version": "0.0.1"
12 },
13 "features": {
14 "bootmagic": true,
15 "mousekey": true,
16 "extrakey": true,
17 "console": false,
18 "command": false,
19 "nkro": true,
20 "rgblight": true,
21 "encoder": true
22 },
23 "diode_direction": "COL2ROW",
24 "matrix_pins": {
25 "rows": ["GP27", "GP26", "GP25", "GP29", "GP4"],
26 "cols": ["GP20", "GP19", "GP18", "GP24", "GP23", "GP22", "GP17", "GP28", "GP2", "GP3", "GP12", "GP11", "GP10", "GP9", "GP8"]
27 },
28 "encoder": {
29 "rotary": [
30 {"pin_a": "GP5", "pin_b": "GP6"}
31 ]
32 },
33 "rgblight": {
34 "led_count": 32,
35 "saturation_steps": 8,
36 "brightness_steps": 8,
37 "sleep": true,
38 "animations": {
39 "alternating": true,
40 "breathing": true,
41 "christmas": true,
42 "knight": true,
43 "rainbow_mood": true,
44 "rainbow_swirl": true,
45 "rgb_test": true,
46 "snake": true,
47 "static_gradient": true,
48 "twinkle": true
49 }
50 },
51 "ws2812": {
52 "pin": "GP21",
53 "driver": "vendor"
54 },
55 "community_layouts": ["65_ansi_blocker","65_ansi_blocker_split_bs","65_ansi_blocker_tsangan","65_ansi_blocker_tsangan_split_bs"],
56 "layouts": {
57 "LAYOUT_65_ansi_blocker_split_bs": {
58 "layout": [
59 {"matrix": [0, 0], "x": 0, "y": 0},
60 {"matrix": [0, 1], "x": 1, "y": 0},
61 {"matrix": [0, 2], "x": 2, "y": 0},
62 {"matrix": [0, 3], "x": 3, "y": 0},
63 {"matrix": [0, 4], "x": 4, "y": 0},
64 {"matrix": [0, 5], "x": 5, "y": 0},
65 {"matrix": [0, 6], "x": 6, "y": 0},
66 {"matrix": [0, 7], "x": 7, "y": 0},
67 {"matrix": [0, 8], "x": 8, "y": 0},
68 {"matrix": [0, 9], "x": 9, "y": 0},
69 {"matrix": [0, 10], "x": 10, "y": 0},
70 {"matrix": [0, 11], "x": 11, "y": 0},
71 {"matrix": [0, 12], "x": 12, "y": 0},
72 {"matrix": [0, 13], "x": 13, "y": 0},
73 {"matrix": [2, 13], "x": 14, "y": 0},
74 {"matrix": [0, 14], "x": 15, "y": 0},
75
76 {"matrix": [1, 0], "w": 1.5, "x": 0, "y": 1},
77 {"matrix": [1, 1], "x": 1.5, "y": 1},
78 {"matrix": [1, 2], "x": 2.5, "y": 1},
79 {"matrix": [1, 3], "x": 3.5, "y": 1},
80 {"matrix": [1, 4], "x": 4.5, "y": 1},
81 {"matrix": [1, 5], "x": 5.5, "y": 1},
82 {"matrix": [1, 6], "x": 6.5, "y": 1},
83 {"matrix": [1, 7], "x": 7.5, "y": 1},
84 {"matrix": [1, 8], "x": 8.5, "y": 1},
85 {"matrix": [1, 9], "x": 9.5, "y": 1},
86 {"matrix": [1, 10], "x": 10.5, "y": 1},
87 {"matrix": [1, 11], "x": 11.5, "y": 1},
88 {"matrix": [1, 12], "x": 12.5, "y": 1},
89 {"matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1},
90 {"matrix": [1, 14], "x": 15, "y": 1},
91
92 {"matrix": [2, 0], "w": 1.75, "x": 0, "y": 2},
93 {"matrix": [2, 1], "x": 1.75, "y": 2},
94 {"matrix": [2, 2], "x": 2.75, "y": 2},
95 {"matrix": [2, 3], "x": 3.75, "y": 2},
96 {"matrix": [2, 4], "x": 4.75, "y": 2},
97 {"matrix": [2, 5], "x": 5.75, "y": 2},
98 {"matrix": [2, 6], "x": 6.75, "y": 2},
99 {"matrix": [2, 7], "x": 7.75, "y": 2},
100 {"matrix": [2, 8], "x": 8.75, "y": 2},
101 {"matrix": [2, 9], "x": 9.75, "y": 2},
102 {"matrix": [2, 10], "x": 10.75, "y": 2},
103 {"matrix": [2, 11], "x": 11.75, "y": 2},
104 {"matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2},
105 {"matrix": [2, 14], "x": 15, "y": 2},
106
107 {"matrix": [3, 0], "w": 2.25, "x": 0, "y": 3},
108 {"matrix": [3, 2], "x": 2.25, "y": 3},
109 {"matrix": [3, 3], "x": 3.25, "y": 3},
110 {"matrix": [3, 4], "x": 4.25, "y": 3},
111 {"matrix": [3, 5], "x": 5.25, "y": 3},
112 {"matrix": [3, 6], "x": 6.25, "y": 3},
113 {"matrix": [3, 7], "x": 7.25, "y": 3},
114 {"matrix": [3, 8], "x": 8.25, "y": 3},
115 {"matrix": [3, 9], "x": 9.25, "y": 3},
116 {"matrix": [3, 10], "x": 10.25, "y": 3},
117 {"matrix": [3, 11], "x": 11.25, "y": 3},
118 {"matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3},
119 {"matrix": [3, 13], "x": 14, "y": 3},
120 {"matrix": [3, 14], "x": 15, "y": 3},
121
122 {"matrix": [4, 0], "w": 1.25, "x": 0, "y": 4},
123 {"matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4},
124 {"matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4},
125
126 {"matrix": [4, 6], "w": 6.25, "x": 3.75, "y": 4},
127
128 {"matrix": [4, 10], "w": 1.25, "x": 10, "y": 4},
129 {"matrix": [4, 11], "w": 1.25, "x": 11.25, "y": 4},
130
131 {"matrix": [4, 12], "x": 13, "y": 4},
132 {"matrix": [4, 13], "x": 14, "y": 4},
133 {"matrix": [4, 14], "x": 15, "y": 4}
134 ]
135 },
136 "LAYOUT_65_ansi_blocker": {
137 "layout": [
138 {"matrix": [0, 0], "x": 0, "y": 0},
139 {"matrix": [0, 1], "x": 1, "y": 0},
140 {"matrix": [0, 2], "x": 2, "y": 0},
141 {"matrix": [0, 3], "x": 3, "y": 0},
142 {"matrix": [0, 4], "x": 4, "y": 0},
143 {"matrix": [0, 5], "x": 5, "y": 0},
144 {"matrix": [0, 6], "x": 6, "y": 0},
145 {"matrix": [0, 7], "x": 7, "y": 0},
146 {"matrix": [0, 8], "x": 8, "y": 0},
147 {"matrix": [0, 9], "x": 9, "y": 0},
148 {"matrix": [0, 10], "x": 10, "y": 0},
149 {"matrix": [0, 11], "x": 11, "y": 0},
150 {"matrix": [0, 12], "x": 12, "y": 0},
151 {"matrix": [0, 13], "w": 2, "x": 13, "y": 0},
152 {"matrix": [0, 14], "x": 15, "y": 0},
153
154 {"matrix": [1, 0], "w": 1.5, "x": 0, "y": 1},
155 {"matrix": [1, 1], "x": 1.5, "y": 1},
156 {"matrix": [1, 2], "x": 2.5, "y": 1},
157 {"matrix": [1, 3], "x": 3.5, "y": 1},
158 {"matrix": [1, 4], "x": 4.5, "y": 1},
159 {"matrix": [1, 5], "x": 5.5, "y": 1},
160 {"matrix": [1, 6], "x": 6.5, "y": 1},
161 {"matrix": [1, 7], "x": 7.5, "y": 1},
162 {"matrix": [1, 8], "x": 8.5, "y": 1},
163 {"matrix": [1, 9], "x": 9.5, "y": 1},
164 {"matrix": [1, 10], "x": 10.5, "y": 1},
165 {"matrix": [1, 11], "x": 11.5, "y": 1},
166 {"matrix": [1, 12], "x": 12.5, "y": 1},
167 {"matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1},
168 {"matrix": [1, 14], "x": 15, "y": 1},
169
170 {"matrix": [2, 0], "w": 1.75, "x": 0, "y": 2},
171 {"matrix": [2, 1], "x": 1.75, "y": 2},
172 {"matrix": [2, 2], "x": 2.75, "y": 2},
173 {"matrix": [2, 3], "x": 3.75, "y": 2},
174 {"matrix": [2, 4], "x": 4.75, "y": 2},
175 {"matrix": [2, 5], "x": 5.75, "y": 2},
176 {"matrix": [2, 6], "x": 6.75, "y": 2},
177 {"matrix": [2, 7], "x": 7.75, "y": 2},
178 {"matrix": [2, 8], "x": 8.75, "y": 2},
179 {"matrix": [2, 9], "x": 9.75, "y": 2},
180 {"matrix": [2, 10], "x": 10.75, "y": 2},
181 {"matrix": [2, 11], "x": 11.75, "y": 2},
182 {"matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2},
183 {"matrix": [2, 14], "x": 15, "y": 2},
184
185 {"matrix": [3, 0], "w": 2.25, "x": 0, "y": 3},
186 {"matrix": [3, 2], "x": 2.25, "y": 3},
187 {"matrix": [3, 3], "x": 3.25, "y": 3},
188 {"matrix": [3, 4], "x": 4.25, "y": 3},
189 {"matrix": [3, 5], "x": 5.25, "y": 3},
190 {"matrix": [3, 6], "x": 6.25, "y": 3},
191 {"matrix": [3, 7], "x": 7.25, "y": 3},
192 {"matrix": [3, 8], "x": 8.25, "y": 3},
193 {"matrix": [3, 9], "x": 9.25, "y": 3},
194 {"matrix": [3, 10], "x": 10.25, "y": 3},
195 {"matrix": [3, 11], "x": 11.25, "y": 3},
196 {"matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3},
197 {"matrix": [3, 13], "x": 14, "y": 3},
198 {"matrix": [3, 14], "x": 15, "y": 3},
199
200 {"matrix": [4, 0], "w": 1.25, "x": 0, "y": 4},
201 {"matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4},
202 {"matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4},
203
204 {"matrix": [4, 6], "w": 6.25, "x": 3.75, "y": 4},
205
206 {"matrix": [4, 10], "w": 1.25, "x": 10, "y": 4},
207 {"matrix": [4, 11], "w": 1.25, "x": 11.25, "y": 4},
208
209 {"matrix": [4, 12], "x": 13, "y": 4},
210 {"matrix": [4, 13], "x": 14, "y": 4},
211 {"matrix": [4, 14], "x": 15, "y": 4}
212 ]
213 },
214 "LAYOUT_65_ansi_blocker_tsangan": {
215 "layout": [
216 {"matrix": [0, 0], "x": 0, "y": 0},
217 {"matrix": [0, 1], "x": 1, "y": 0},
218 {"matrix": [0, 2], "x": 2, "y": 0},
219 {"matrix": [0, 3], "x": 3, "y": 0},
220 {"matrix": [0, 4], "x": 4, "y": 0},
221 {"matrix": [0, 5], "x": 5, "y": 0},
222 {"matrix": [0, 6], "x": 6, "y": 0},
223 {"matrix": [0, 7], "x": 7, "y": 0},
224 {"matrix": [0, 8], "x": 8, "y": 0},
225 {"matrix": [0, 9], "x": 9, "y": 0},
226 {"matrix": [0, 10], "x": 10, "y": 0},
227 {"matrix": [0, 11], "x": 11, "y": 0},
228 {"matrix": [0, 12], "x": 12, "y": 0},
229 {"matrix": [0, 13], "w": 2, "x": 13, "y": 0},
230 {"matrix": [0, 14], "x": 15, "y": 0},
231
232 {"matrix": [1, 0], "w": 1.5, "x": 0, "y": 1},
233 {"matrix": [1, 1], "x": 1.5, "y": 1},
234 {"matrix": [1, 2], "x": 2.5, "y": 1},
235 {"matrix": [1, 3], "x": 3.5, "y": 1},
236 {"matrix": [1, 4], "x": 4.5, "y": 1},
237 {"matrix": [1, 5], "x": 5.5, "y": 1},
238 {"matrix": [1, 6], "x": 6.5, "y": 1},
239 {"matrix": [1, 7], "x": 7.5, "y": 1},
240 {"matrix": [1, 8], "x": 8.5, "y": 1},
241 {"matrix": [1, 9], "x": 9.5, "y": 1},
242 {"matrix": [1, 10], "x": 10.5, "y": 1},
243 {"matrix": [1, 11], "x": 11.5, "y": 1},
244 {"matrix": [1, 12], "x": 12.5, "y": 1},
245 {"matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1},
246 {"matrix": [1, 14], "x": 15, "y": 1},
247
248 {"matrix": [2, 0], "w": 1.75, "x": 0, "y": 2},
249 {"matrix": [2, 1], "x": 1.75, "y": 2},
250 {"matrix": [2, 2], "x": 2.75, "y": 2},
251 {"matrix": [2, 3], "x": 3.75, "y": 2},
252 {"matrix": [2, 4], "x": 4.75, "y": 2},
253 {"matrix": [2, 5], "x": 5.75, "y": 2},
254 {"matrix": [2, 6], "x": 6.75, "y": 2},
255 {"matrix": [2, 7], "x": 7.75, "y": 2},
256 {"matrix": [2, 8], "x": 8.75, "y": 2},
257 {"matrix": [2, 9], "x": 9.75, "y": 2},
258 {"matrix": [2, 10], "x": 10.75, "y": 2},
259 {"matrix": [2, 11], "x": 11.75, "y": 2},
260 {"matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2},
261 {"matrix": [2, 14], "x": 15, "y": 2},
262
263 {"matrix": [3, 0], "w": 2.25, "x": 0, "y": 3},
264 {"matrix": [3, 2], "x": 2.25, "y": 3},
265 {"matrix": [3, 3], "x": 3.25, "y": 3},
266 {"matrix": [3, 4], "x": 4.25, "y": 3},
267 {"matrix": [3, 5], "x": 5.25, "y": 3},
268 {"matrix": [3, 6], "x": 6.25, "y": 3},
269 {"matrix": [3, 7], "x": 7.25, "y": 3},
270 {"matrix": [3, 8], "x": 8.25, "y": 3},
271 {"matrix": [3, 9], "x": 9.25, "y": 3},
272 {"matrix": [3, 10], "x": 10.25, "y": 3},
273 {"matrix": [3, 11], "x": 11.25, "y": 3},
274 {"matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3},
275 {"matrix": [3, 13], "x": 14, "y": 3},
276 {"matrix": [3, 14], "x": 15, "y": 3},
277
278 {"matrix": [4, 0], "w": 1.5, "x": 0, "y": 4},
279 {"matrix": [4, 1], "x": 1.5, "y": 4},
280 {"matrix": [4, 2], "w": 1.5, "x": 2.5, "y": 4},
281
282 {"matrix": [4, 6], "w": 7, "x": 4, "y": 4},
283
284 {"matrix": [4, 11], "w": 1.5, "x": 11, "y": 4},
285
286 {"matrix": [4, 12], "x": 13, "y": 4},
287 {"matrix": [4, 13], "x": 14, "y": 4},
288 {"matrix": [4, 14], "x": 15, "y": 4}
289 ]
290 },
291 "LAYOUT_65_ansi_blocker_tsangan_split_bs": {
292 "layout": [
293 {"matrix": [0, 0], "x": 0, "y": 0},
294 {"matrix": [0, 1], "x": 1, "y": 0},
295 {"matrix": [0, 2], "x": 2, "y": 0},
296 {"matrix": [0, 3], "x": 3, "y": 0},
297 {"matrix": [0, 4], "x": 4, "y": 0},
298 {"matrix": [0, 5], "x": 5, "y": 0},
299 {"matrix": [0, 6], "x": 6, "y": 0},
300 {"matrix": [0, 7], "x": 7, "y": 0},
301 {"matrix": [0, 8], "x": 8, "y": 0},
302 {"matrix": [0, 9], "x": 9, "y": 0},
303 {"matrix": [0, 10], "x": 10, "y": 0},
304 {"matrix": [0, 11], "x": 11, "y": 0},
305 {"matrix": [0, 12], "x": 12, "y": 0},
306 {"matrix": [0, 13], "x": 13, "y": 0},
307 {"matrix": [2, 13], "x": 14, "y": 0},
308 {"matrix": [0, 14], "x": 15, "y": 0},
309
310 {"matrix": [1, 0], "w": 1.5, "x": 0, "y": 1},
311 {"matrix": [1, 1], "x": 1.5, "y": 1},
312 {"matrix": [1, 2], "x": 2.5, "y": 1},
313 {"matrix": [1, 3], "x": 3.5, "y": 1},
314 {"matrix": [1, 4], "x": 4.5, "y": 1},
315 {"matrix": [1, 5], "x": 5.5, "y": 1},
316 {"matrix": [1, 6], "x": 6.5, "y": 1},
317 {"matrix": [1, 7], "x": 7.5, "y": 1},
318 {"matrix": [1, 8], "x": 8.5, "y": 1},
319 {"matrix": [1, 9], "x": 9.5, "y": 1},
320 {"matrix": [1, 10], "x": 10.5, "y": 1},
321 {"matrix": [1, 11], "x": 11.5, "y": 1},
322 {"matrix": [1, 12], "x": 12.5, "y": 1},
323 {"matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1},
324 {"matrix": [1, 14], "x": 15, "y": 1},
325
326 {"matrix": [2, 0], "w": 1.75, "x": 0, "y": 2},
327 {"matrix": [2, 1], "x": 1.75, "y": 2},
328 {"matrix": [2, 2], "x": 2.75, "y": 2},
329 {"matrix": [2, 3], "x": 3.75, "y": 2},
330 {"matrix": [2, 4], "x": 4.75, "y": 2},
331 {"matrix": [2, 5], "x": 5.75, "y": 2},
332 {"matrix": [2, 6], "x": 6.75, "y": 2},
333 {"matrix": [2, 7], "x": 7.75, "y": 2},
334 {"matrix": [2, 8], "x": 8.75, "y": 2},
335 {"matrix": [2, 9], "x": 9.75, "y": 2},
336 {"matrix": [2, 10], "x": 10.75, "y": 2},
337 {"matrix": [2, 11], "x": 11.75, "y": 2},
338 {"matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2},
339 {"matrix": [2, 14], "x": 15, "y": 2},
340
341 {"matrix": [3, 0], "w": 2.25, "x": 0, "y": 3},
342 {"matrix": [3, 2], "x": 2.25, "y": 3},
343 {"matrix": [3, 3], "x": 3.25, "y": 3},
344 {"matrix": [3, 4], "x": 4.25, "y": 3},
345 {"matrix": [3, 5], "x": 5.25, "y": 3},
346 {"matrix": [3, 6], "x": 6.25, "y": 3},
347 {"matrix": [3, 7], "x": 7.25, "y": 3},
348 {"matrix": [3, 8], "x": 8.25, "y": 3},
349 {"matrix": [3, 9], "x": 9.25, "y": 3},
350 {"matrix": [3, 10], "x": 10.25, "y": 3},
351 {"matrix": [3, 11], "x": 11.25, "y": 3},
352 {"matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3},
353 {"matrix": [3, 13], "x": 14, "y": 3},
354 {"matrix": [3, 14], "x": 15, "y": 3},
355
356 {"matrix": [4, 0], "w": 1.5, "x": 0, "y": 4},
357 {"matrix": [4, 1], "x": 1.5, "y": 4},
358 {"matrix": [4, 2], "w": 1.5, "x": 2.5, "y": 4},
359
360 {"matrix": [4, 6], "w": 7, "x": 4, "y": 4},
361
362 {"matrix": [4, 11], "w": 1.5, "x": 11, "y": 4},
363
364 {"matrix": [4, 12], "x": 13, "y": 4},
365 {"matrix": [4, 13], "x": 14, "y": 4},
366 {"matrix": [4, 14], "x": 15, "y": 4}
367 ]
368 }
369 }
370}
diff --git a/keyboards/sawnsprojects/re65/keymaps/default/keymap.c b/keyboards/sawnsprojects/re65/keymaps/default/keymap.c
new file mode 100644
index 0000000000..6dc79fead3
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/keymaps/default/keymap.c
@@ -0,0 +1,57 @@
1// Copyright 2023 MaiTheSan (@maithesan)
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#include QMK_KEYBOARD_H
5enum {
6 _BASE,
7 _FN1
8};
9
10const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
11/* Base Layer
12 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
13 * │Esc│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ Bckspc│Hom│
14 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
15 * │Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│| \│PgU│
16 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
17 * │HyCaps│ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│" '│ Enter│PgD│
18 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
19 * │Shift │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│ Shift│ Up│End│
20 * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
21 * │Ctrl│ Opt│ Cmd│ Space │Cmd │FnPy│ │Lef│Dow│Rig│
22 * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
23 */
24[_BASE] = LAYOUT_65_ansi_blocker(
25 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_HOME,
26 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_PGUP,
27 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_PGDN,
28 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, KC_END,
29 KC_LCTL, KC_LOPT, KC_LCMD, KC_SPC, KC_RCMD, MO(_FN1), KC_LEFT, KC_DOWN, KC_RGHT
30),
31/* Function Layer
32 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
33 * │` ~│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│ Delete│SlD│
34 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
35 * │RMod │RH+│RS+│RV+│AS+│ │ │ │ │ │F13│F14│F15│ LHP │VlU│
36 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
37 * │RTgl │RH-│RS-│RV-│AS-│ │ │ │ │ │ │ │ │VlD│
38 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
39 * │ │LYR│Thm│ │ │RST│ │Mke│Prv│Nxt│Ply│ │PgU│Mut│
40 * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
41 * │ │ │ │ │ │ │ │Hom│PgD│End│
42 * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
43 */
44[_FN1] = LAYOUT_65_ansi_blocker(
45 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_DEL, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_F13, KC_F14, KC_F15, _______, KC_VOLU,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD,
48 _______, _______, _______, _______, _______, QK_BOOT, _______, _______, KC_MPRV, KC_MNXT, KC_MPLY, _______, KC_PGUP, KC_MUTE,
49 _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
50),
51};
52#if defined(ENCODER_MAP_ENABLE)
53const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
54 [_BASE] = { ENCODER_CCW_CW(KC_PGDN, KC_PGUP) },
55 [_FN1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }
56};
57#endif // ENCODER_MAP_ENABLE
diff --git a/keyboards/sawnsprojects/re65/keymaps/default/rules.mk b/keyboards/sawnsprojects/re65/keymaps/default/rules.mk
new file mode 100644
index 0000000000..a40474b4d5
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/keymaps/default/rules.mk
@@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/sawnsprojects/re65/keymaps/via/keymap.c b/keyboards/sawnsprojects/re65/keymaps/via/keymap.c
new file mode 100644
index 0000000000..55581a8419
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/keymaps/via/keymap.c
@@ -0,0 +1,57 @@
1// Copyright 2023 MaiTheSan (@maithesan)
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#include QMK_KEYBOARD_H
5enum {
6 _BASE,
7 _FN1,
8};
9
10const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
11/* Base Layer
12 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
13 * │Esc│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│Bsp│Bsp│Hom│
14 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
15 * │Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│| \│PgU│
16 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
17 * │HyCaps│ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│" '│ Enter│PgD│
18 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
19 * │Shift │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│ Shift│ Up│End│
20 * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
21 * │Ctrl│ Opt│ Cmd│ Space │Cmd │FnPy│ │Lef│Dow│Rig│
22 * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
23 */
24[_BASE] = LAYOUT_65_ansi_blocker_split_bs(
25 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_BSPC, KC_HOME,
26 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_PGUP,
27 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_PGDN,
28 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, KC_END,
29 KC_LCTL, KC_LOPT, KC_LCMD, KC_SPC, KC_RCMD, MO(_FN1), KC_LEFT, KC_DOWN, KC_RGHT
30),
31/* Function Layer
32 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
33 * │` ~│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│Del│ │ │
34 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
35 * │RMod │RH+│RS+│RV+│AS+│ │ │ │ │ │F13│F14│F15│ LHP │VlU│
36 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
37 * │RTgl │RH-│RS-│RV-│AS-│ │ │ │ │ │ │ │ │VlD│
38 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
39 * │ │LYR│Thm│ │ │RST│ │Mke│Prv│Nxt│Ply│ │PgU│Mut│
40 * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
41 * │ │ │ │ │ │ │ │Hom│PgD│End│
42 * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
43 */
44[_FN1] = LAYOUT_65_ansi_blocker_split_bs(
45 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_DEL, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_F13, KC_F14, KC_F15, _______, KC_VOLU,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD,
48 _______, _______, _______, _______, _______, QK_BOOT, _______, _______, KC_MPRV, KC_MNXT, KC_MPLY, _______, KC_PGUP, KC_MUTE,
49 _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
50),
51};
52#if defined(ENCODER_MAP_ENABLE)
53const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
54 [_BASE] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
55 [_FN1] = { ENCODER_CCW_CW(KC_BRID, KC_BRIU) },
56};
57#endif \ No newline at end of file
diff --git a/keyboards/sawnsprojects/re65/keymaps/via/rules.mk b/keyboards/sawnsprojects/re65/keymaps/via/rules.mk
new file mode 100644
index 0000000000..4253f570f0
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2ENCODER_MAP_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/sawnsprojects/re65/readme.md b/keyboards/sawnsprojects/re65/readme.md
new file mode 100644
index 0000000000..b02dfe592a
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/readme.md
@@ -0,0 +1,26 @@
1# RE65
2
3![RE65](https://i.imgur.com/bzeWSwwh.png)
4
5A Keyboard from Nuxros
6
7* Keyboard Maintainer: [Mai The San](https://github.com/maithesan)
8* Hardware Supported: RE65, KBD67 MKII
9* Hardware Availability: [Nuxros Store](https://nuxroskb.store/en/products/re65?variant=45628371370283)
10Make example for this keyboard (after setting up your build environment):
11
12 make sawnsprojects/re65:default
13
14Flashing example for this keyboard:
15
16 make sawnsprojects/re65:default:flash
17
18See 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).
19
20## Bootloader
21
22Enter the bootloader in 3 ways:
23
24* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
25* **Physical reset button**: Briefly short the `RST` and `GND` pads on the SWD header twice, or short the `BOOT` header and plug in keyboard
26* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/sawnsprojects/re65/rules.mk b/keyboards/sawnsprojects/re65/rules.mk
new file mode 100644
index 0000000000..7ff128fa69
--- /dev/null
+++ b/keyboards/sawnsprojects/re65/rules.mk
@@ -0,0 +1 @@
# This file intentionally left blank \ No newline at end of file