aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardrun
diff options
context:
space:
mode:
authornopunin10did <w.alex.ronke@gmail.com>2020-11-25 13:24:58 -0500
committerGitHub <noreply@github.com>2020-11-25 18:24:58 +0000
commitc78ef391dcb36a83ad04f754bbccbd54ca9926e9 (patch)
treeaee872f4c27ae2cd79e567040f9600f5d0296afa /keyboards/boardrun
parent1bf657be4113bae9d43d6ec265e66ab8b12359c1 (diff)
downloadqmk_firmware-c78ef391dcb36a83ad04f754bbccbd54ca9926e9.tar.gz
qmk_firmware-c78ef391dcb36a83ad04f754bbccbd54ca9926e9.zip
Boardrun Classic & Bizarre layouts (replaces PR 10934) (#10990)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Rossman360 <rmontsinger@gmail.com> Co-authored-by: Luke <golichowski.to@gmail.com>
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.json397
-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.mk23
-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.json89
-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.mk23
19 files changed, 1243 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..3a1002871
--- /dev/null
+++ b/keyboards/boardrun/bizarre/info.json
@@ -0,0 +1,397 @@
1{
2 "keyboard_name": "Boardrun Bizarre",
3 "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/boardrun/bizarre",
4 "maintainer": "QMK Community",
5 "manufacturer": "shensmobile",
6 "width": 21,
7 "height": 5,
8 "layouts": {
9 "LAYOUT_all": {
10 "layout": [
11 {"y":0, "x":0, "label":"Home"},
12
13 {"y":0, "x":1.5, "label":"Esc"},
14 {"y":0, "x":2.5, "label":"`"},
15 {"y":0, "x":3.5, "label":"1"},
16
17 {"y":0, "x":4.75, "label":"2"},
18 {"y":0, "x":5.75, "label":"3"},
19 {"y":0, "x":6.75, "label":"4"},
20 {"y":0, "x":7.75, "label":"5"},
21
22 {"y":0, "x":11.25,"label":"6"},
23 {"y":0, "x":12.25,"label":"7"},
24 {"y":0, "x":13.25,"label":"8"},
25 {"y":0, "x":14.25,"label":"9"},
26
27 {"y":0, "x":15.5, "label":"0"},
28 {"y":0, "x":16.5, "label":"-"},
29 {"y":0, "x":17.5, "label":"="},
30 {"y":0, "x":18.5, "label":"Backspace"},
31 {"y":0, "x":19.5, "label":"Bksp (Split)"},
32
33
34 {"y":1, "x":0, "label":"End"},
35
36 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
37 {"y":1, "x":3.25, "label":"Q"},
38
39 {"y":1, "x":4.75, "label":"W"},
40 {"y":1, "x":5.75, "label":"E"},
41 {"y":1, "x":6.75, "label":"R"},
42 {"y":1, "x":7.75, "label":"T"},
43
44 {"y":1, "x":11.25,"label":"Y"},
45 {"y":1, "x":12.25,"label":"U"},
46 {"y":1, "x":13.25,"label":"I"},
47 {"y":1, "x":14.25,"label":"O"},
48
49 {"y":1, "x":15.75,"label":"P"},
50 {"y":1, "x":16.75,"label":"["},
51 {"y":1, "x":17.75,"label":"]"},
52 {"y":1, "x":18.75,"label":"\\| (ANSI)", "w":1.5},
53
54
55 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
56 {"y":2, "x":3, "label":"A"},
57
58 {"y":2, "x":4.75, "label":"S"},
59 {"y":2, "x":5.75, "label":"D"},
60 {"y":2, "x":6.75, "label":"F"},
61 {"y":2, "x":7.75, "label":"G"},
62
63 {"y":2, "x":11.25,"label":"H"},
64 {"y":2, "x":12.25,"label":"J"},
65 {"y":2, "x":13.25,"label":"K"},
66 {"y":2, "x":14.25,"label":"L"},
67
68 {"y":2, "x":16, "label":";"},
69 {"y":2, "x":17, "label":"'"},
70 {"y":2, "x":18, "label":"#~ (ISO)"},
71 {"y":2, "x":19, "label":"Enter (ANSI or ISO)", "w":1.25},
72
73
74 {"y":3, "x":0.5, "label":"Shift", "w":1.25},
75 {"y":3, "x":1.75, "label":"\\| (ISO)"},
76 {"y":3, "x":2.75, "label":"Z"},
77
78 {"y":3, "x":4.75, "label":"X"},
79 {"y":3, "x":5.75, "label":"C"},
80 {"y":3, "x":6.75, "label":"V"},
81 {"y":3, "x":7.75, "label":"B"},
82 {"y":3, "x":8.75, "label":"Super"},
83
84 {"y":3, "x":10.25,"label":"Fn"},
85 {"y":3, "x":11.25,"label":"N"},
86 {"y":3, "x":12.25,"label":"M"},
87 {"y":3, "x":13.25,"label":","},
88 {"y":3, "x":14.25,"label":"."},
89
90 {"y":3, "x":16.25,"label":"/"},
91 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
92 {"y":3, "x":19, "label":"Up"},
93
94
95 {"y":4, "x":1.25, "label":"Control", "w":1.5},
96
97 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
98 {"y":4, "x":7.75, "label":"Space", "w":2},
99
100 {"y":4, "x":10.25,"label":"Space", "w":2.75},
101 {"y":4, "x":16.5, "label":"Control", "w":1.5},
102 {"y":4, "x":18, "label":"Left"},
103 {"y":4, "x":19, "label":"Down"},
104 {"y":4, "x":20, "label":"Right"}
105 ]
106 },
107 "LAYOUT_ansi": {
108 "layout": [
109 {"y":0, "x":0, "label":"Home"},
110
111 {"y":0, "x":1.5, "label":"Esc"},
112 {"y":0, "x":2.5, "label":"`"},
113 {"y":0, "x":3.5, "label":"1"},
114
115 {"y":0, "x":4.75, "label":"2"},
116 {"y":0, "x":5.75, "label":"3"},
117 {"y":0, "x":6.75, "label":"4"},
118 {"y":0, "x":7.75, "label":"5"},
119
120 {"y":0, "x":11.25,"label":"6"},
121 {"y":0, "x":12.25,"label":"7"},
122 {"y":0, "x":13.25,"label":"8"},
123 {"y":0, "x":14.25,"label":"9"},
124
125 {"y":0, "x":15.5, "label":"0"},
126 {"y":0, "x":16.5, "label":"-"},
127 {"y":0, "x":17.5, "label":"="},
128 {"y":0, "x":18.5, "label":"Backspace", "w":2},
129
130
131 {"y":1, "x":0, "label":"End"},
132
133 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
134 {"y":1, "x":3.25, "label":"Q"},
135
136 {"y":1, "x":4.75, "label":"W"},
137 {"y":1, "x":5.75, "label":"E"},
138 {"y":1, "x":6.75, "label":"R"},
139 {"y":1, "x":7.75, "label":"T"},
140
141 {"y":1, "x":11.25,"label":"Y"},
142 {"y":1, "x":12.25,"label":"U"},
143 {"y":1, "x":13.25,"label":"I"},
144 {"y":1, "x":14.25,"label":"O"},
145
146 {"y":1, "x":15.75,"label":"P"},
147 {"y":1, "x":16.75,"label":"["},
148 {"y":1, "x":17.75,"label":"]"},
149 {"y":1, "x":18.75,"label":"\\", "w":1.5},
150
151
152 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
153 {"y":2, "x":3, "label":"A"},
154
155 {"y":2, "x":4.75, "label":"S"},
156 {"y":2, "x":5.75, "label":"D"},
157 {"y":2, "x":6.75, "label":"F"},
158 {"y":2, "x":7.75, "label":"G"},
159
160 {"y":2, "x":11.25,"label":"H"},
161 {"y":2, "x":12.25,"label":"J"},
162 {"y":2, "x":13.25,"label":"K"},
163 {"y":2, "x":14.25,"label":"L"},
164
165 {"y":2, "x":16, "label":";"},
166 {"y":2, "x":17, "label":"'"},
167 {"y":2, "x":18, "label":"Enter", "w":2.25},
168
169
170 {"y":3, "x":0.5, "label":"Shift", "w":2.25},
171 {"y":3, "x":2.75, "label":"Z"},
172
173 {"y":3, "x":4.75, "label":"X"},
174 {"y":3, "x":5.75, "label":"C"},
175 {"y":3, "x":6.75, "label":"V"},
176 {"y":3, "x":7.75, "label":"B"},
177 {"y":3, "x":8.75, "label":"Super"},
178
179 {"y":3, "x":10.25,"label":"Fn"},
180 {"y":3, "x":11.25,"label":"N"},
181 {"y":3, "x":12.25,"label":"M"},
182 {"y":3, "x":13.25,"label":","},
183 {"y":3, "x":14.25,"label":"."},
184
185 {"y":3, "x":16.25,"label":"/"},
186 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
187 {"y":3, "x":19, "label":"Up"},
188
189
190 {"y":4, "x":1.25, "label":"Control", "w":1.5},
191
192 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
193 {"y":4, "x":7.75, "label":"Space", "w":2},
194
195 {"y":4, "x":10.25,"label":"Space", "w":2.75},
196 {"y":4, "x":16.5, "label":"Control", "w":1.5},
197 {"y":4, "x":18, "label":"Left"},
198 {"y":4, "x":19, "label":"Down"},
199 {"y":4, "x":20, "label":"Right"}
200 ]
201 },
202 "LAYOUT_split_bs": {
203 "layout": [
204 {"y":0, "x":0, "label":"Home"},
205
206 {"y":0, "x":1.5, "label":"Esc"},
207 {"y":0, "x":2.5, "label":"`"},
208 {"y":0, "x":3.5, "label":"1"},
209
210 {"y":0, "x":4.75, "label":"2"},
211 {"y":0, "x":5.75, "label":"3"},
212 {"y":0, "x":6.75, "label":"4"},
213 {"y":0, "x":7.75, "label":"5"},
214
215 {"y":0, "x":11.25,"label":"6"},
216 {"y":0, "x":12.25,"label":"7"},
217 {"y":0, "x":13.25,"label":"8"},
218 {"y":0, "x":14.25,"label":"9"},
219
220 {"y":0, "x":15.5, "label":"0"},
221 {"y":0, "x":16.5, "label":"-"},
222 {"y":0, "x":17.5, "label":"="},
223 {"y":0, "x":18.5, "label":"\\"},
224 {"y":0, "x":19.5, "label":"Del"},
225
226
227 {"y":1, "x":0, "label":"End"},
228
229 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
230 {"y":1, "x":3.25, "label":"Q"},
231
232 {"y":1, "x":4.75, "label":"W"},
233 {"y":1, "x":5.75, "label":"E"},
234 {"y":1, "x":6.75, "label":"R"},
235 {"y":1, "x":7.75, "label":"T"},
236
237 {"y":1, "x":11.25,"label":"Y"},
238 {"y":1, "x":12.25,"label":"U"},
239 {"y":1, "x":13.25,"label":"I"},
240 {"y":1, "x":14.25,"label":"O"},
241
242 {"y":1, "x":15.75,"label":"P"},
243 {"y":1, "x":16.75,"label":"["},
244 {"y":1, "x":17.75,"label":"]"},
245 {"y":1, "x":18.75,"label":"Backspace", "w":1.5},
246
247
248 {"y":2, "x":1.25, "label":"Control", "w":1.75},
249 {"y":2, "x":3, "label":"A"},
250
251 {"y":2, "x":4.75, "label":"S"},
252 {"y":2, "x":5.75, "label":"D"},
253 {"y":2, "x":6.75, "label":"F"},
254 {"y":2, "x":7.75, "label":"G"},
255
256 {"y":2, "x":11.25,"label":"H"},
257 {"y":2, "x":12.25,"label":"J"},
258 {"y":2, "x":13.25,"label":"K"},
259 {"y":2, "x":14.25,"label":"L"},
260
261 {"y":2, "x":16, "label":";"},
262 {"y":2, "x":17, "label":"'"},
263 {"y":2, "x":18, "label":"Enter", "w":2.25},
264
265
266 {"y":3, "x":0.5, "label":"Shift", "w":2.25},
267 {"y":3, "x":2.75, "label":"Z"},
268
269 {"y":3, "x":4.75, "label":"X"},
270 {"y":3, "x":5.75, "label":"C"},
271 {"y":3, "x":6.75, "label":"V"},
272 {"y":3, "x":7.75, "label":"B"},
273 {"y":3, "x":8.75, "label":"Super"},
274
275 {"y":3, "x":10.25,"label":"Fn"},
276 {"y":3, "x":11.25,"label":"N"},
277 {"y":3, "x":12.25,"label":"M"},
278 {"y":3, "x":13.25,"label":","},
279 {"y":3, "x":14.25,"label":"."},
280
281 {"y":3, "x":16.25,"label":"/"},
282 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
283 {"y":3, "x":19, "label":"Up"},
284
285
286 {"y":4, "x":1.25, "label":"Control", "w":1.5},
287
288 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
289 {"y":4, "x":7.75, "label":"Space", "w":2},
290
291 {"y":4, "x":10.25,"label":"Space", "w":2.75},
292 {"y":4, "x":16.5, "label":"Control", "w":1.5},
293 {"y":4, "x":18, "label":"Left"},
294 {"y":4, "x":19, "label":"Down"},
295 {"y":4, "x":20, "label":"Right"}
296 ]
297 },
298 "LAYOUT_iso": {
299 "layout": [
300 {"y":0, "x":0, "label":"Home"},
301
302 {"y":0, "x":1.5, "label":"Esc"},
303 {"y":0, "x":2.5, "label":"`"},
304 {"y":0, "x":3.5, "label":"1"},
305
306 {"y":0, "x":4.75, "label":"2"},
307 {"y":0, "x":5.75, "label":"3"},
308 {"y":0, "x":6.75, "label":"4"},
309 {"y":0, "x":7.75, "label":"5"},
310
311 {"y":0, "x":11.25,"label":"6"},
312 {"y":0, "x":12.25,"label":"7"},
313 {"y":0, "x":13.25,"label":"8"},
314 {"y":0, "x":14.25,"label":"9"},
315
316 {"y":0, "x":15.5, "label":"0"},
317 {"y":0, "x":16.5, "label":"-"},
318 {"y":0, "x":17.5, "label":"="},
319 {"y":0, "x":18.5, "label":"Backspace", "w":2},
320
321
322 {"y":1, "x":0, "label":"End"},
323
324 {"y":1, "x":1.75, "label":"Tab", "w":1.5},
325 {"y":1, "x":3.25, "label":"Q"},
326
327 {"y":1, "x":4.75, "label":"W"},
328 {"y":1, "x":5.75, "label":"E"},
329 {"y":1, "x":6.75, "label":"R"},
330 {"y":1, "x":7.75, "label":"T"},
331
332 {"y":1, "x":11.25,"label":"Y"},
333 {"y":1, "x":12.25,"label":"U"},
334 {"y":1, "x":13.25,"label":"I"},
335 {"y":1, "x":14.25,"label":"O"},
336
337 {"y":1, "x":15.75,"label":"P"},
338 {"y":1, "x":16.75,"label":"["},
339 {"y":1, "x":17.75,"label":"]"},
340
341
342 {"y":2, "x":1.25, "label":"Caps Lock", "w":1.75},
343 {"y":2, "x":3, "label":"A"},
344
345 {"y":2, "x":4.75, "label":"S"},
346 {"y":2, "x":5.75, "label":"D"},
347 {"y":2, "x":6.75, "label":"F"},
348 {"y":2, "x":7.75, "label":"G"},
349
350 {"y":2, "x":11.25,"label":"H"},
351 {"y":2, "x":12.25,"label":"J"},
352 {"y":2, "x":13.25,"label":"K"},
353 {"y":2, "x":14.25,"label":"L"},
354
355 {"y":2, "x":16, "label":";"},
356 {"y":2, "x":17, "label":"'"},
357 {"y":2, "x":18, "label":"#"},
358 {"y":1, "x":19, "label":"Enter", "w":1.25, "h":2},
359
360
361 {"y":3, "x":0.5, "label":"Shift", "w":1.25},
362 {"y":3, "x":1.75, "label":"\\"},
363 {"y":3, "x":2.75, "label":"Z"},
364
365 {"y":3, "x":4.75, "label":"X"},
366 {"y":3, "x":5.75, "label":"C"},
367 {"y":3, "x":6.75, "label":"V"},
368 {"y":3, "x":7.75, "label":"B"},
369 {"y":3, "x":8.75, "label":"Super"},
370
371 {"y":3, "x":10.25,"label":"Fn"},
372 {"y":3, "x":11.25,"label":"N"},
373 {"y":3, "x":12.25,"label":"M"},
374 {"y":3, "x":13.25,"label":","},
375 {"y":3, "x":14.25,"label":"."},
376
377 {"y":3, "x":16.25,"label":"/"},
378 {"y":3, "x":17.25,"label":"Shift", "w":1.75},
379 {"y":3, "x":19, "label":"Up"},
380
381
382 {"y":4, "x":1.25, "label":"Control", "w":1.5},
383
384 {"y":4, "x":6.25, "label":"Alt", "w":1.5},
385 {"y":4, "x":7.75, "label":"Space", "w":2},
386
387 {"y":4, "x":10.25,"label":"Space", "w":2.75},
388 {"y":4, "x":16.5, "label":"Control", "w":1.5},
389 {"y":4, "x":18, "label":"Left"},
390 {"y":4, "x":19, "label":"Down"},
391 {"y":4, "x":20, "label":"Right"}
392 ]
393 }
394
395 }
396
397}
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..f841c16c3
--- /dev/null
+++ b/keyboards/boardrun/bizarre/rules.mk
@@ -0,0 +1,23 @@
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 = lite # Virtual DIP switch configuration
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
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
23UNICODE_ENABLE = no # Unicode
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..a37e6ece9
--- /dev/null
+++ b/keyboards/boardrun/classic/info.json
@@ -0,0 +1,89 @@
1{
2 "keyboard_name": "Boardrun Classic",
3 "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/boardrun/classic",
4 "maintainer": "QMK Community",
5 "manufacturer": "shensmobile",
6 "width": 16.5,
7 "height": 5,
8 "layouts": {
9 "LAYOUT_classic": {
10 "layout": [
11 {"y":0, "x":0, "label":"Esc", "w":1.5},
12 {"y":0, "x":1.5, "label":"1"},
13 {"y":0, "x":2.5, "label":"2"},
14 {"y":0, "x":3.5, "label":"3"},
15 {"y":0, "x":4.5, "label":"4"},
16 {"y":0, "x":5.5, "label":"5"},
17 {"y":0, "x":6.5, "label":"-"},
18 {"y":0, "x":9, "label":"="},
19 {"y":0, "x":10, "label":"6"},
20 {"y":0, "x":11, "label":"7"},
21 {"y":0, "x":12, "label":"8"},
22 {"y":0, "x":13, "label":"9"},
23 {"y":0, "x":14, "label":"0"},
24 {"y":0, "x":15, "label":"Backspace", "w":1.5},
25
26 {"y":1, "x":0, "label":"Tab", "w":1.5},
27 {"y":1, "x":1.5, "label":"Q"},
28 {"y":1, "x":2.5, "label":"W"},
29 {"y":1, "x":3.5, "label":"E"},
30 {"y":1, "x":4.5, "label":"R"},
31 {"y":1, "x":5.5, "label":"T"},
32 {"y":1, "x":6.5, "label":"["},
33 {"y":1, "x":9, "label":"]"},
34 {"y":1, "x":10, "label":"Y"},
35 {"y":1, "x":11, "label":"U"},
36 {"y":1, "x":12, "label":"I"},
37 {"y":1, "x":13, "label":"O"},
38 {"y":1, "x":14, "label":"P"},
39 {"y":1, "x":15, "label":"\\", "w":1.5},
40
41 {"y":2, "x":0, "label":"LCtrl", "w":1.5},
42 {"y":2, "x":1.5, "label":"A"},
43 {"y":2, "x":2.5, "label":"S"},
44 {"y":2, "x":3.5, "label":"D"},
45 {"y":2, "x":4.5, "label":"F"},
46 {"y":2, "x":5.5, "label":"G"},
47 {"y":2, "x":6.5, "label":"Home"},
48 {"y":2, "x":9, "label":"PgUp"},
49 {"y":2, "x":10, "label":"H"},
50 {"y":2, "x":11, "label":"J"},
51 {"y":2, "x":12, "label":"K"},
52 {"y":2, "x":13, "label":"L"},
53 {"y":2, "x":14, "label":";"},
54 {"y":2, "x":15, "label":"'", "w":1.5},
55
56 {"y":3, "x":0, "label":"LShift", "w":1.5},
57 {"y":3, "x":1.5, "label":"Z"},
58 {"y":3, "x":2.5, "label":"X"},
59 {"y":3, "x":3.5, "label":"C"},
60 {"y":3, "x":4.5, "label":"V"},
61 {"y":3, "x":5.5, "label":"B"},
62 {"y":3, "x":6.5, "label":"End"},
63 {"y":3, "x":9, "label":"PgDn"},
64 {"y":3, "x":10, "label":"N"},
65 {"y":3, "x":11, "label":"M"},
66 {"y":3, "x":12, "label":","},
67 {"y":3, "x":13, "label":"."},
68 {"y":3, "x":14, "label":"/"},
69 {"y":3, "x":15, "label":"RShift / Enter", "w":1.5},
70
71 {"y":4, "x":1.5, "label":"LGui"},
72 {"y":4, "x":2.5, "label":"Del"},
73 {"y":4, "x":3.5, "label":"`"},
74 {"y":4, "x":4.5, "label":"LAlt"},
75 {"y":4, "x":5.5, "label":"Space"},
76 {"y":4, "x":6.5, "label":"Space"},
77 {"y":4, "x":7.75,"label":"Fn"},
78 {"y":4, "x":9, "label":"Space / AltGr"},
79 {"y":4, "x":10, "label":"Space / AltGr"},
80 {"y":4, "x":11, "label":"Left"},
81 {"y":4, "x":12, "label":"Down"},
82 {"y":4, "x":13, "label":"Up"},
83 {"y":4, "x":14, "label":"Right"}
84
85 ]
86 }
87 }
88
89}
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..065bd5403
--- /dev/null
+++ b/keyboards/boardrun/classic/rules.mk
@@ -0,0 +1,23 @@
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 = lite # Virtual DIP switch configuration
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
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
23UNICODE_ENABLE = no # Unicode