aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardrun
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boardrun')
-rw-r--r--keyboards/boardrun/bizarre/bizarre.c16
-rw-r--r--keyboards/boardrun/bizarre/bizarre.h78
-rw-r--r--keyboards/boardrun/bizarre/config.h83
-rw-r--r--keyboards/boardrun/bizarre/info.json394
-rw-r--r--keyboards/boardrun/bizarre/keymaps/default/keymap.c71
-rw-r--r--keyboards/boardrun/bizarre/keymaps/nopunin10did/keymap.c50
-rw-r--r--keyboards/boardrun/bizarre/keymaps/via/keymap.c81
-rw-r--r--keyboards/boardrun/bizarre/keymaps/via/rules.mk2
-rw-r--r--keyboards/boardrun/bizarre/readme.md23
-rw-r--r--keyboards/boardrun/bizarre/rules.mk18
-rw-r--r--keyboards/boardrun/classic/classic.c16
-rw-r--r--keyboards/boardrun/classic/classic.h33
-rw-r--r--keyboards/boardrun/classic/config.h83
-rw-r--r--keyboards/boardrun/classic/info.json86
-rw-r--r--keyboards/boardrun/classic/keymaps/default/keymap.c73
-rw-r--r--keyboards/boardrun/classic/keymaps/via/keymap.c77
-rw-r--r--keyboards/boardrun/classic/keymaps/via/rules.mk2
-rw-r--r--keyboards/boardrun/classic/readme.md23
-rw-r--r--keyboards/boardrun/classic/rules.mk18
19 files changed, 1227 insertions, 0 deletions
diff --git a/keyboards/boardrun/bizarre/bizarre.c b/keyboards/boardrun/bizarre/bizarre.c
new file mode 100644
index 000000000..10125f57b
--- /dev/null
+++ b/keyboards/boardrun/bizarre/bizarre.c
@@ -0,0 +1,16 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include "bizarre.h"
diff --git a/keyboards/boardrun/bizarre/bizarre.h b/keyboards/boardrun/bizarre/bizarre.h
new file mode 100644
index 000000000..656ab673b
--- /dev/null
+++ b/keyboards/boardrun/bizarre/bizarre.h
@@ -0,0 +1,78 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#pragma once
17
18#include "quantum.h"
19
20#define LAYOUT_all( \
21 k11, k12, k117, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, k116, \
22 k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, \
23 k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314, k315, \
24 k41, k42, k43, k44, k45, k46, k47, k57, k58, k48, k49, k410, k411, k412, k413, k415, \
25 k52, k55, k56, k59, k512, k514, k515, k516 \
26) \
27{ \
28 { k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, k116, k117 }, \
29 { k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, KC_NO, KC_NO }, \
30 { KC_NO, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314, k315, KC_NO, KC_NO }, \
31 { k41, k42, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, KC_NO, k415, KC_NO, KC_NO }, \
32 { KC_NO, k52, KC_NO, KC_NO, k55, k56, k57, k58, k59, KC_NO, KC_NO, k512, KC_NO, k514, k515, k516, KC_NO } \
33}
34
35#define LAYOUT_ansi( \
36 k11, k12, k117, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, \
37 k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, \
38 k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k315, \
39 k41, k43, k44, k45, k46, k47, k57, k58, k48, k49, k410, k411, k412, k413, k415, \
40 k52, k55, k56, k59, k512, k514, k515, k516 \
41) \
42{ \
43 { k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, KC_NO, k117 }, \
44 { k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, KC_NO, KC_NO }, \
45 { KC_NO, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, KC_NO, k315, KC_NO, KC_NO }, \
46 { k41, KC_NO, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, KC_NO, k415, KC_NO, KC_NO }, \
47 { KC_NO, k52, KC_NO, KC_NO, k55, k56, k57, k58, k59, KC_NO, KC_NO, k512, KC_NO, k514, k515, k516, KC_NO } \
48}
49
50#define LAYOUT_split_bs( \
51 k11, k12, k117, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, k116, \
52 k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, \
53 k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k315, \
54 k41, k43, k44, k45, k46, k47, k57, k58, k48, k49, k410, k411, k412, k413, k415, \
55 k52, k55, k56, k59, k512, k514, k515, k516 \
56) \
57{ \
58 { k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, k116, k117 }, \
59 { k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, k215, KC_NO, KC_NO }, \
60 { KC_NO, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, KC_NO, k315, KC_NO, KC_NO }, \
61 { k41, KC_NO, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, KC_NO, k415, KC_NO, KC_NO }, \
62 { KC_NO, k52, KC_NO, KC_NO, k55, k56, k57, k58, k59, KC_NO, KC_NO, k512, KC_NO, k514, k515, k516, KC_NO } \
63}
64
65#define LAYOUT_iso( \
66 k11, k12, k117, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, \
67 k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, \
68 k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314, k315, \
69 k41, k42, k43, k44, k45, k46, k47, k57, k58, k48, k49, k410, k411, k412, k413, k415, \
70 k52, k55, k56, k59, k512, k514, k515, k516 \
71) \
72{ \
73 { k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, k115, KC_NO, k117 }, \
74 { k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, KC_NO, KC_NO, KC_NO }, \
75 { KC_NO, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314, k315, KC_NO, KC_NO }, \
76 { k41, k42, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, KC_NO, k415, KC_NO, KC_NO }, \
77 { KC_NO, k52, KC_NO, KC_NO, k55, k56, k57, k58, k59, KC_NO, KC_NO, k512, KC_NO, k514, k515, k516, KC_NO } \
78}
diff --git a/keyboards/boardrun/bizarre/config.h b/keyboards/boardrun/bizarre/config.h
new file mode 100644
index 000000000..6e08d1f4a
--- /dev/null
+++ b/keyboards/boardrun/bizarre/config.h
@@ -0,0 +1,83 @@
1/*
2This program is free software: you can redistribute it and/or modify
3it under the terms of the GNU General Public License as published by
4the Free Software Foundation, either version 2 of the License, or
5(at your option) any later version.
6
7This program is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with this program. If not, see <http://www.gnu.org/licenses/>.
14*/
15
16#pragma once
17
18#include "config_common.h"
19
20/* USB Device descriptor parameter */
21#define VENDOR_ID 0xCDCD
22#define PRODUCT_ID 0x5339
23#define DEVICE_VER 0x0001
24#define MANUFACTURER shensmobile
25#define PRODUCT Boardrun Bizarre
26
27/* key matrix size */
28#define MATRIX_ROWS 5
29#define MATRIX_COLS 17
30
31/*
32 * Keyboard Matrix Assignments
33 *
34 * Change this to how you wired your keyboard
35 * COLS: AVR pins used for columns, left to right
36 * ROWS: AVR pins used for rows, top to bottom
37 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
38 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
39 *
40*/
41#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6 }
42#define MATRIX_COL_PINS { F7, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D1, D0, B3, B2, B1 }
43#define UNUSED_PINS
44
45/* COL2ROW, ROW2COL */
46#define DIODE_DIRECTION COL2ROW
47
48// #define BACKLIGHT_PIN F5
49// #define BACKLIGHT_LEVELS 6
50
51/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
52#define DEBOUNCE 10
53
54/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
55#define LOCKING_SUPPORT_ENABLE
56/* Locking resynchronize hack */
57#define LOCKING_RESYNC_ENABLE
58
59/*
60 * Feature disable options
61 * These options are also useful to firmware size reduction.
62 */
63
64/* disable debug print */
65//#define NO_DEBUG
66
67/* disable print */
68//#define NO_PRINT
69
70/* disable action features */
71//#define NO_ACTION_LAYER
72//#define NO_ACTION_TAPPING
73//#define NO_ACTION_ONESHOT
74//#define NO_ACTION_MACRO
75//#define NO_ACTION_FUNCTION
76
77// ws2812 options
78#define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to
79#define RGBLIGHT_ANIMATIONS // run RGB animations
80#define RGBLED_NUM 15 // number of LEDs
81#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
82#define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
83#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
diff --git a/keyboards/boardrun/bizarre/info.json b/keyboards/boardrun/bizarre/info.json
new file mode 100644
index 000000000..066095aa3
--- /dev/null
+++ b/keyboards/boardrun/bizarre/info.json
@@ -0,0 +1,394 @@
1{
2 "keyboard_name": "Boardrun Bizarre",
3 "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/boardrun/bizarre",
4 "maintainer": "QMK Community",
5 "layouts": {
6 "LAYOUT_all": {
7 "layout": [
8 {"y":0, "x":0, "label":"Home"},
9
10 {"y":0, "x":1.5, "label":"Esc"},
11 {"y":0, "x":2.5, "label":"`"},
12 {"y":0, "x":3.5, "label":"1"},
13
14 {"y":0, "x":4.75, "label":"2"},
15 {"y":0, "x":5.75, "label":"3"},
16 {"y":0, "x":6.75, "label":"4"},
17 {"y":0, "x":7.75, "label":"5"},
18
19 {"y":0, "x":11.25,"label":"6"},
20 {"y":0, "x":12.25,"label":"7"},
21 {"y":0, "x":13.25,"label":"8"},
22 {"y":0, "x":14.25,"label":"9"},
23
24 {"y":0, "x":15.5, "label":"0"},
25 {"y":0, "x":16.5, "label":"-"},
26 {"y":0, "x":17.5, "label":"="},
27 {"y":0, "x":18.5, "label":"Backspace"},
28 {"y":0, "x":19.5, "label":"Bksp (Split)"},
29
30
31 {"y":1, "x":0, "label":"End"},
32
33 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
34 {"y":1, "x":3.25, "label":"Q"},
35
36 {"y":1, "x":4.75, "label":"W"},
37 {"y":1, "x":5.75, "label":"E"},
38 {"y":1, "x":6.75, "label":"R"},
39 {"y":1, "x":7.75, "label":"T"},
40
41 {"y":1, "x":11.25,"label":"Y"},
42 {"y":1, "x":12.25,"label":"U"},
43 {"y":1, "x":13.25,"label":"I"},
44 {"y":1, "x":14.25,"label":"O"},
45
46 {"y":1, "x":15.75,"label":"P"},
47 {"y":1, "x":16.75,"label":"["},
48 {"y":1, "x":17.75,"label":"]"},
49 {"y":1, "x":18.75,"label":"\\| (ANSI)", "w":1.5},
50
51
52 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
53 {"y":2, "x":3, "label":"A"},
54
55 {"y":2, "x":4.75, "label":"S"},
56 {"y":2, "x":5.75, "label":"D"},
57 {"y":2, "x":6.75, "label":"F"},
58 {"y":2, "x":7.75, "label":"G"},
59
60 {"y":2, "x":11.25,"label":"H"},
61 {"y":2, "x":12.25,"label":"J"},
62 {"y":2, "x":13.25,"label":"K"},
63 {"y":2, "x":14.25,"label":"L"},
64
65 {"y":2, "x":16, "label":";"},
66 {"y":2, "x":17, "label":"'"},
67 {"y":2, "x":18, "label":"#~ (ISO)"},
68 {"y":2, "x":19, "label":"Enter (ANSI or ISO)", "w":1.25},
69
70
71 {"y":3, "x":0.5, "label":"Shift", "w":1.25},
72 {"y":3, "x":1.75, "label":"\\| (ISO)"},
73 {"y":3, "x":2.75, "label":"Z"},
74
75 {"y":3, "x":4.75, "label":"X"},
76 {"y":3, "x":5.75, "label":"C"},
77 {"y":3, "x":6.75, "label":"V"},
78 {"y":3, "x":7.75, "label":"B"},
79 {"y":3, "x":8.75, "label":"Super"},
80
81 {"y":3, "x":10.25,"label":"Fn"},
82 {"y":3, "x":11.25,"label":"N"},
83 {"y":3, "x":12.25,"label":"M"},
84 {"y":3, "x":13.25,"label":","},
85 {"y":3, "x":14.25,"label":"."},
86
87 {"y":3, "x":16.25,"label":"/"},
88 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
89 {"y":3, "x":19, "label":"Up"},
90
91
92 {"y":4, "x":1.25, "label":"Control", "w":1.5},
93
94 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
95 {"y":4, "x":7.75, "label":"Space", "w":2},
96
97 {"y":4, "x":10.25,"label":"Space", "w":2.75},
98 {"y":4, "x":16.5, "label":"Control", "w":1.5},
99 {"y":4, "x":18, "label":"Left"},
100 {"y":4, "x":19, "label":"Down"},
101 {"y":4, "x":20, "label":"Right"}
102 ]
103 },
104 "LAYOUT_ansi": {
105 "layout": [
106 {"y":0, "x":0, "label":"Home"},
107
108 {"y":0, "x":1.5, "label":"Esc"},
109 {"y":0, "x":2.5, "label":"`"},
110 {"y":0, "x":3.5, "label":"1"},
111
112 {"y":0, "x":4.75, "label":"2"},
113 {"y":0, "x":5.75, "label":"3"},
114 {"y":0, "x":6.75, "label":"4"},
115 {"y":0, "x":7.75, "label":"5"},
116
117 {"y":0, "x":11.25,"label":"6"},
118 {"y":0, "x":12.25,"label":"7"},
119 {"y":0, "x":13.25,"label":"8"},
120 {"y":0, "x":14.25,"label":"9"},
121
122 {"y":0, "x":15.5, "label":"0"},
123 {"y":0, "x":16.5, "label":"-"},
124 {"y":0, "x":17.5, "label":"="},
125 {"y":0, "x":18.5, "label":"Backspace", "w":2},
126
127
128 {"y":1, "x":0, "label":"End"},
129
130 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
131 {"y":1, "x":3.25, "label":"Q"},
132
133 {"y":1, "x":4.75, "label":"W"},
134 {"y":1, "x":5.75, "label":"E"},
135 {"y":1, "x":6.75, "label":"R"},
136 {"y":1, "x":7.75, "label":"T"},
137
138 {"y":1, "x":11.25,"label":"Y"},
139 {"y":1, "x":12.25,"label":"U"},
140 {"y":1, "x":13.25,"label":"I"},
141 {"y":1, "x":14.25,"label":"O"},
142
143 {"y":1, "x":15.75,"label":"P"},
144 {"y":1, "x":16.75,"label":"["},
145 {"y":1, "x":17.75,"label":"]"},
146 {"y":1, "x":18.75,"label":"\\", "w":1.5},
147
148
149 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
150 {"y":2, "x":3, "label":"A"},
151
152 {"y":2, "x":4.75, "label":"S"},
153 {"y":2, "x":5.75, "label":"D"},
154 {"y":2, "x":6.75, "label":"F"},
155 {"y":2, "x":7.75, "label":"G"},
156
157 {"y":2, "x":11.25,"label":"H"},
158 {"y":2, "x":12.25,"label":"J"},
159 {"y":2, "x":13.25,"label":"K"},
160 {"y":2, "x":14.25,"label":"L"},
161
162 {"y":2, "x":16, "label":";"},
163 {"y":2, "x":17, "label":"'"},
164 {"y":2, "x":18, "label":"Enter", "w":2.25},
165
166
167 {"y":3, "x":0.5, "label":"Shift", "w":2.25},
168 {"y":3, "x":2.75, "label":"Z"},
169
170 {"y":3, "x":4.75, "label":"X"},
171 {"y":3, "x":5.75, "label":"C"},
172 {"y":3, "x":6.75, "label":"V"},
173 {"y":3, "x":7.75, "label":"B"},
174 {"y":3, "x":8.75, "label":"Super"},
175
176 {"y":3, "x":10.25,"label":"Fn"},
177 {"y":3, "x":11.25,"label":"N"},
178 {"y":3, "x":12.25,"label":"M"},
179 {"y":3, "x":13.25,"label":","},
180 {"y":3, "x":14.25,"label":"."},
181
182 {"y":3, "x":16.25,"label":"/"},
183 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
184 {"y":3, "x":19, "label":"Up"},
185
186
187 {"y":4, "x":1.25, "label":"Control", "w":1.5},
188
189 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
190 {"y":4, "x":7.75, "label":"Space", "w":2},
191
192 {"y":4, "x":10.25,"label":"Space", "w":2.75},
193 {"y":4, "x":16.5, "label":"Control", "w":1.5},
194 {"y":4, "x":18, "label":"Left"},
195 {"y":4, "x":19, "label":"Down"},
196 {"y":4, "x":20, "label":"Right"}
197 ]
198 },
199 "LAYOUT_split_bs": {
200 "layout": [
201 {"y":0, "x":0, "label":"Home"},
202
203 {"y":0, "x":1.5, "label":"Esc"},
204 {"y":0, "x":2.5, "label":"`"},
205 {"y":0, "x":3.5, "label":"1"},
206
207 {"y":0, "x":4.75, "label":"2"},
208 {"y":0, "x":5.75, "label":"3"},
209 {"y":0, "x":6.75, "label":"4"},
210 {"y":0, "x":7.75, "label":"5"},
211
212 {"y":0, "x":11.25,"label":"6"},
213 {"y":0, "x":12.25,"label":"7"},
214 {"y":0, "x":13.25,"label":"8"},
215 {"y":0, "x":14.25,"label":"9"},
216
217 {"y":0, "x":15.5, "label":"0"},
218 {"y":0, "x":16.5, "label":"-"},
219 {"y":0, "x":17.5, "label":"="},
220 {"y":0, "x":18.5, "label":"\\"},
221 {"y":0, "x":19.5, "label":"Del"},
222
223
224 {"y":1, "x":0, "label":"End"},
225
226 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
227 {"y":1, "x":3.25, "label":"Q"},
228
229 {"y":1, "x":4.75, "label":"W"},
230 {"y":1, "x":5.75, "label":"E"},
231 {"y":1, "x":6.75, "label":"R"},
232 {"y":1, "x":7.75, "label":"T"},
233
234 {"y":1, "x":11.25,"label":"Y"},
235 {"y":1, "x":12.25,"label":"U"},
236 {"y":1, "x":13.25,"label":"I"},
237 {"y":1, "x":14.25,"label":"O"},
238
239 {"y":1, "x":15.75,"label":"P"},
240 {"y":1, "x":16.75,"label":"["},
241 {"y":1, "x":17.75,"label":"]"},
242 {"y":1, "x":18.75,"label":"Backspace", "w":1.5},
243
244
245 {"y":2, "x":1.25, "label":"Control", "w":1.75},
246 {"y":2, "x":3, "label":"A"},
247
248 {"y":2, "x":4.75, "label":"S"},
249 {"y":2, "x":5.75, "label":"D"},
250 {"y":2, "x":6.75, "label":"F"},
251 {"y":2, "x":7.75, "label":"G"},
252
253 {"y":2, "x":11.25,"label":"H"},
254 {"y":2, "x":12.25,"label":"J"},
255 {"y":2, "x":13.25,"label":"K"},
256 {"y":2, "x":14.25,"label":"L"},
257
258 {"y":2, "x":16, "label":";"},
259 {"y":2, "x":17, "label":"'"},
260 {"y":2, "x":18, "label":"Enter", "w":2.25},
261
262
263 {"y":3, "x":0.5, "label":"Shift", "w":2.25},
264 {"y":3, "x":2.75, "label":"Z"},
265
266 {"y":3, "x":4.75, "label":"X"},
267 {"y":3, "x":5.75, "label":"C"},
268 {"y":3, "x":6.75, "label":"V"},
269 {"y":3, "x":7.75, "label":"B"},
270 {"y":3, "x":8.75, "label":"Super"},
271
272 {"y":3, "x":10.25,"label":"Fn"},
273 {"y":3, "x":11.25,"label":"N"},
274 {"y":3, "x":12.25,"label":"M"},
275 {"y":3, "x":13.25,"label":","},
276 {"y":3, "x":14.25,"label":"."},
277
278 {"y":3, "x":16.25,"label":"/"},
279 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
280 {"y":3, "x":19, "label":"Up"},
281
282
283 {"y":4, "x":1.25, "label":"Control", "w":1.5},
284
285 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
286 {"y":4, "x":7.75, "label":"Space", "w":2},
287
288 {"y":4, "x":10.25,"label":"Space", "w":2.75},
289 {"y":4, "x":16.5, "label":"Control", "w":1.5},
290 {"y":4, "x":18, "label":"Left"},
291 {"y":4, "x":19, "label":"Down"},
292 {"y":4, "x":20, "label":"Right"}
293 ]
294 },
295 "LAYOUT_iso": {
296 "layout": [
297 {"y":0, "x":0, "label":"Home"},
298
299 {"y":0, "x":1.5, "label":"Esc"},
300 {"y":0, "x":2.5, "label":"`"},
301 {"y":0, "x":3.5, "label":"1"},
302
303 {"y":0, "x":4.75, "label":"2"},
304 {"y":0, "x":5.75, "label":"3"},
305 {"y":0, "x":6.75, "label":"4"},
306 {"y":0, "x":7.75, "label":"5"},
307
308 {"y":0, "x":11.25,"label":"6"},
309 {"y":0, "x":12.25,"label":"7"},
310 {"y":0, "x":13.25,"label":"8"},
311 {"y":0, "x":14.25,"label":"9"},
312
313 {"y":0, "x":15.5, "label":"0"},
314 {"y":0, "x":16.5, "label":"-"},
315 {"y":0, "x":17.5, "label":"="},
316 {"y":0, "x":18.5, "label":"Backspace", "w":2},
317
318
319 {"y":1, "x":0, "label":"End"},
320
321 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
322 {"y":1, "x":3.25, "label":"Q"},
323
324 {"y":1, "x":4.75, "label":"W"},
325 {"y":1, "x":5.75, "label":"E"},
326 {"y":1, "x":6.75, "label":"R"},
327 {"y":1, "x":7.75, "label":"T"},
328
329 {"y":1, "x":11.25,"label":"Y"},
330 {"y":1, "x":12.25,"label":"U"},
331 {"y":1, "x":13.25,"label":"I"},
332 {"y":1, "x":14.25,"label":"O"},
333
334 {"y":1, "x":15.75,"label":"P"},
335 {"y":1, "x":16.75,"label":"["},
336 {"y":1, "x":17.75,"label":"]"},
337
338
339 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
340 {"y":2, "x":3, "label":"A"},
341
342 {"y":2, "x":4.75, "label":"S"},
343 {"y":2, "x":5.75, "label":"D"},
344 {"y":2, "x":6.75, "label":"F"},
345 {"y":2, "x":7.75, "label":"G"},
346
347 {"y":2, "x":11.25,"label":"H"},
348 {"y":2, "x":12.25,"label":"J"},
349 {"y":2, "x":13.25,"label":"K"},
350 {"y":2, "x":14.25,"label":"L"},
351
352 {"y":2, "x":16, "label":";"},
353 {"y":2, "x":17, "label":"'"},
354 {"y":2, "x":18, "label":"#"},
355 {"y":1, "x":19, "label":"Enter", "w":1.25, "h":2},
356
357
358 {"y":3, "x":0.5, "label":"Shift", "w":1.25},
359 {"y":3, "x":1.75, "label":"\\"},
360 {"y":3, "x":2.75, "label":"Z"},
361
362 {"y":3, "x":4.75, "label":"X"},
363 {"y":3, "x":5.75, "label":"C"},
364 {"y":3, "x":6.75, "label":"V"},
365 {"y":3, "x":7.75, "label":"B"},
366 {"y":3, "x":8.75, "label":"Super"},
367
368 {"y":3, "x":10.25,"label":"Fn"},
369 {"y":3, "x":11.25,"label":"N"},
370 {"y":3, "x":12.25,"label":"M"},
371 {"y":3, "x":13.25,"label":","},
372 {"y":3, "x":14.25,"label":"."},
373
374 {"y":3, "x":16.25,"label":"/"},
375 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
376 {"y":3, "x":19, "label":"Up"},
377
378
379 {"y":4, "x":1.25, "label":"Control", "w":1.5},
380
381 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
382 {"y":4, "x":7.75, "label":"Space", "w":2},
383
384 {"y":4, "x":10.25,"label":"Space", "w":2.75},
385 {"y":4, "x":16.5, "label":"Control", "w":1.5},
386 {"y":4, "x":18, "label":"Left"},
387 {"y":4, "x":19, "label":"Down"},
388 {"y":4, "x":20, "label":"Right"}
389 ]
390 }
391
392 }
393
394}
diff --git a/keyboards/boardrun/bizarre/keymaps/default/keymap.c b/keyboards/boardrun/bizarre/keymaps/default/keymap.c
new file mode 100644
index 000000000..49c2f1a78
--- /dev/null
+++ b/keyboards/boardrun/bizarre/keymaps/default/keymap.c
@@ -0,0 +1,71 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include QMK_KEYBOARD_H
17
18#define _FUNC MO(_FNBIZARRE)
19
20// Layer shorthand
21enum layer_names {
22 _BIZARRE,
23 _FNBIZARRE,
24};
25
26const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
27
28 /*Bizarre Base Layer (defaults for "any" layout)
29 * +-------+ +-----------------------+ +-------------------------------+ +-------------------------------+ +---------------------------------------+
30 * � HOME � � ESC � `~ � 1 � � 2 � 3 � 4 � 5 � � 6 � 7 � 8 � 9 � � 0 � - � = � BKSP � DEL �
31 * +-------� +-----------------------+ +-------+-------+-------+-------� +-------+-------+-------+-------� +---------------------------------------+
32 * � END � � TAB � Q � � W � E � R � T � � Y � U � I � O � � P � [ � ] � \ ANSI �
33 * +-------+ +-----------------------+ +-------+-------+-------+-------� +-------+-------+-------+-------� +-----------------------------------�
34 * � CAPS � A � � S � D � F � G � � H � J � K � L � � ; � ' � # ISO � ENTER �
35 * +---------------------------+ +-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------� +-----------------------+---------+
36 * � LSHIFT � \ ISO � Z � � X � C � V � B � LGUI � � FN � N � M � , � . � � / � RSHIFT � UP �
37 * +-----------------+-------+ +-----------------------+---------------� +---------------------------------------+ +---------------------+-------+-------+
38 * � LCTRL � � LALT � SPACE � � SPACE � � RCTRL � LEFT � DOWN � RIGHT �
39 * +-----------+ +---------------------------+ +---------------------+ +-----------------------------------+
40 */
41
42 [_BIZARRE] = LAYOUT_all(
43 KC_HOME, KC_ESC, 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_DEL,
44 KC_END, 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,
45 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_NUHS,KC_ENT,
46 KC_LSFT, KC_NUBS,KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LGUI, _FUNC, KC_N, KC_M, KC_COMM,KC_DOT, KC_SLSH,KC_RSFT, KC_UP,
47 KC_LCTL, KC_LALT, KC_SPC, KC_SPC, KC_RCTL, KC_LEFT,KC_DOWN,KC_RGHT
48 ),
49
50 /*Bizarre Function Layer
51 * +-------+ +-----------------------+ +-------------------------------+ +-------------------------------+ +---------------------------------------+
52 * � RESET � � � � F1 � � F2 � F3 � F4 � F5 � � F6 � F7 � F8 � F9 � � F10 � F11 � F12 � DEL � �
53 * +-------� +-----------------------+ +-------+-------+-------+-------� +-------+-------+-------+-------� +---------------------------------------+
54 * � � � � � � � � � � � � � INS � � � PRINT � � � �
55 * +-------+ +-----------------------+ +-------+-------+-------+-------� +-------+-------+-------+-------� +-----------------------------------�
56 * � � � � SCRLL � � � � � � � � � � � � � �
57 * +---------------------------+ +-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------� +-----------------------+---------+
58 * � � � � � � � � PAUSE � RGUI � � � � MENU � � � � � � PGUP �
59 * +-----------------+-------+ +-----------------------+---------------� +---------------------------------------+ +---------------------+-------+-------+
60 * � � � � � � RALT � � � HOME � PGDN � END �
61 * +-----------+ +---------------------------+ +---------------------+ +-----------------------------------+
62 */
63
64 [_FNBIZARRE] = LAYOUT_all(
65 RESET, _______,_______,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, _______,
66 _______, _______, _______, _______,_______,RESET, _______, _______,_______,KC_INS ,_______, KC_PSCR,_______,_______,_______,
67 _______, _______, KC_SLCK,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
68 _______, _______,_______, _______,_______,_______,KC_PAUS,KC_RGUI, _______,_______,KC_MENU,_______,_______, _______,_______, KC_PGUP,
69 _______, _______, _______, KC_RALT, _______, KC_HOME,KC_PGDN,KC_END
70 )
71}; \ No newline at end of file
diff --git a/keyboards/boardrun/bizarre/keymaps/nopunin10did/keymap.c b/keyboards/boardrun/bizarre/keymaps/nopunin10did/keymap.c
new file mode 100644
index 000000000..c0653be0c
--- /dev/null
+++ b/keyboards/boardrun/bizarre/keymaps/nopunin10did/keymap.c
@@ -0,0 +1,50 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include QMK_KEYBOARD_H
17
18#define _FUNC MO(_FN)
19#define _LSADEL LSA_T(KC_DEL)
20#define _AGRHOM RALT_T(KC_HOME)
21#define _CTLEND RCTL_T(KC_END)
22#define _CTLALT LCTL(KC_LALT)
23#define _LSNUBS LSFT_T(KC_NUBS)
24#define _MINMIZ LGUI(KC_D)
25
26// Layer shorthand
27enum layer_names {
28 _ZERO,
29 _FN,
30};
31
32const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
33
34 [_ZERO] = LAYOUT_ansi(
35 KC_ESC, KC_BSLS,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,
36 KC_INS, 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_BSPC,
37 KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,KC_QUOT, KC_ENT,
38 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, _LSADEL, KC_LGUI,KC_N, KC_M, KC_COMM,KC_DOT, KC_SLSH,KC_RSFT, KC_UP,
39 _FUNC, KC_LALT, KC_SPC, _AGRHOM, _CTLEND, KC_LEFT,KC_DOWN,KC_RGHT
40 ),
41
42
43 [_FN] = LAYOUT_ansi(
44 _MINMIZ, _______,_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______,
45 KC_CALC, _______, _______, _______,_______,RESET, _______, _______,_______,KC_INS ,_______, KC_PSCR,_______,_______,_______,
46 KC_CAPS, _______, KC_SLCK,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,
47 _LSNUBS, _______, _______,_______,_______,KC_PAUS,_______, KC_RGUI,_______,KC_MENU,_______,_______, _______,_______, KC_PGUP,
48 _______, _CTLALT, KC_DEL, _______, _______, _______,KC_PGDN,_______
49 )
50};
diff --git a/keyboards/boardrun/bizarre/keymaps/via/keymap.c b/keyboards/boardrun/bizarre/keymaps/via/keymap.c
new file mode 100644
index 000000000..d4d2fee9c
--- /dev/null
+++ b/keyboards/boardrun/bizarre/keymaps/via/keymap.c
@@ -0,0 +1,81 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19
20 /*Bizarre Base Layer (defaults for "any" layout)
21 * +-------+ +-----------------------+ +-------------------------------+ +-------------------------------+ +---------------------------------------+
22 * ¦ HOME ¦ ¦ ESC ¦ `~ ¦ 1 ¦ ¦ 2 ¦ 3 ¦ 4 ¦ 5 ¦ ¦ 6 ¦ 7 ¦ 8 ¦ 9 ¦ ¦ 0 ¦ - ¦ = ¦ BKSP ¦ DEL ¦
23 * +-------¦ +-----------------------+ +-------+-------+-------+-------¦ +-------+-------+-------+-------¦ +---------------------------------------+
24 * ¦ END ¦ ¦ TAB ¦ Q ¦ ¦ W ¦ E ¦ R ¦ T ¦ ¦ Y ¦ U ¦ I ¦ O ¦ ¦ P ¦ [ ¦ ] ¦ \ ANSI ¦
25 * +-------+ +-----------------------+ +-------+-------+-------+-------¦ +-------+-------+-------+-------¦ +-----------------------------------¦
26 * ¦ CAPS ¦ A ¦ ¦ S ¦ D ¦ F ¦ G ¦ ¦ H ¦ J ¦ K ¦ L ¦ ¦ ; ¦ ' ¦ # ISO ¦ ENTER ¦
27 * +---------------------------+ +-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------¦ +-----------------------+---------+
28 * ¦ LSHIFT ¦ \ ISO ¦ Z ¦ ¦ X ¦ C ¦ V ¦ B ¦ LGUI ¦ ¦ MO ¦ N ¦ M ¦ , ¦ . ¦ ¦ / ¦ RSHIFT ¦ UP ¦
29 * +-----------------+-------+ +-----------------------+---------------¦ +---------------------------------------+ +---------------------+-------+-------+
30 * ¦ LCTRL ¦ ¦ LALT ¦ SPACE ¦ ¦ SPACE ¦ ¦ RCTRL ¦ LEFT ¦ DOWN ¦ RIGHT ¦
31 * +-----------+ +---------------------------+ +---------------------+ +-----------------------------------+
32 */
33
34 [0] = LAYOUT_all(
35 KC_HOME, KC_ESC, 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_DEL,
36 KC_END, 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,
37 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_NUHS,KC_ENT,
38 KC_LSFT, KC_NUBS,KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LGUI, MO(1), KC_N, KC_M, KC_COMM,KC_DOT, KC_SLSH,KC_RSFT, KC_UP,
39 KC_LCTL, KC_LALT, KC_SPC, KC_SPC, KC_RCTL, KC_LEFT,KC_DOWN,KC_RGHT
40 ),
41
42 /*Bizarre Function Layer
43 * +-------+ +-----------------------+ +-------------------------------+ +-------------------------------+ +---------------------------------------+
44 * ¦ RESET ¦ ¦ ¦ ¦ F1 ¦ ¦ F2 ¦ F3 ¦ F4 ¦ F5 ¦ ¦ F6 ¦ F7 ¦ F8 ¦ F9 ¦ ¦ F10 ¦ F11 ¦ F12 ¦ DEL ¦ ¦
45 * +-------¦ +-----------------------+ +-------+-------+-------+-------¦ +-------+-------+-------+-------¦ +---------------------------------------+
46 * ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ INS ¦ ¦ ¦ PRINT ¦ ¦ ¦ ¦
47 * +-------+ +-----------------------+ +-------+-------+-------+-------¦ +-------+-------+-------+-------¦ +-----------------------------------¦
48 * ¦ ¦ ¦ ¦ SCRLL ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦
49 * +---------------------------+ +-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------¦ +-----------------------+---------+
50 * ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ PAUSE ¦ RGUI ¦ ¦ ¦ ¦ MENU ¦ ¦ ¦ ¦ ¦ ¦ PGUP ¦
51 * +-----------------+-------+ +-----------------------+---------------¦ +---------------------------------------+ +---------------------+-------+-------+
52 * ¦ ¦ ¦ ¦ ¦ ¦ RALT ¦ ¦ ¦ HOME ¦ PGDN ¦ END ¦
53 * +-----------+ +---------------------------+ +---------------------+ +-----------------------------------+
54 */
55
56 [1] = LAYOUT_all(
57 RESET, _______,_______,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, _______,
58 _______, _______, _______, _______,_______,RESET, _______, _______,_______,KC_INS ,_______, KC_PSCR,_______,_______,_______,
59 _______, _______, KC_SLCK,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
60 _______, _______,_______, _______,_______,_______,KC_PAUS,KC_RGUI, _______,_______,KC_MENU,_______,_______, _______,_______, KC_PGUP,
61 _______, _______, _______, KC_RALT, _______, KC_HOME,KC_PGDN,KC_END
62 ),
63
64 [2] = LAYOUT_all(
65 _______, _______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,_______,
66 _______, _______, _______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
67 _______, _______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
68 _______, _______,_______, _______,_______,_______,_______,_______, _______,_______,_______,_______,_______, _______,_______, _______,
69 _______, _______, _______, _______, _______, _______,_______,_______
70 ),
71
72 [3] = LAYOUT_all(
73 _______, _______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,_______,
74 _______, _______, _______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
75 _______, _______, _______,_______,_______,_______, _______,_______,_______,_______, _______,_______,_______,_______,
76 _______, _______,_______, _______,_______,_______,_______,_______, _______,_______,_______,_______,_______, _______,_______, _______,
77 _______, _______, _______, _______, _______, _______,_______,_______
78 )
79
80
81};
diff --git a/keyboards/boardrun/bizarre/keymaps/via/rules.mk b/keyboards/boardrun/bizarre/keymaps/via/rules.mk
new file mode 100644
index 000000000..36b7ba9cb
--- /dev/null
+++ b/keyboards/boardrun/bizarre/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2LTO_ENABLE = yes
diff --git a/keyboards/boardrun/bizarre/readme.md b/keyboards/boardrun/bizarre/readme.md
new file mode 100644
index 000000000..5c73313d3
--- /dev/null
+++ b/keyboards/boardrun/bizarre/readme.md
@@ -0,0 +1,23 @@
1# Boardrun Bizarre
2
3![Boardrun Bizarre](https://i.imgur.com/usKQUWI.jpg)
4
5The Boardrun is a family of ortholinear keyboards with columnar stagger, inspired by the Alice layout. The Classic is a 60% layout that uses Ergodox keycap sets for compatibility, whereas the Bizarre is a 65% layout that uses standard (staggered) keycap sets in an ortholinear arrangement.
6
7The Boardrun is an evolution of the Boardwalk layout. The Boardwalk proved that the Ergodox keycap set could be adapted to more keyboards that provided a more compact design and layout flexibility. While adaptation was a design goal of the Boardwalk layout, the Boardrun was designed to distill and refine the best aspects of the current state of keyboard layouts, taking into account current trends in staggered design, the Ergodox keycap layout, and the Boardwalk's most popular layouts. To that end, a columnar staggered, ortholinear layout with alpha rotation was settled on, using the "HHKB" layout from the Boardwalk. The result is two layouts that are comfortable, familiar, and have great compatibility with keysets.
8
9- Keyboard Maintainer: QMK Community
10- Hardware Supported: Boardrun Bizarre Ortholinear PCB
11- Hardware Availability: mkultra.click
12
13Make example for this keyboard (after setting up your build environment):
14
15 make boardrun/bizarre:default
16
17Flashing example for this keyboard:
18
19 make boardrun/bizarre:default:flash
20
21The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured RESET shortcut (which may vary depending on when the PCB was flashed).
22
23See 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/boardrun/bizarre/rules.mk b/keyboards/boardrun/bizarre/rules.mk
new file mode 100644
index 000000000..42e7cc3f2
--- /dev/null
+++ b/keyboards/boardrun/bizarre/rules.mk
@@ -0,0 +1,18 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = yes # Commands for debug and configuration
15NKRO_ENABLE = yes # Enable N-Key Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
18AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/boardrun/classic/classic.c b/keyboards/boardrun/classic/classic.c
new file mode 100644
index 000000000..49eea3932
--- /dev/null
+++ b/keyboards/boardrun/classic/classic.c
@@ -0,0 +1,16 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include "classic.h"
diff --git a/keyboards/boardrun/classic/classic.h b/keyboards/boardrun/classic/classic.h
new file mode 100644
index 000000000..173c686c7
--- /dev/null
+++ b/keyboards/boardrun/classic/classic.h
@@ -0,0 +1,33 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#pragma once
17
18#include "quantum.h"
19
20#define LAYOUT_classic( \
21 k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \
22 k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, \
23 k31, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314, \
24 k41, k42, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, k414, \
25 k52, k53, k54, k55, k56, k57, k51, k58, k59, k510, k511, k512, k513 \
26) \
27{ \
28 { k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114 , KC_NO, KC_NO, KC_NO,}, \
29 { k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214 , KC_NO, KC_NO, KC_NO,}, \
30 { k31, k32, k33, k34, k35, k36, k37, k38, k39, k310, k311, k312, k313, k314 , KC_NO, KC_NO, KC_NO,}, \
31 { k41, k42, k43, k44, k45, k46, k47, k48, k49, k410, k411, k412, k413, k414 , KC_NO, KC_NO, KC_NO,}, \
32 { k51, k52, k53, k54, k55, k56, k57, k58, k59, k510, k511, k512, k513, KC_NO, KC_NO, KC_NO, KC_NO} \
33}
diff --git a/keyboards/boardrun/classic/config.h b/keyboards/boardrun/classic/config.h
new file mode 100644
index 000000000..6c814eb37
--- /dev/null
+++ b/keyboards/boardrun/classic/config.h
@@ -0,0 +1,83 @@
1/*
2This program is free software: you can redistribute it and/or modify
3it under the terms of the GNU General Public License as published by
4the Free Software Foundation, either version 2 of the License, or
5(at your option) any later version.
6
7This program is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with this program. If not, see <http://www.gnu.org/licenses/>.
14*/
15
16#pragma once
17
18#include "config_common.h"
19
20/* USB Device descriptor parameter */
21#define VENDOR_ID 0xCDCD
22#define PRODUCT_ID 0x5338
23#define DEVICE_VER 0x0001
24#define MANUFACTURER shensmobile
25#define PRODUCT Boardrun Classic
26
27/* key matrix size */
28#define MATRIX_ROWS 5
29#define MATRIX_COLS 17
30
31/*
32 * Keyboard Matrix Assignments
33 *
34 * Change this to how you wired your keyboard
35 * COLS: AVR pins used for columns, left to right
36 * ROWS: AVR pins used for rows, top to bottom
37 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
38 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
39 *
40*/
41#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6 }
42#define MATRIX_COL_PINS { F7, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D1, D0, B3, B2, B1 }
43#define UNUSED_PINS
44
45/* COL2ROW, ROW2COL */
46#define DIODE_DIRECTION COL2ROW
47
48// #define BACKLIGHT_PIN F5
49// #define BACKLIGHT_LEVELS 6
50
51/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
52#define DEBOUNCE 10
53
54/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
55#define LOCKING_SUPPORT_ENABLE
56/* Locking resynchronize hack */
57#define LOCKING_RESYNC_ENABLE
58
59/*
60 * Feature disable options
61 * These options are also useful to firmware size reduction.
62 */
63
64/* disable debug print */
65//#define NO_DEBUG
66
67/* disable print */
68//#define NO_PRINT
69
70/* disable action features */
71//#define NO_ACTION_LAYER
72//#define NO_ACTION_TAPPING
73//#define NO_ACTION_ONESHOT
74//#define NO_ACTION_MACRO
75//#define NO_ACTION_FUNCTION
76
77// ws2812 options
78#define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to
79#define RGBLIGHT_ANIMATIONS // run RGB animations
80#define RGBLED_NUM 14 // number of LEDs
81#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
82#define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
83#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
diff --git a/keyboards/boardrun/classic/info.json b/keyboards/boardrun/classic/info.json
new file mode 100644
index 000000000..538814f36
--- /dev/null
+++ b/keyboards/boardrun/classic/info.json
@@ -0,0 +1,86 @@
1{
2 "keyboard_name": "Boardrun Classic",
3 "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/boardrun/classic",
4 "maintainer": "QMK Community",
5 "layouts": {
6 "LAYOUT_classic": {
7 "layout": [
8 {"y":0, "x":0, "label":"Esc", "w":1.5},
9 {"y":0, "x":1.5, "label":"1"},
10 {"y":0, "x":2.5, "label":"2"},
11 {"y":0, "x":3.5, "label":"3"},
12 {"y":0, "x":4.5, "label":"4"},
13 {"y":0, "x":5.5, "label":"5"},
14 {"y":0, "x":6.5, "label":"-"},
15 {"y":0, "x":9, "label":"="},
16 {"y":0, "x":10, "label":"6"},
17 {"y":0, "x":11, "label":"7"},
18 {"y":0, "x":12, "label":"8"},
19 {"y":0, "x":13, "label":"9"},
20 {"y":0, "x":14, "label":"0"},
21 {"y":0, "x":15, "label":"Backspace", "w":1.5},
22
23 {"y":1, "x":0, "label":"Tab", "w":1.5},
24 {"y":1, "x":1.5, "label":"Q"},
25 {"y":1, "x":2.5, "label":"W"},
26 {"y":1, "x":3.5, "label":"E"},
27 {"y":1, "x":4.5, "label":"R"},
28 {"y":1, "x":5.5, "label":"T"},
29 {"y":1, "x":6.5, "label":"["},
30 {"y":1, "x":9, "label":"]"},
31 {"y":1, "x":10, "label":"Y"},
32 {"y":1, "x":11, "label":"U"},
33 {"y":1, "x":12, "label":"I"},
34 {"y":1, "x":13, "label":"O"},
35 {"y":1, "x":14, "label":"P"},
36 {"y":1, "x":15, "label":"\\", "w":1.5},
37
38 {"y":2, "x":0, "label":"LCtrl", "w":1.5},
39 {"y":2, "x":1.5, "label":"A"},
40 {"y":2, "x":2.5, "label":"S"},
41 {"y":2, "x":3.5, "label":"D"},
42 {"y":2, "x":4.5, "label":"F"},
43 {"y":2, "x":5.5, "label":"G"},
44 {"y":2, "x":6.5, "label":"Home"},
45 {"y":2, "x":9, "label":"PgUp"},
46 {"y":2, "x":10, "label":"H"},
47 {"y":2, "x":11, "label":"J"},
48 {"y":2, "x":12, "label":"K"},
49 {"y":2, "x":13, "label":"L"},
50 {"y":2, "x":14, "label":";"},
51 {"y":2, "x":15, "label":"'", "w":1.5},
52
53 {"y":3, "x":0, "label":"LShift", "w":1.5},
54 {"y":3, "x":1.5, "label":"Z"},
55 {"y":3, "x":2.5, "label":"X"},
56 {"y":3, "x":3.5, "label":"C"},
57 {"y":3, "x":4.5, "label":"V"},
58 {"y":3, "x":5.5, "label":"B"},
59 {"y":3, "x":6.5, "label":"End"},
60 {"y":3, "x":9, "label":"PgDn"},
61 {"y":3, "x":10, "label":"N"},
62 {"y":3, "x":11, "label":"M"},
63 {"y":3, "x":12, "label":","},
64 {"y":3, "x":13, "label":"."},
65 {"y":3, "x":14, "label":"/"},
66 {"y":3, "x":15, "label":"RShift / Enter", "w":1.5},
67
68 {"y":4, "x":1.5, "label":"LGui"},
69 {"y":4, "x":2.5, "label":"Del"},
70 {"y":4, "x":3.5, "label":"`"},
71 {"y":4, "x":4.5, "label":"LAlt"},
72 {"y":4, "x":5.5, "label":"Space"},
73 {"y":4, "x":6.5, "label":"Space"},
74 {"y":4, "x":7.75,"label":"Fn"},
75 {"y":4, "x":9, "label":"Space / AltGr"},
76 {"y":4, "x":10, "label":"Space / AltGr"},
77 {"y":4, "x":11, "label":"Left"},
78 {"y":4, "x":12, "label":"Down"},
79 {"y":4, "x":13, "label":"Up"},
80 {"y":4, "x":14, "label":"Right"}
81
82 ]
83 }
84 }
85
86}
diff --git a/keyboards/boardrun/classic/keymaps/default/keymap.c b/keyboards/boardrun/classic/keymaps/default/keymap.c
new file mode 100644
index 000000000..607699921
--- /dev/null
+++ b/keyboards/boardrun/classic/keymaps/default/keymap.c
@@ -0,0 +1,73 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include QMK_KEYBOARD_H
17
18#define _FUNC MO(_FNCLASSIC)
19#define _SHENT RSFT_T(KC_ENT)
20#define _LSNUBS LSFT_T(KC_NUBS)
21#define _AGRSPC RALT_T(KC_SPC)
22
23
24// Layer shorthand
25enum layer_names {
26 _CLASSIC,
27 _FNCLASSIC,
28};
29
30const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
31
32 /* Base Layer
33 * .--------------------------------------------------------------. .--------------------------------------------------------------.
34 * | ESC | 1 | 2 | 3 | 4 | 5 | - | | = | 6 | 7 | 8 | 9 | 0 | BACKSP |
35 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
36 * | TAB | Q | W | E | R | T | [ | | ] | Y | U | I | O | P | |\ |
37 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
38 * | LCTRL | A | S | D | F | G | HOME | | PG UP | H | J | K | L | ; | ' |
39 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
40 * | LSHIFT | Z | X | C | V | B | END | | PG DN | N | M | , | . | / | SH/ENT |
41 * '--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------'
42 * | LGUI | DEL | ~` | LALT | SPACE | | FN | SPACE | | LEFT | DOWN | UP | RIGHT |
43 * '--------------------------------------------------------------------------------------------------------------------'
44 */
45 [_CLASSIC] = LAYOUT_classic(
46 KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_MINS, KC_EQL, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
47 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LBRC, KC_RBRC, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
48 KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_HOME, KC_PGUP, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
49 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_END, KC_PGDN, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, _SHENT,
50 KC_LGUI, KC_DEL, KC_GRV, KC_LALT, KC_SPC, KC_SPC, _FUNC, _AGRSPC, _AGRSPC, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
51 ),
52
53 /* Function Layer
54 * .--------------------------------------------------------------. .--------------------------------------------------------------.
55 * | RESET | F1 | F2 | F3 | F4 | F5 | F11 | | F12 | F6 | F7 | F8 | F9 | F10 | DEL |
56 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
57 * | | | MENU | | RESET | | | | | | | INS | | PRT SC | |
58 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
59 * | CAPSLK | | SCROLL | | | | | | | | | | | | RCTL |
60 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
61 * | UK \| | | | | | PAUSE | | | | | MUTE | VOL DN | VOL UP | | |
62 * '--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+--------+--------+--------+--------'
63 * | RGUI | | | RALT | | | | | | | |
64 * '--------------------------------------------------------------------------------------------------------------------'
65 */
66 [_FNCLASSIC] = LAYOUT_classic(
67 RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F11, KC_F12, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______,
68 _______, _______, KC_APP, _______, RESET, _______, _______, _______, _______, _______, KC_INS, _______, KC_PSCR, _______,
69 KC_CAPS, _______, KC_SLCK, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_RCTL,
70 _LSNUBS, _______, _______, _______, _______, KC_PAUS, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______,
71 KC_RGUI, _______, _______, KC_RALT, _______, _______, _______, _______, _______, _______, _______, _______, _______
72 )
73};
diff --git a/keyboards/boardrun/classic/keymaps/via/keymap.c b/keyboards/boardrun/classic/keymaps/via/keymap.c
new file mode 100644
index 000000000..0b0d95384
--- /dev/null
+++ b/keyboards/boardrun/classic/keymaps/via/keymap.c
@@ -0,0 +1,77 @@
1/*
2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14 */
15
16#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19
20 /* Base Layer
21 * .--------------------------------------------------------------. .--------------------------------------------------------------.
22 * | ESC | 1 | 2 | 3 | 4 | 5 | - | | = | 6 | 7 | 8 | 9 | 0 | BACKSP |
23 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
24 * | TAB | Q | W | E | R | T | [ | | ] | Y | U | I | O | P | |\ |
25 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
26 * | LCTRL | A | S | D | F | G | HOME | | PG UP | H | J | K | L | ; | ' |
27 * |--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
28 * | LSHIFT | Z | X | C | V | B | END | | PG DN | N | M | , | . | / | ENTER |
29 * '--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-------'
30 * | LGUI | DEL | ~` | LALT | SPACE | | MO | SPACE | | LEFT | DOWN | UP | RIGHT |
31 * '--------------------------------------------------------------------------------------------------------------------'
32 */
33 [0] = LAYOUT_classic(
34 KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_MINS, KC_EQL, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
35 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LBRC, KC_RBRC, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
36 KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_HOME, KC_PGUP, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
37 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_END, KC_PGDN, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
38 KC_LGUI, KC_DEL, KC_GRV, KC_LALT, KC_SPC, KC_SPC, MO(1), KC_SPC, KC_SPC, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
39 ),
40
41 /* Function Layer
42 * .--------------------------------------------------------------. .--------------------------------------------------------------.
43 * | | F1 | F2 | F3 | F4 | F5 | | | | F6 | F7 | F8 | F9 | F10 | F11 |
44 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
45 * | | | | | | | | | | | | | | PRT SC | F12 |
46 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
47 * | | | | | | | | | | | | | | | RESET |
48 * |--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------|
49 * | | | | | | | | | | | MUTE | VOL DN | VOL UP | | |
50 * '--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+--------+--------+--------+-------'
51 * | | | | | | | | | | | |
52 * '--------------------------------------------------------------------------------------------------------------------'
53 */
54 [1] = LAYOUT_classic(
55 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, _______, _______, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
56 _______, _______, KC_APP, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_F12,
57 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET,
58 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______,
59 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
60 ),
61
62 [2] = LAYOUT_classic(
63 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
64 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
65 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
66 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
67 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
68 ),
69
70 [3] = LAYOUT_classic(
71 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
72 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
73 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
74 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
75 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
76 )
77};
diff --git a/keyboards/boardrun/classic/keymaps/via/rules.mk b/keyboards/boardrun/classic/keymaps/via/rules.mk
new file mode 100644
index 000000000..43061db1d
--- /dev/null
+++ b/keyboards/boardrun/classic/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2LTO_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/boardrun/classic/readme.md b/keyboards/boardrun/classic/readme.md
new file mode 100644
index 000000000..2ed4ff1bd
--- /dev/null
+++ b/keyboards/boardrun/classic/readme.md
@@ -0,0 +1,23 @@
1# Boardrun Classic
2
3![Boardrun Classic](https://i.imgur.com/Efo0ItKl.jpg)
4
5The Boardrun is a family of ortholinear keyboards with columnar stagger, inspired by the Alice layout. The Classic is a 60% layout that uses Ergodox keycap sets for compatibility, whereas the Bizarre is a 65% layout that uses standard (staggered) keycap sets in an ortholinear arrangement.
6
7The Boardrun is an evolution of the Boardwalk layout. The Boardwalk proved that the Ergodox keycap set could be adapted to more keyboards that provided a more compact design and layout flexibility. While adaptation was a design goal of the Boardwalk layout, the Boardrun was designed to distill and refine the best aspects of the current state of keyboard layouts, taking into account current trends in staggered design, the Ergodox keycap layout, and the Boardwalk's most popular layouts. To that end, a columnar staggered, ortholinear layout with alpha rotation was settled on, using the "HHKB" layout from the Boardwalk. The result is two layouts that are comfortable, familiar, and have great compatibility with keysets.
8
9- Keyboard Maintainer: QMK Community
10- Hardware Supported: Boardrun Classic Ortholinear PCB
11- Hardware Availability: mkultra.click
12
13Make example for this keyboard (after setting up your build environment):
14
15 make boardrun/classic:default
16
17Flashing example for this keyboard:
18
19 make boardrun/classic:default:flash
20
21The board may be reset into bootloader mode via either the reset button (on the bottom of the PCB) or a configured RESET shortcut (which may vary depending on when the PCB was flashed).
22
23See 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/boardrun/classic/rules.mk b/keyboards/boardrun/classic/rules.mk
new file mode 100644
index 000000000..b5761555d
--- /dev/null
+++ b/keyboards/boardrun/classic/rules.mk
@@ -0,0 +1,18 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration
15NKRO_ENABLE = yes # Enable N-Key Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
18AUDIO_ENABLE = no # Audio output