aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/nckiibs/flatbread60/config.h175
-rw-r--r--keyboards/nckiibs/flatbread60/flatbread60.c18
-rw-r--r--keyboards/nckiibs/flatbread60/flatbread60.h42
-rw-r--r--keyboards/nckiibs/flatbread60/info.json253
-rw-r--r--keyboards/nckiibs/flatbread60/keymaps/default/keymap.c187
-rw-r--r--keyboards/nckiibs/flatbread60/keymaps/default/readme.md1
-rw-r--r--keyboards/nckiibs/flatbread60/keymaps/via/keymap.c114
-rw-r--r--keyboards/nckiibs/flatbread60/keymaps/via/rules.mk2
-rw-r--r--keyboards/nckiibs/flatbread60/readme.md19
-rw-r--r--keyboards/nckiibs/flatbread60/rules.mk22
-rw-r--r--keyboards/nckiibs/vaneela/config.h163
-rw-r--r--keyboards/nckiibs/vaneela/info.json313
-rw-r--r--keyboards/nckiibs/vaneela/keymaps/default/keymap.c120
-rw-r--r--keyboards/nckiibs/vaneela/keymaps/default/readme.md1
-rw-r--r--keyboards/nckiibs/vaneela/keymaps/via/keymap.c114
-rw-r--r--keyboards/nckiibs/vaneela/keymaps/via/rules.mk1
-rw-r--r--keyboards/nckiibs/vaneela/readme.md19
-rw-r--r--keyboards/nckiibs/vaneela/rules.mk22
-rw-r--r--keyboards/nckiibs/vaneela/vaneela.c18
-rw-r--r--keyboards/nckiibs/vaneela/vaneela.h42
-rw-r--r--keyboards/nckiibs/vaneelaex/config.h162
-rw-r--r--keyboards/nckiibs/vaneelaex/info.json326
-rw-r--r--keyboards/nckiibs/vaneelaex/keymaps/default/keymap.c108
-rw-r--r--keyboards/nckiibs/vaneelaex/keymaps/default/readme.md2
-rw-r--r--keyboards/nckiibs/vaneelaex/keymaps/via/keymap.c103
-rw-r--r--keyboards/nckiibs/vaneelaex/keymaps/via/rules.mk1
-rw-r--r--keyboards/nckiibs/vaneelaex/readme.md20
-rw-r--r--keyboards/nckiibs/vaneelaex/rules.mk22
-rw-r--r--keyboards/nckiibs/vaneelaex/vaneelaex.c18
-rw-r--r--keyboards/nckiibs/vaneelaex/vaneelaex.h42
30 files changed, 2450 insertions, 0 deletions
diff --git a/keyboards/nckiibs/flatbread60/config.h b/keyboards/nckiibs/flatbread60/config.h
new file mode 100644
index 000000000..14b54f43a
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/config.h
@@ -0,0 +1,175 @@
1/*
2Copyright 2020 noclew
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#include "config_common.h"
21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x9906
24#define PRODUCT_ID 0x0000
25#define DEVICE_VER 0x0001
26#define MANUFACTURER nckiibs
27#define PRODUCT Flatbread60
28
29/* key matrix size */
30#define MATRIX_ROWS 5
31#define MATRIX_COLS 12
32
33/*
34 * Keyboard Matrix Assignments
35 *
36 * Change this to how you wired your keyboard
37 * COLS: AVR pins used for columns, left to right
38 * ROWS: AVR pins used for rows, top to bottom
39 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41 *
42 */
43#define MATRIX_ROW_PINS { F6, B1, B3, B2, B6 }
44#define MATRIX_COL_PINS { F4, F5, B5, B4, E6, D7, C6, D4, D0, D1, D2, D3 }
45#define UNUSED_PINS
46
47/* COL2ROW, ROW2COL*/
48#define DIODE_DIRECTION COL2ROW
49
50// #define BACKLIGHT_PIN B7
51// #define BACKLIGHT_BREATHING
52// #define BACKLIGHT_LEVELS 3
53
54#define RGB_DI_PIN F7
55#ifdef RGB_DI_PIN
56 #define RGBLED_NUM 19
57 #define RGBLIGHT_HUE_STEP 8
58 #define RGBLIGHT_SAT_STEP 8
59 #define RGBLIGHT_VAL_STEP 8
60 #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
61 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
62/*== all animations enable ==*/
63 #define RGBLIGHT_ANIMATIONS
64
65#endif
66
67/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
68#define DEBOUNCE 5
69
70/* define if matrix has ghost (lacks anti-ghosting diodes) */
71//#define MATRIX_HAS_GHOST
72
73/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
74#define LOCKING_SUPPORT_ENABLE
75/* Locking resynchronize hack */
76#define LOCKING_RESYNC_ENABLE
77
78/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
79 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
80 */
81// #define GRAVE_ESC_CTRL_OVERRIDE
82
83/*
84 * Force NKRO
85 *
86 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
87 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
88 * makefile for this to work.)
89 *
90 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
91 * until the next keyboard reset.
92 *
93 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
94 * fully operational during normal computer usage.
95 *
96 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
97 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
98 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
99 * power-up.
100 *
101 */
102//#define FORCE_NKRO
103
104/*
105 * Magic Key Options
106 *
107 * Magic keys are hotkey commands that allow control over firmware functions of
108 * the keyboard. They are best used in combination with the HID Listen program,
109 * found here: https://www.pjrc.com/teensy/hid_listen.html
110 *
111 * The options below allow the magic key functionality to be changed. This is
112 * useful if your keyboard/keypad is missing keys and you want magic key support.
113 *
114 */
115
116/* key combination for magic key command */
117/* defined by default; to change, uncomment and set to the combination you want */
118// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
119
120/* control how magic key switches layers */
121//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
122//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
123//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
124
125/* override magic key keymap */
126//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
127//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
128//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
129//#define MAGIC_KEY_HELP H
130//#define MAGIC_KEY_HELP_ALT SLASH
131//#define MAGIC_KEY_DEBUG D
132//#define MAGIC_KEY_DEBUG_MATRIX X
133//#define MAGIC_KEY_DEBUG_KBD K
134//#define MAGIC_KEY_DEBUG_MOUSE M
135//#define MAGIC_KEY_VERSION V
136//#define MAGIC_KEY_STATUS S
137//#define MAGIC_KEY_CONSOLE C
138//#define MAGIC_KEY_LAYER0 0
139//#define MAGIC_KEY_LAYER0_ALT GRAVE
140//#define MAGIC_KEY_LAYER1 1
141//#define MAGIC_KEY_LAYER2 2
142//#define MAGIC_KEY_LAYER3 3
143//#define MAGIC_KEY_LAYER4 4
144//#define MAGIC_KEY_LAYER5 5
145//#define MAGIC_KEY_LAYER6 6
146//#define MAGIC_KEY_LAYER7 7
147//#define MAGIC_KEY_LAYER8 8
148//#define MAGIC_KEY_LAYER9 9
149//#define MAGIC_KEY_BOOTLOADER B
150//#define MAGIC_KEY_BOOTLOADER_ALT ESC
151//#define MAGIC_KEY_LOCK CAPS
152//#define MAGIC_KEY_EEPROM E
153//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
154//#define MAGIC_KEY_NKRO N
155//#define MAGIC_KEY_SLEEP_LED Z
156
157/*
158 * Feature disable options
159 * These options are also useful to firmware size reduction.
160 */
161
162/* disable debug print */
163//#define NO_DEBUG
164
165/* disable print */
166//#define NO_PRINT
167
168/* disable action features */
169//#define NO_ACTION_LAYER
170//#define NO_ACTION_TAPPING
171//#define NO_ACTION_ONESHOT
172
173/* disable these deprecated features by default */
174#define NO_ACTION_MACRO
175#define NO_ACTION_FUNCTION
diff --git a/keyboards/nckiibs/flatbread60/flatbread60.c b/keyboards/nckiibs/flatbread60/flatbread60.c
new file mode 100644
index 000000000..0cbc26553
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/flatbread60.c
@@ -0,0 +1,18 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include "flatbread60.h"
18
diff --git a/keyboards/nckiibs/flatbread60/flatbread60.h b/keyboards/nckiibs/flatbread60/flatbread60.h
new file mode 100644
index 000000000..3fb8d7a6f
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/flatbread60.h
@@ -0,0 +1,42 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21/* This is a shortcut to help you visually see your layout.
22 *
23 * The first section contains all of the arguments representing the physical
24 * layout of the board and position of the keys.
25 *
26 * The second converts the arguments into a two-dimensional array which
27 * represents the switch matrix.
28 */
29#define LAYOUT_ortho_5x12( \
30 k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, \
31 k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, \
32 k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36, \
33 k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48, \
34 k49, k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k60 \
35) \
36{ \
37 { k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12 }, \
38 { k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24 }, \
39 { k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36 }, \
40 { k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48 }, \
41 { k49, k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k60 } \
42}
diff --git a/keyboards/nckiibs/flatbread60/info.json b/keyboards/nckiibs/flatbread60/info.json
new file mode 100644
index 000000000..ed621e817
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/info.json
@@ -0,0 +1,253 @@
1{
2 "keyboard_name": "flatbread60",
3 "url": "",
4 "maintainer": "noclew",
5 "width": 12,
6 "height": 5,
7 "layouts": {
8 "LAYOUT_ortho_5x12": {
9 "layout": [
10 {
11 "x": 0,
12 "y": 0
13 },
14 {
15 "x": 1,
16 "y": 0
17 },
18 {
19 "x": 2,
20 "y": 0
21 },
22 {
23 "x": 3,
24 "y": 0
25 },
26 {
27 "x": 4,
28 "y": 0
29 },
30 {
31 "x": 5,
32 "y": 0
33 },
34 {
35 "x": 6,
36 "y": 0
37 },
38 {
39 "x": 7,
40 "y": 0
41 },
42 {
43 "x": 8,
44 "y": 0
45 },
46 {
47 "x": 9,
48 "y": 0
49 },
50 {
51 "x": 10,
52 "y": 0
53 },
54 {
55 "x": 11,
56 "y": 0
57 },
58 {
59 "x": 0,
60 "y": 1
61 },
62 {
63 "x": 1,
64 "y": 1
65 },
66 {
67 "x": 2,
68 "y": 1
69 },
70 {
71 "x": 3,
72 "y": 1
73 },
74 {
75 "x": 4,
76 "y": 1
77 },
78 {
79 "x": 5,
80 "y": 1
81 },
82 {
83 "x": 6,
84 "y": 1
85 },
86 {
87 "x": 7,
88 "y": 1
89 },
90 {
91 "x": 8,
92 "y": 1
93 },
94 {
95 "x": 9,
96 "y": 1
97 },
98 {
99 "x": 10,
100 "y": 1
101 },
102 {
103 "x": 11,
104 "y": 1
105 },
106 {
107 "x": 0,
108 "y": 2
109 },
110 {
111 "x": 1,
112 "y": 2
113 },
114 {
115 "x": 2,
116 "y": 2
117 },
118 {
119 "x": 3,
120 "y": 2
121 },
122 {
123 "x": 4,
124 "y": 2
125 },
126 {
127 "x": 5,
128 "y": 2
129 },
130 {
131 "x": 6,
132 "y": 2
133 },
134 {
135 "x": 7,
136 "y": 2
137 },
138 {
139 "x": 8,
140 "y": 2
141 },
142 {
143 "x": 9,
144 "y": 2
145 },
146 {
147 "x": 10,
148 "y": 2
149 },
150 {
151 "x": 11,
152 "y": 2
153 },
154 {
155 "x": 0,
156 "y": 3
157 },
158 {
159 "x": 1,
160 "y": 3
161 },
162 {
163 "x": 2,
164 "y": 3
165 },
166 {
167 "x": 3,
168 "y": 3
169 },
170 {
171 "x": 4,
172 "y": 3
173 },
174 {
175 "x": 5,
176 "y": 3
177 },
178 {
179 "x": 6,
180 "y": 3
181 },
182 {
183 "x": 7,
184 "y": 3
185 },
186 {
187 "x": 8,
188 "y": 3
189 },
190 {
191 "x": 9,
192 "y": 3
193 },
194 {
195 "x": 10,
196 "y": 3
197 },
198 {
199 "x": 11,
200 "y": 3
201 },
202 {
203 "x": 0,
204 "y": 4
205 },
206 {
207 "x": 1,
208 "y": 4
209 },
210 {
211 "x": 2,
212 "y": 4
213 },
214 {
215 "x": 3,
216 "y": 4
217 },
218 {
219 "x": 4,
220 "y": 4
221 },
222 {
223 "x": 5,
224 "y": 4
225 },
226 {
227 "x": 6,
228 "y": 4
229 },
230 {
231 "x": 7,
232 "y": 4
233 },
234 {
235 "x": 8,
236 "y": 4
237 },
238 {
239 "x": 9,
240 "y": 4
241 },
242 {
243 "x": 10,
244 "y": 4
245 },
246 {
247 "x": 11,
248 "y": 4
249 }
250 ]
251 }
252 }
253}
diff --git a/keyboards/nckiibs/flatbread60/keymaps/default/keymap.c b/keyboards/nckiibs/flatbread60/keymaps/default/keymap.c
new file mode 100644
index 000000000..ed3ed2603
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/keymaps/default/keymap.c
@@ -0,0 +1,187 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18// Defines names for use in layer keycodes and the keymap
19enum layer_names { _QWERTY, _COLEMAK, _DVORAK, _LOWER, _RAISE, _ADJUST };
20
21enum layer_keycodes {
22 QWERTY = SAFE_RANGE,
23 COLEMAK,
24 DVORAK,
25};
26
27// Defines the keycodes used by our macros in process_record_user
28#define LOWER MO(_LOWER)
29#define RAISE MO(_RAISE)
30
31const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
32/* BASE
33 * ,-----------------------------------------------------------------------------------.
34 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
35 * |------+------+------+------+------+------+------+------+------+------+------+------|
36 * | Tab | Q | W | E | R | T | Y | U | I | O | P | Del |
37 * |------+------+------+------+------+-------------+------+------+------+------+------|
38 * | Esc | A | S | D | F | G | H | J | K | L | ; | " |
39 * |------+------+------+------+------+------|------+------+------+------+------+------|
40 * | Shift| Z | X | C | V | B | N | M | , | . | / |Enter |
41 * |------+------+------+------+------+------+------+------+------+------+------+------|
42 * | | Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
43 * `-----------------------------------------------------------------------------------'
44 * */
45[_QWERTY] = LAYOUT_ortho_5x12(
46 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, 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_Y, KC_U, KC_I, KC_O, KC_P, KC_DEL,
48 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, 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_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
50 KC_NO, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
51 ),
52
53
54/* Colemak
55 * ,-----------------------------------------------------------------------------------.
56 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
57 * |------+------+------+------+------+------+------+------+------+------+------+------|
58 * | Tab | Q | W | F | P | G | J | L | U | Y | ; | Del |
59 * |------+------+------+------+------+-------------+------+------+------+------+------|
60 * | Esc | A | R | S | T | D | H | N | E | I | O | " |
61 * |------+------+------+------+------+------|------+------+------+------+------+------|
62 * | Shift| Z | X | C | V | B | K | M | , | . | / |Enter |
63 * |------+------+------+------+------+------+------+------+------+------+------+------|
64 * | | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right |
65 * `-----------------------------------------------------------------------------------'
66 */
67
68[_COLEMAK] = LAYOUT_ortho_5x12(
69 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
70 KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_DEL,
71 KC_ESC, KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT,
72 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
73 KC_NO, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
74 ),
75
76/* Dvorak
77 * ,-----------------------------------------------------------------------------------.
78 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
79 * |------+------+------+------+------+------+------+------+------+------+------+------|
80 * | Tab | " | , | . | P | Y | F | G | C | R | L | Del |
81 * |------+------+------+------+------+-------------+------+------+------+------+------|
82 * | Esc | A | O | E | U | I | D | H | T | N | S | / |
83 * |------+------+------+------+------+------|------+------+------+------+------+------|
84 * | Shift| ; | Q | J | K | X | B | M | W | V | Z |Enter |
85 * |------+------+------+------+------+------+------+------+------+------+------+------|
86 * | | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right |
87 * `-----------------------------------------------------------------------------------'
88 */
89[_DVORAK] = LAYOUT_ortho_5x12(
90 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
91 KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_DEL,
92 KC_ESC, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_SLSH,
93 KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_ENT,
94 KC_NO, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
95 ),
96
97 /* Lower
98 * ,-----------------------------------------------------------------------------------.
99 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp |
100 * |------+------+------+------+------+-------------+------+------+------+------+------|
101 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
102 * |------+------+------+------+------+-------------+------+------+------+------+------|
103 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
104 * |------+------+------+------+------+------|------+------+------+------+------+------|
105 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
106 * |------+------+------+------+------+------+------+------+------+------+------+------|
107 * | | | | | | | | Next | Vol- | Vol+ | Play |
108 * `-----------------------------------------------------------------------------------'
109 */
110[_LOWER] = LAYOUT_ortho_5x12(
111 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
112 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
113 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
114 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
115 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
116),
117
118/* Raise
119 * ,-----------------------------------------------------------------------------------.
120 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
121 * |------+------+------+------+------+------+------+------+------+------+------+------|
122 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
123 * |------+------+------+------+------+-------------+------+------+------+------+------|
124 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
125 * |------+------+------+------+------+------|------+------+------+------+------+------|
126 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
127 * |------+------+------+------+------+------+------+------+------+------+------+------|
128 * | | | | | | | | Next | Vol- | Vol+ | Play |
129 * `-----------------------------------------------------------------------------------'
130 */
131[_RAISE] = LAYOUT_ortho_5x12(
132 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
133 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
134 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
135 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
136 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
137),
138
139/* FN (Lower + Raise)
140 * ,-----------------------------------------------------------------------------------.
141 * | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
142 * |------+------+------+------+------+------+------+------+------+------+------+------|
143 * | | Reset| Debug| | | | | | | | | Del |
144 * |------+------+------+------+------+-------------+------+------+------+------+------|
145 * | | | | | |AGNorm|AGswap|Qwerty|Colemk|Dvorak| | |
146 * |------+------+------+------+------+------|------+------+------+------+------+------|
147 * | | rgb |rgb M | Hue |brt + |brt - |sat + | | | | | |
148 * |------+------+------+------+------+------+------+------+------+------+------+------|
149 * | | | | | | | | | | | |
150 * `-----------------------------------------------------------------------------------'
151 */
152[_ADJUST] = LAYOUT_ortho_5x12(
153 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
154 _______, RESET, DEBUG, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL,
155 _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______,
156 _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, _______, _______, _______, _______, _______,
157 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
158)
159
160};
161
162layer_state_t layer_state_set_user(layer_state_t state) {
163 state = update_tri_layer_state(state, _RAISE, _LOWER, _ADJUST);
164 return state;
165}
166
167bool process_record_user(uint16_t keycode, keyrecord_t *record) {
168 switch (keycode) {
169 case QWERTY:
170 if (record->event.pressed) {
171 print("mode just switched to qwerty and this is a huge string\n");
172 set_single_persistent_default_layer(_QWERTY);
173 }
174 return false;
175 case COLEMAK:
176 if (record->event.pressed) {
177 set_single_persistent_default_layer(_COLEMAK);
178 }
179 return false;
180 case DVORAK:
181 if (record->event.pressed) {
182 set_single_persistent_default_layer(_DVORAK);
183 }
184 return false;
185 }
186 return true;
187}
diff --git a/keyboards/nckiibs/flatbread60/keymaps/default/readme.md b/keyboards/nckiibs/flatbread60/keymaps/default/readme.md
new file mode 100644
index 000000000..571cfbcd6
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/keymaps/default/readme.md
@@ -0,0 +1 @@
# The default keymap for flatbread60
diff --git a/keyboards/nckiibs/flatbread60/keymaps/via/keymap.c b/keyboards/nckiibs/flatbread60/keymaps/via/keymap.c
new file mode 100644
index 000000000..cfba3e11c
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/keymaps/via/keymap.c
@@ -0,0 +1,114 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18enum layer_names { _QWERTY, _LOWER, _RAISE, _ADJUST };
19
20enum layer_keycodes {
21 QWERTY = SAFE_RANGE,
22 COLEMAK,
23 DVORAK,
24};
25
26#define LOWER MO(_LOWER)
27#define RAISE MO(_RAISE)
28
29const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
30/* BASE
31 * ,-----------------------------------------------------------------------------------.
32 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
33 * |------+------+------+------+------+------+------+------+------+------+------+------|
34 * | Tab | Q | W | E | R | T | Y | U | I | O | P | Del |
35 * |------+------+------+------+------+-------------+------+------+------+------+------|
36 * | Esc | A | S | D | F | G | H | J | K | L | ; | " |
37 * |------+------+------+------+------+------|------+------+------+------+------+------|
38 * | Shift| Z | X | C | V | B | N | M | , | . | / |Enter |
39 * |------+------+------+------+------+------+------+------+------+------+------+------|
40 * | | Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
41 * `-----------------------------------------------------------------------------------'
42 * */
43[_QWERTY] = LAYOUT_ortho_5x12(
44 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
45 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_DEL,
46 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
47 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
48 KC_NO, KC_LCTL, KC_LALT, KC_LGUI, FN_MO13, KC_SPC, KC_SPC, FN_MO23, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
49 ),
50
51 /* Lower
52 * ,-----------------------------------------------------------------------------------.
53 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp |
54 * |------+------+------+------+------+-------------+------+------+------+------+------|
55 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
56 * |------+------+------+------+------+-------------+------+------+------+------+------|
57 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
58 * |------+------+------+------+------+------|------+------+------+------+------+------|
59 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
60 * |------+------+------+------+------+------+------+------+------+------+------+------|
61 * | | | | | | | | Next | Vol- | Vol+ | Play |
62 * `-----------------------------------------------------------------------------------'
63 */
64[_LOWER] = LAYOUT_ortho_5x12(
65 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
66 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
67 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
68 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
69 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
70),
71
72/* Raise
73 * ,-----------------------------------------------------------------------------------.
74 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
75 * |------+------+------+------+------+------+------+------+------+------+------+------|
76 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
77 * |------+------+------+------+------+-------------+------+------+------+------+------|
78 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
79 * |------+------+------+------+------+------|------+------+------+------+------+------|
80 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
81 * |------+------+------+------+------+------+------+------+------+------+------+------|
82 * | | | | | | | | Next | Vol- | Vol+ | Play |
83 * `-----------------------------------------------------------------------------------'
84 */
85[_RAISE] = LAYOUT_ortho_5x12(
86 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
87 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
88 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
89 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
90 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
91),
92
93/* FN (Lower + Raise)
94 * ,-----------------------------------------------------------------------------------.
95 * | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
96 * |------+------+------+------+------+------+------+------+------+------+------+------|
97 * | | Reset| Debug| | | | | | | | | Del |
98 * |------+------+------+------+------+-------------+------+------+------+------+------|
99 * | | | | | |AGnorm|AGswap| | | | | |
100 * |------+------+------+------+------+------|------+------+------+------+------+------|
101 * | | rgb |rgb M | Hue |brt + |brt - |sat + | | | | | |
102 * |------+------+------+------+------+------+------+------+------+------+------+------|
103 * | | | | | | | | | | | |
104 * `-----------------------------------------------------------------------------------'
105 */
106[_ADJUST] = LAYOUT_ortho_5x12(
107 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
108 _______, RESET, DEBUG, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL,
109 _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______,
110 _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, _______, _______, _______, _______, _______,
111 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
112)
113
114};
diff --git a/keyboards/nckiibs/flatbread60/keymaps/via/rules.mk b/keyboards/nckiibs/flatbread60/keymaps/via/rules.mk
new file mode 100644
index 000000000..bde15290b
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2RGBLIGHT_ENABLE = no
diff --git a/keyboards/nckiibs/flatbread60/readme.md b/keyboards/nckiibs/flatbread60/readme.md
new file mode 100644
index 000000000..fa932143b
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/readme.md
@@ -0,0 +1,19 @@
1# flatbread60
2
3![flatbread60](https://i.imgur.com/kIPP0JKl.jpg)
4
5This is a custom PCB made by a hobbiest, and it has an ortholinear 60 key layout. Flatbread60 supports Pro Micro and its wireless variants, such as Blue Micro. A battery switch slot and extra pinout is on the board.
6
7* Keyboard Maintainer: [noclew](https://github.com/noclew)
8* Hardware Supported: flatbread60 PCB
9* Hardware Availability: Not commercially available, but the board fabricaion file will be uploaded in the near future.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make nckiibs/flatbread60:default
14
15Flashing example for this keyboard:
16
17 make nckiibs/flatbread60:default:flash
18
19See 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/nckiibs/flatbread60/rules.mk b/keyboards/nckiibs/flatbread60/rules.mk
new file mode 100644
index 000000000..4012c6ac3
--- /dev/null
+++ b/keyboards/nckiibs/flatbread60/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = caterina
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # 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 = no # 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
diff --git a/keyboards/nckiibs/vaneela/config.h b/keyboards/nckiibs/vaneela/config.h
new file mode 100644
index 000000000..b8f031d7c
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/config.h
@@ -0,0 +1,163 @@
1/*
2Copyright 2020 noclew
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#include "config_common.h"
21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x9906
24#define PRODUCT_ID 0x0001
25#define DEVICE_VER 0x0001
26#define MANUFACTURER noclew
27#define PRODUCT Vaneela
28
29/* key matrix size */
30#define MATRIX_ROWS 5
31#define MATRIX_COLS 12
32
33/*
34 * Keyboard Matrix Assignments
35 *
36 * Change this to how you wired your keyboard
37 * COLS: AVR pins used for columns, left to right
38 * ROWS: AVR pins used for rows, top to bottom
39 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41 *
42 */
43#define MATRIX_ROW_PINS { F6, F7, B3, B2, B6 }
44#define MATRIX_COL_PINS { F4, F5, B5, B4, E6, D7, C6, D4, D0, D1, D2, D3 }
45#define UNUSED_PINS
46
47/* COL2ROW, ROW2COL*/
48#define DIODE_DIRECTION COL2ROW
49
50
51/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
52#define DEBOUNCE 5
53
54/* define if matrix has ghost (lacks anti-ghosting diodes) */
55//#define MATRIX_HAS_GHOST
56
57/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
58#define LOCKING_SUPPORT_ENABLE
59/* Locking resynchronize hack */
60#define LOCKING_RESYNC_ENABLE
61
62/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
63 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
64 */
65// #define GRAVE_ESC_CTRL_OVERRIDE
66
67/*
68 * Force NKRO
69 *
70 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
71 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
72 * makefile for this to work.)
73 *
74 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
75 * until the next keyboard reset.
76 *
77 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
78 * fully operational during normal computer usage.
79 *
80 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
81 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
82 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
83 * power-up.
84 *
85 */
86//#define FORCE_NKRO
87
88/*
89 * Magic Key Options
90 *
91 * Magic keys are hotkey commands that allow control over firmware functions of
92 * the keyboard. They are best used in combination with the HID Listen program,
93 * found here: https://www.pjrc.com/teensy/hid_listen.html
94 *
95 * The options below allow the magic key functionality to be changed. This is
96 * useful if your keyboard/keypad is missing keys and you want magic key support.
97 *
98 */
99
100/* key combination for magic key command */
101/* defined by default; to change, uncomment and set to the combination you want */
102// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
103
104/* control how magic key switches layers */
105//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
106//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
107//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
108
109/* override magic key keymap */
110//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
111//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
112//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
113//#define MAGIC_KEY_HELP H
114//#define MAGIC_KEY_HELP_ALT SLASH
115//#define MAGIC_KEY_DEBUG D
116//#define MAGIC_KEY_DEBUG_MATRIX X
117//#define MAGIC_KEY_DEBUG_KBD K
118//#define MAGIC_KEY_DEBUG_MOUSE M
119//#define MAGIC_KEY_VERSION V
120//#define MAGIC_KEY_STATUS S
121//#define MAGIC_KEY_CONSOLE C
122//#define MAGIC_KEY_LAYER0 0
123//#define MAGIC_KEY_LAYER0_ALT GRAVE
124//#define MAGIC_KEY_LAYER1 1
125//#define MAGIC_KEY_LAYER2 2
126//#define MAGIC_KEY_LAYER3 3
127//#define MAGIC_KEY_LAYER4 4
128//#define MAGIC_KEY_LAYER5 5
129//#define MAGIC_KEY_LAYER6 6
130//#define MAGIC_KEY_LAYER7 7
131//#define MAGIC_KEY_LAYER8 8
132//#define MAGIC_KEY_LAYER9 9
133//#define MAGIC_KEY_BOOTLOADER B
134//#define MAGIC_KEY_BOOTLOADER_ALT ESC
135//#define MAGIC_KEY_LOCK CAPS
136//#define MAGIC_KEY_EEPROM E
137//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
138//#define MAGIC_KEY_NKRO N
139//#define MAGIC_KEY_SLEEP_LED Z
140
141/*
142 * Feature disable options
143 * These options are also useful to firmware size reduction.
144 */
145
146/* disable debug print */
147//#define NO_DEBUG
148
149/* disable print */
150//#define NO_PRINT
151
152/* disable action features */
153//#define NO_ACTION_LAYER
154//#define NO_ACTION_TAPPING
155//#define NO_ACTION_ONESHOT
156
157/* disable these deprecated features by default */
158#define NO_ACTION_MACRO
159#define NO_ACTION_FUNCTION
160
161/* Bootmagic Lite key configuration */
162// #define BOOTMAGIC_LITE_ROW 0
163// #define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/nckiibs/vaneela/info.json b/keyboards/nckiibs/vaneela/info.json
new file mode 100644
index 000000000..9faf7ceff
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/info.json
@@ -0,0 +1,313 @@
1{
2 "keyboard_name": "Vaneela",
3 "url": "http://www.keyboard-layout-editor.com/#/gists/be89ff3a761a44280296994d459bd0a9",
4 "maintainer": "qmk",
5 "width": 12.5,
6 "height": 5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {
11 "label": "`",
12 "x": 0,
13 "y": 0
14 },
15 {
16 "label": "1",
17 "x": 1,
18 "y": 0
19 },
20 {
21 "label": "2",
22 "x": 2,
23 "y": 0
24 },
25 {
26 "label": "3",
27 "x": 3,
28 "y": 0
29 },
30 {
31 "label": "4",
32 "x": 4,
33 "y": 0
34 },
35 {
36 "label": "5",
37 "x": 5,
38 "y": 0
39 },
40 {
41 "label": "6",
42 "x": 6,
43 "y": 0
44 },
45 {
46 "label": "7",
47 "x": 7,
48 "y": 0
49 },
50 {
51 "label": "8",
52 "x": 8,
53 "y": 0
54 },
55 {
56 "label": "9",
57 "x": 9,
58 "y": 0
59 },
60 {
61 "label": "0",
62 "x": 10,
63 "y": 0
64 },
65 {
66 "label": ":)",
67 "x": 11,
68 "y": 0,
69 "w": 1.5
70 },
71 {
72 "label": "TAB",
73 "x": 0,
74 "y": 1
75 },
76 {
77 "label": "Q",
78 "x": 1,
79 "y": 1
80 },
81 {
82 "label": "W",
83 "x": 2,
84 "y": 1
85 },
86 {
87 "label": "E",
88 "x": 3,
89 "y": 1
90 },
91 {
92 "label": "R",
93 "x": 4,
94 "y": 1
95 },
96 {
97 "label": "T",
98 "x": 5,
99 "y": 1
100 },
101 {
102 "label": "Y",
103 "x": 6,
104 "y": 1
105 },
106 {
107 "label": "U",
108 "x": 7,
109 "y": 1
110 },
111 {
112 "label": "I",
113 "x": 8,
114 "y": 1
115 },
116 {
117 "label": "O",
118 "x": 9,
119 "y": 1
120 },
121 {
122 "label": "P",
123 "x": 10,
124 "y": 1
125 },
126 {
127 "label": "BS",
128 "x": 11,
129 "y": 1,
130 "w": 1.5
131 },
132 {
133 "label": "ESC",
134 "x": 0,
135 "y": 2,
136 "w": 1.25
137 },
138 {
139 "label": "A",
140 "x": 1.25,
141 "y": 2
142 },
143 {
144 "label": "S",
145 "x": 2.25,
146 "y": 2
147 },
148 {
149 "label": "D",
150 "x": 3.25,
151 "y": 2
152 },
153 {
154 "label": "F",
155 "x": 4.25,
156 "y": 2
157 },
158 {
159 "label": "G",
160 "x": 5.25,
161 "y": 2
162 },
163 {
164 "label": "H",
165 "x": 6.25,
166 "y": 2
167 },
168 {
169 "label": "J",
170 "x": 7.25,
171 "y": 2
172 },
173 {
174 "label": "K",
175 "x": 8.25,
176 "y": 2
177 },
178 {
179 "label": "L",
180 "x": 9.25,
181 "y": 2
182 },
183 {
184 "label": ";",
185 "x": 10.25,
186 "y": 2
187 },
188 {
189 "label": "ENTER",
190 "x": 11.25,
191 "y": 2,
192 "w": 1.25
193 },
194 {
195 "label": "SHIFT",
196 "x": 0,
197 "y": 3,
198 "w": 1.5
199 },
200 {
201 "label": "Z",
202 "x": 1.5,
203 "y": 3
204 },
205 {
206 "label": "X",
207 "x": 2.5,
208 "y": 3
209 },
210 {
211 "label": "C",
212 "x": 3.5,
213 "y": 3
214 },
215 {
216 "label": "V",
217 "x": 4.5,
218 "y": 3
219 },
220 {
221 "label": "B",
222 "x": 5.5,
223 "y": 3
224 },
225 {
226 "label": "N",
227 "x": 6.5,
228 "y": 3
229 },
230 {
231 "label": "M",
232 "x": 7.5,
233 "y": 3
234 },
235 {
236 "label": ",",
237 "x": 8.5,
238 "y": 3
239 },
240 {
241 "label": ".",
242 "x": 9.5,
243 "y": 3
244 },
245 {
246 "label": "/",
247 "x": 10.5,
248 "y": 3
249 },
250 {
251 "label": "SHIFT",
252 "x": 11.5,
253 "y": 3
254 },
255 {
256 "label": "CTRL",
257 "x": 0,
258 "y": 4
259 },
260 {
261 "label": "GUI",
262 "x": 1,
263 "y": 4
264 },
265 {
266 "label": "ALT",
267 "x": 2,
268 "y": 4
269 },
270 {
271 "x": 3,
272 "y": 4
273 },
274 {
275 "label": "LOWER",
276 "x": 4,
277 "y": 4,
278 "w": 1.25
279 },
280 {
281 "x": 5.25,
282 "y": 4
283 },
284 {
285 "x": 6.25,
286 "y": 4
287 },
288 {
289 "label": "RAISE",
290 "x": 7.25,
291 "y": 4,
292 "w": 1.25
293 },
294 {
295 "x": 8.5,
296 "y": 4
297 },
298 {
299 "x": 9.5,
300 "y": 4
301 },
302 {
303 "x": 10.5,
304 "y": 4
305 },
306 {
307 "x": 11.5,
308 "y": 4
309 }
310 ]
311 }
312 }
313}
diff --git a/keyboards/nckiibs/vaneela/keymaps/default/keymap.c b/keyboards/nckiibs/vaneela/keymaps/default/keymap.c
new file mode 100644
index 000000000..ce0cd88e7
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/keymaps/default/keymap.c
@@ -0,0 +1,120 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18// Defines names for use in layer keycodes and the keymap
19enum layer_names {
20 _BASE,
21 _LOWER,
22 _RAISE,
23 _FN
24};
25
26// Defines the keycodes used by our macros in process_record_user
27#define LOWER MO(_LOWER)
28#define RAISE MO(_RAISE)
29
30const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
31/* BASE
32 * ,-----------------------------------------------------------------------------------.
33 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | del |
34 * |------+------+------+------+------+------+------+------+------+------+------+------|
35 * | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
36 * |------+------+------+------+------+-------------+------+------+------+------+------|
37 * | Esc | A | S | D | F | G | H | J | K | L | ; |Enter |
38 * |------+------+------+------+------+------|------+------+------+------+------+------|
39 * | Shift| Z | X | C | V | B | N | M | , | . | / | " |
40 * |------+------+------+------+------+------+------+------+------+------+------+------|
41 * | Ctrl | Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
42 * `-----------------------------------------------------------------------------------'
43 * */
44 [_BASE] = LAYOUT_ortho_5x12(
45 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
46 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
47 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
48 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT,
49 KC_LCTL, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
50 ),
51
52 /* Lower
53 * ,-----------------------------------------------------------------------------------.
54 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp |
55 * |------+------+------+------+------+-------------+------+------+------+------+------|
56 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
57 * |------+------+------+------+------+-------------+------+------+------+------+------|
58 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
59 * |------+------+------+------+------+------|------+------+------+------+------+------|
60 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
61 * |------+------+------+------+------+------+------+------+------+------+------+------|
62 * | | | | | | | | Next | Vol- | Vol+ | Play |
63 * `-----------------------------------------------------------------------------------'
64 */
65[_LOWER] = LAYOUT_ortho_5x12(
66 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
67 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
68 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
69 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
70 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
71),
72
73/* Raise
74 * ,-----------------------------------------------------------------------------------.
75 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
76 * |------+------+------+------+------+------+------+------+------+------+------+------|
77 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
78 * |------+------+------+------+------+-------------+------+------+------+------+------|
79 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
80 * |------+------+------+------+------+------|------+------+------+------+------+------|
81 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
82 * |------+------+------+------+------+------+------+------+------+------+------+------|
83 * | | | | | | | | Next | Vol- | Vol+ | Play |
84 * `-----------------------------------------------------------------------------------'
85 */
86[_RAISE] = LAYOUT_ortho_5x12(
87 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
88 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_BSPC, KC_9, KC_0, KC_DEL,
89 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, KC_BSLS,
90 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
91 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
92),
93
94/* FN (Lower + Raise)
95 * ,-----------------------------------------------------------------------------------.
96 * | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
97 * |------+------+------+------+------+------+------+------+------+------+------+------|
98 * | | Reset| Debug| | | | | | | | | Del |
99 * |------+------+------+------+------+-------------+------+------+------+------+------|
100 * | | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
101 * |------+------+------+------+------+------|------+------+------+------+------+------|
102 * | |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | |
103 * |------+------+------+------+------+------+------+------+------+------+------+------|
104 * | | | | | | | | | | | |
105 * `-----------------------------------------------------------------------------------'
106 */
107[_FN] = LAYOUT_ortho_5x12(
108 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
109 _______, RESET, DEBUG, _______, _______, _______, _______, _______, _______,TERM_ON, TERM_OFF, KC_DEL,
110 _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______,
111 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
112 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
113)
114
115};
116
117layer_state_t layer_state_set_user(layer_state_t state) {
118 state = update_tri_layer_state(state, _RAISE, _LOWER, _FN);
119 return state;
120}
diff --git a/keyboards/nckiibs/vaneela/keymaps/default/readme.md b/keyboards/nckiibs/vaneela/keymaps/default/readme.md
new file mode 100644
index 000000000..597cee4fa
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/keymaps/default/readme.md
@@ -0,0 +1 @@
# The default keymap for vaneela
diff --git a/keyboards/nckiibs/vaneela/keymaps/via/keymap.c b/keyboards/nckiibs/vaneela/keymaps/via/keymap.c
new file mode 100644
index 000000000..1dfad3f8e
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/keymaps/via/keymap.c
@@ -0,0 +1,114 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18// Defines names for use in layer keycodes and the keymap
19enum layer_names {
20 _BASE,
21 _LOWER,
22 _RAISE,
23 _FN
24};
25// Defines the keycodes used by our macros in process_record_user
26#define LOWER MO(_LOWER)
27#define RAISE MO(_RAISE)
28
29const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
30/* BASE
31 * ,-----------------------------------------------------------------------------------.
32 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | del |
33 * |------+------+------+------+------+------+------+------+------+------+------+------|
34 * | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
35 * |------+------+------+------+------+-------------+------+------+------+------+------|
36 * | Esc | A | S | D | F | G | H | J | K | L | ; |Enter |
37 * |------+------+------+------+------+------|------+------+------+------+------+------|
38 * | Shift| Z | X | C | V | B | N | M | , | . | / | " |
39 * |------+------+------+------+------+------+------+------+------+------+------+------|
40 * | Ctrl | Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
41 * `-----------------------------------------------------------------------------------'
42 * */
43 [_BASE] = LAYOUT_ortho_5x12(
44 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
45 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
46 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
47 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT,
48 KC_LCTL, KC_LCTL, KC_LALT, KC_LGUI, FN_MO13, KC_SPC, KC_SPC, FN_MO23, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
49 ),
50
51 /* Lower
52 * ,-----------------------------------------------------------------------------------.
53 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp |
54 * |------+------+------+------+------+-------------+------+------+------+------+------|
55 * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
56 * |------+------+------+------+------+-------------+------+------+------+------+------|
57 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
58 * |------+------+------+------+------+------|------+------+------+------+------+------|
59 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
60 * |------+------+------+------+------+------+------+------+------+------+------+------|
61 * | | | | | | | | Next | Vol- | Vol+ | Play |
62 * `-----------------------------------------------------------------------------------'
63 */
64[_LOWER] = LAYOUT_ortho_5x12(
65 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
66 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
67 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
68 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
69 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
70),
71
72/* Raise
73 * ,-----------------------------------------------------------------------------------.
74 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
75 * |------+------+------+------+------+------+------+------+------+------+------+------|
76 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
77 * |------+------+------+------+------+-------------+------+------+------+------+------|
78 * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
79 * |------+------+------+------+------+------|------+------+------+------+------+------|
80 * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
81 * |------+------+------+------+------+------+------+------+------+------+------+------|
82 * | | | | | | | | Next | Vol- | Vol+ | Play |
83 * `-----------------------------------------------------------------------------------'
84 */
85[_RAISE] = LAYOUT_ortho_5x12(
86 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
87 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_BSPC, KC_9, KC_0, KC_DEL,
88 KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, KC_BSLS,
89 _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
90 _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
91),
92
93/* FN (Lower + Raise)
94 * ,-----------------------------------------------------------------------------------.
95 * | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
96 * |------+------+------+------+------+------+------+------+------+------+------+------|
97 * | | Reset| Debug| | | | | | | | | Del |
98 * |------+------+------+------+------+-------------+------+------+------+------+------|
99 * | | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
100 * |------+------+------+------+------+------|------+------+------+------+------+------|
101 * | |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | |
102 * |------+------+------+------+------+------+------+------+------+------+------+------|
103 * | | | | | | | | | | | |
104 * `-----------------------------------------------------------------------------------'
105 */
106[_FN] = LAYOUT_ortho_5x12(
107 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
108 _______, RESET, DEBUG, _______, _______, _______, _______, _______, _______,TERM_ON, TERM_OFF, KC_DEL,
109 _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______,
110 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
111 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
112)
113
114};
diff --git a/keyboards/nckiibs/vaneela/keymaps/via/rules.mk b/keyboards/nckiibs/vaneela/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/nckiibs/vaneela/readme.md b/keyboards/nckiibs/vaneela/readme.md
new file mode 100644
index 000000000..65a7d1772
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/readme.md
@@ -0,0 +1,19 @@
1# Vaneela
2
3![vaneela](https://i.imgur.com/wp64G8vl.jpg)
4
5This is a semi-staggered 5x12 keyboard made by a hobbist. Vaneela runs on Pro Micro and its compatible variants, such as elite-C. In matrix wise, it has the same key layout as other 5 x 12 ortholinear boards.
6
7* Keyboard Maintainer: [noclew](https://github.com/noclew)
8* Hardware Supported: Vaneela
9* Hardware Availability: Not commercially available, but the board fabricaion file will be uploaded in the near future.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make nckiibs/vaneela:default
14
15Flashing example for this keyboard:
16
17 make nckiibs/vaneela:default:flash
18
19See 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/nckiibs/vaneela/rules.mk b/keyboards/nckiibs/vaneela/rules.mk
new file mode 100644
index 000000000..fd76a5247
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = caterina
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # 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 = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/nckiibs/vaneela/vaneela.c b/keyboards/nckiibs/vaneela/vaneela.c
new file mode 100644
index 000000000..ca5d513a0
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/vaneela.c
@@ -0,0 +1,18 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include "vaneela.h"
18
diff --git a/keyboards/nckiibs/vaneela/vaneela.h b/keyboards/nckiibs/vaneela/vaneela.h
new file mode 100644
index 000000000..3fb8d7a6f
--- /dev/null
+++ b/keyboards/nckiibs/vaneela/vaneela.h
@@ -0,0 +1,42 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21/* This is a shortcut to help you visually see your layout.
22 *
23 * The first section contains all of the arguments representing the physical
24 * layout of the board and position of the keys.
25 *
26 * The second converts the arguments into a two-dimensional array which
27 * represents the switch matrix.
28 */
29#define LAYOUT_ortho_5x12( \
30 k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, \
31 k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, \
32 k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36, \
33 k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48, \
34 k49, k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k60 \
35) \
36{ \
37 { k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12 }, \
38 { k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24 }, \
39 { k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36 }, \
40 { k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48 }, \
41 { k49, k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k60 } \
42}
diff --git a/keyboards/nckiibs/vaneelaex/config.h b/keyboards/nckiibs/vaneelaex/config.h
new file mode 100644
index 000000000..46ced5bfb
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/config.h
@@ -0,0 +1,162 @@
1/*
2Copyright 2020 noclew
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#include "config_common.h"
21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x9906
24#define PRODUCT_ID 0x0002
25#define DEVICE_VER 0x0001
26#define MANUFACTURER nckiibs
27#define PRODUCT VaneelaEx
28
29/* key matrix size */
30#define MATRIX_ROWS 6
31#define MATRIX_COLS 12
32
33/*
34 * Keyboard Matrix Assignments
35 *
36 * Change this to how you wired your keyboard
37 * COLS: AVR pins used for columns, left to right
38 * ROWS: AVR pins used for rows, top to bottom
39 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41 *
42 */
43#define MATRIX_ROW_PINS { D3, D2, D1, D0, B2, B6 }
44#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B5, B4, E6, D7, C6, D4 }
45//#define UNUSED_PINS
46
47/* COL2ROW, ROW2COL*/
48#define DIODE_DIRECTION COL2ROW
49
50/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
51#define DEBOUNCE 5
52
53/* define if matrix has ghost (lacks anti-ghosting diodes) */
54//#define MATRIX_HAS_GHOST
55
56/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
57#define LOCKING_SUPPORT_ENABLE
58/* Locking resynchronize hack */
59#define LOCKING_RESYNC_ENABLE
60
61/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
62 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
63 */
64// #define GRAVE_ESC_CTRL_OVERRIDE
65
66/*
67 * Force NKRO
68 *
69 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
70 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
71 * makefile for this to work.)
72 *
73 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
74 * until the next keyboard reset.
75 *
76 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
77 * fully operational during normal computer usage.
78 *
79 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
80 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
81 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
82 * power-up.
83 *
84 */
85//#define FORCE_NKRO
86
87/*
88 * Magic Key Options
89 *
90 * Magic keys are hotkey commands that allow control over firmware functions of
91 * the keyboard. They are best used in combination with the HID Listen program,
92 * found here: https://www.pjrc.com/teensy/hid_listen.html
93 *
94 * The options below allow the magic key functionality to be changed. This is
95 * useful if your keyboard/keypad is missing keys and you want magic key support.
96 *
97 */
98
99/* key combination for magic key command */
100/* defined by default; to change, uncomment and set to the combination you want */
101// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
102
103/* control how magic key switches layers */
104//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
105//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
106//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
107
108/* override magic key keymap */
109//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
110//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
111//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
112//#define MAGIC_KEY_HELP H
113//#define MAGIC_KEY_HELP_ALT SLASH
114//#define MAGIC_KEY_DEBUG D
115//#define MAGIC_KEY_DEBUG_MATRIX X
116//#define MAGIC_KEY_DEBUG_KBD K
117//#define MAGIC_KEY_DEBUG_MOUSE M
118//#define MAGIC_KEY_VERSION V
119//#define MAGIC_KEY_STATUS S
120//#define MAGIC_KEY_CONSOLE C
121//#define MAGIC_KEY_LAYER0 0
122//#define MAGIC_KEY_LAYER0_ALT GRAVE
123//#define MAGIC_KEY_LAYER1 1
124//#define MAGIC_KEY_LAYER2 2
125//#define MAGIC_KEY_LAYER3 3
126//#define MAGIC_KEY_LAYER4 4
127//#define MAGIC_KEY_LAYER5 5
128//#define MAGIC_KEY_LAYER6 6
129//#define MAGIC_KEY_LAYER7 7
130//#define MAGIC_KEY_LAYER8 8
131//#define MAGIC_KEY_LAYER9 9
132//#define MAGIC_KEY_BOOTLOADER B
133//#define MAGIC_KEY_BOOTLOADER_ALT ESC
134//#define MAGIC_KEY_LOCK CAPS
135//#define MAGIC_KEY_EEPROM E
136//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
137//#define MAGIC_KEY_NKRO N
138//#define MAGIC_KEY_SLEEP_LED Z
139
140/*
141 * Feature disable options
142 * These options are also useful to firmware size reduction.
143 */
144
145/* disable debug print */
146//#define NO_DEBUG
147
148/* disable print */
149//#define NO_PRINT
150
151/* disable action features */
152//#define NO_ACTION_LAYER
153//#define NO_ACTION_TAPPING
154//#define NO_ACTION_ONESHOT
155
156/* disable these deprecated features by default */
157#define NO_ACTION_MACRO
158#define NO_ACTION_FUNCTION
159
160/* Bootmagic Lite key configuration */
161// #define BOOTMAGIC_LITE_ROW 0
162// #define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/nckiibs/vaneelaex/info.json b/keyboards/nckiibs/vaneelaex/info.json
new file mode 100644
index 000000000..aa5b81f4d
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/info.json
@@ -0,0 +1,326 @@
1{
2 "keyboard_name": "VaneelaEx",
3 "url": "http://www.keyboard-layout-editor.com/#/gists/f605c1a2cb2fea256161964740bd2a52",
4 "maintainer": "qmk",
5 "width": 16.5,
6 "height": 4,
7 "layouts": {
8 "LAYOUT_ss_6x12": {
9 "layout": [
10 {
11 "x": 0,
12 "y": 0
13 },
14 {
15 "label": "7",
16 "x": 1,
17 "y": 0
18 },
19 {
20 "label": "8",
21 "x": 2,
22 "y": 0
23 },
24 {
25 "label": "9",
26 "x": 3,
27 "y": 0
28 },
29 {
30 "label": "TAB",
31 "x": 4,
32 "y": 0
33 },
34 {
35 "label": "Q",
36 "x": 5,
37 "y": 0
38 },
39 {
40 "label": "W",
41 "x": 6,
42 "y": 0
43 },
44 {
45 "label": "E",
46 "x": 7,
47 "y": 0
48 },
49 {
50 "label": "R",
51 "x": 8,
52 "y": 0
53 },
54 {
55 "label": "T",
56 "x": 9,
57 "y": 0
58 },
59 {
60 "label": "Y",
61 "x": 10,
62 "y": 0
63 },
64 {
65 "label": "U",
66 "x": 11,
67 "y": 0
68 },
69 {
70 "label": "I",
71 "x": 12,
72 "y": 0
73 },
74 {
75 "label": "O",
76 "x": 13,
77 "y": 0
78 },
79 {
80 "label": "P",
81 "x": 14,
82 "y": 0
83 },
84 {
85 "label": "BS",
86 "x": 15,
87 "y": 0,
88 "w": 1.5
89 },
90 {
91 "x": 0,
92 "y": 1
93 },
94 {
95 "label": "4",
96 "x": 1,
97 "y": 1
98 },
99 {
100 "label": "5",
101 "x": 2,
102 "y": 1
103 },
104 {
105 "label": "6",
106 "x": 3,
107 "y": 1
108 },
109 {
110 "label": "ESC",
111 "x": 4,
112 "y": 1,
113 "w": 1.25
114 },
115 {
116 "label": "A",
117 "x": 5.25,
118 "y": 1
119 },
120 {
121 "label": "S",
122 "x": 6.25,
123 "y": 1
124 },
125 {
126 "label": "D",
127 "x": 7.25,
128 "y": 1
129 },
130 {
131 "label": "F",
132 "x": 8.25,
133 "y": 1
134 },
135 {
136 "label": "G",
137 "x": 9.25,
138 "y": 1
139 },
140 {
141 "label": "H",
142 "x": 10.25,
143 "y": 1
144 },
145 {
146 "label": "J",
147 "x": 11.25,
148 "y": 1
149 },
150 {
151 "label": "K",
152 "x": 12.25,
153 "y": 1
154 },
155 {
156 "label": "L",
157 "x": 13.25,
158 "y": 1
159 },
160 {
161 "label": ";",
162 "x": 14.25,
163 "y": 1
164 },
165 {
166 "label": "ENTER",
167 "x": 15.25,
168 "y": 1,
169 "w": 1.25
170 },
171 {
172 "x": 0,
173 "y": 2
174 },
175 {
176 "label": "1",
177 "x": 1,
178 "y": 2
179 },
180 {
181 "label": "2",
182 "x": 2,
183 "y": 2
184 },
185 {
186 "label": "3",
187 "x": 3,
188 "y": 2
189 },
190 {
191 "label": "SHIFT",
192 "x": 4,
193 "y": 2,
194 "w": 1.5
195 },
196 {
197 "label": "Z",
198 "x": 5.5,
199 "y": 2
200 },
201 {
202 "label": "X",
203 "x": 6.5,
204 "y": 2
205 },
206 {
207 "label": "C",
208 "x": 7.5,
209 "y": 2
210 },
211 {
212 "label": "V",
213 "x": 8.5,
214 "y": 2
215 },
216 {
217 "label": "B",
218 "x": 9.5,
219 "y": 2
220 },
221 {
222 "label": "N",
223 "x": 10.5,
224 "y": 2
225 },
226 {
227 "label": "M",
228 "x": 11.5,
229 "y": 2
230 },
231 {
232 "label": ",",
233 "x": 12.5,
234 "y": 2
235 },
236 {
237 "label": ".",
238 "x": 13.5,
239 "y": 2
240 },
241 {
242 "label": "/",
243 "x": 14.5,
244 "y": 2
245 },
246 {
247 "label": "SHIFT",
248 "x": 15.5,
249 "y": 2
250 },
251 {
252 "x": 0,
253 "y": 3
254 },
255 {
256 "x": 1,
257 "y": 3
258 },
259 {
260 "x": 2,
261 "y": 3
262 },
263 {
264 "label": "0",
265 "x": 3,
266 "y": 3
267 },
268 {
269 "label": "CTRL",
270 "x": 4,
271 "y": 3
272 },
273 {
274 "label": "GUI",
275 "x": 5,
276 "y": 3
277 },
278 {
279 "label": "ALT",
280 "x": 6,
281 "y": 3
282 },
283 {
284 "x": 7,
285 "y": 3
286 },
287 {
288 "label": "LOWER",
289 "x": 8,
290 "y": 3,
291 "w": 1.25
292 },
293 {
294 "x": 9.25,
295 "y": 3
296 },
297 {
298 "x": 10.25,
299 "y": 3
300 },
301 {
302 "label": "RAISE",
303 "x": 11.25,
304 "y": 3,
305 "w": 1.25
306 },
307 {
308 "x": 12.5,
309 "y": 3
310 },
311 {
312 "x": 13.5,
313 "y": 3
314 },
315 {
316 "x": 14.5,
317 "y": 3
318 },
319 {
320 "x": 15.5,
321 "y": 3
322 }
323 ]
324 }
325 }
326}
diff --git a/keyboards/nckiibs/vaneelaex/keymaps/default/keymap.c b/keyboards/nckiibs/vaneelaex/keymaps/default/keymap.c
new file mode 100644
index 000000000..6e98c9b8a
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/keymaps/default/keymap.c
@@ -0,0 +1,108 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18// Defines names for use in layer keycodes and the keymap
19enum layer_names {
20 _BASE,
21 _LOWER,
22 _RAISE,
23 _FN
24};
25
26// Defines the keycodes used by our macros in process_record_user
27#define LOWER MO(_LOWER)
28#define RAISE MO(_RAISE)
29
30const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
31/* BASE
32 * ,---------------------------------------------------------------------------------------------------------------.
33 * | = | 7 | 8 | 9 | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
34 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
35 * | - | 4 | 5 | 6 | Esc | A | S | D | F | G | H | J | K | L | ; |Enter |
36 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
37 * | + | 1 | 2 | 3 | Shift| Z | X | C | V | B | N | M | , | . | / | " |
38 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
39 * | / | * | . | 0 | Brite| Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
40 * '---------------------------------------------------------------------------------------------------------------'
41 * */
42[_BASE] = LAYOUT_ss_6x12(
43KC_KP_EQUAL, KC_7, KC_8, KC_9, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
44KC_KP_MINUS, KC_4, KC_5, KC_6, KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
45KC_KP_PLUS, KC_1, KC_2, KC_3, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT,
46KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, KC_LCTL, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
47),
48
49 /* Lower
50 * ,---------------------------------------------------------------------------------------------------------------.
51 * | = | 7 | 8 | 9 | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
52 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
53 * | - | 4 | 5 | 6 | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
54 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
55 * | + | 1 | 2 | 3 | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
56 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
57 * | / | * | . | 0 | | | | | | | | Next | Vol- | Vol+ | Play |
58 * `---------------------------------------------------------------------------------------------------------------'
59 */
60[_LOWER] = LAYOUT_ss_6x12(
61KC_KP_EQUAL, KC_7, KC_8, KC_TILDE, KC_9, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
62KC_KP_MINUS, KC_4, KC_5, KC_DEL, KC_6, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
63KC_KP_PLUS, KC_1, KC_2, _______, KC_3, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
64KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, _______, KC_0, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
65),
66
67/* Raise
68 * ,---------------------------------------------------------------------------------------------------------------.
69 * | = | 7 | 8 | 9 | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
70 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
71 * | - | 4 | 5 | 6 | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
72 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
73 * | + | 1 | 2 | 3 | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
74 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
75 * | / | * | . | 0 | | | | | | | | Next | Vol- | Vol+ | Play |
76 * `---------------------------------------------------------------------------------------------------------------'
77 */
78[_RAISE] = LAYOUT_ss_6x12(
79 KC_KP_EQUAL, KC_7, KC_8, KC_9, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
80 KC_KP_MINUS, KC_4, KC_5, KC_6, KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
81 KC_KP_PLUS, KC_1, KC_2, KC_3, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
82 KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
83),
84
85/* FN (Lower + Raise)
86 * ,---------------------------------------------------------------------------------------------------------------.
87 * | = | 7 | 8 | 9 | Reset| | Debug| | | | | | | | | Del |
88 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
89 * | - | 4 | 5 | 6 | | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
90 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
91 * | + | 1 | 2 | 3 | |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | |
92 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
93 * | / | * | . | 0 | | | | | | | | | | | |
94 * `---------------------------------------------------------------------------------------------------------------'
95 */
96[_FN] = LAYOUT_ss_6x12(
97KC_KP_EQUAL, KC_7, KC_8, KC_9, RESET , RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, RGB_SAD, _______, _______, _______, KC_DEL,
98KC_KP_MINUS, KC_4, KC_5, KC_6, _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______,
99KC_KP_PLUS, KC_1, KC_2, KC_3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
100KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
101)
102
103};
104
105layer_state_t layer_state_set_user(layer_state_t state) {
106 state = update_tri_layer_state(state, _RAISE, _LOWER, _FN);
107 return state;
108}
diff --git a/keyboards/nckiibs/vaneelaex/keymaps/default/readme.md b/keyboards/nckiibs/vaneelaex/keymaps/default/readme.md
new file mode 100644
index 000000000..89c3c8c2a
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/keymaps/default/readme.md
@@ -0,0 +1,2 @@
1# The default keymap for vaneela Ex
2
diff --git a/keyboards/nckiibs/vaneelaex/keymaps/via/keymap.c b/keyboards/nckiibs/vaneelaex/keymaps/via/keymap.c
new file mode 100644
index 000000000..e23cf96a2
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/keymaps/via/keymap.c
@@ -0,0 +1,103 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18// Defines names for use in layer keycodes and the keymap
19enum layer_names {
20 _BASE,
21 _LOWER,
22 _RAISE,
23 _FN
24};
25// Defines the keycodes used by our macros in process_record_user
26
27// Defines the keycodes used by our macros in process_record_user
28#define LOWER MO(_LOWER)
29#define RAISE MO(_RAISE)
30
31const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
32/* BASE
33 * ,---------------------------------------------------------------------------------------------------------------.
34 * | = | 7 | 8 | 9 | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
35 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
36 * | - | 4 | 5 | 6 | Esc | A | S | D | F | G | H | J | K | L | ; |Enter |
37 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
38 * | + | 1 | 2 | 3 | Shift| Z | X | C | V | B | N | M | , | . | / | " |
39 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
40 * | / | * | . | 0 | Brite| Ctrl | Alt | GUI |Lower | Space|Space |Raise | Left | Down | Up |Right |
41 * '---------------------------------------------------------------------------------------------------------------'
42 * */
43[_BASE] = LAYOUT_ss_6x12(
44KC_KP_EQUAL, KC_7, KC_8, KC_9, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
45KC_KP_MINUS, KC_4, KC_5, KC_6, KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
46KC_KP_PLUS, KC_1, KC_2, KC_3, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT,
47KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, KC_LCTL, KC_LCTL, KC_LALT, KC_LGUI, FN_MO13, KC_SPC, KC_SPC, FN_MO23, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
48),
49
50 /* Lower
51 * ,---------------------------------------------------------------------------------------------------------------.
52 * | = | 7 | 8 | 9 | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
53 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
54 * | - | 4 | 5 | 6 | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
55 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
56 * | + | 1 | 2 | 3 | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | |
57 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
58 * | / | * | . | 0 | | | | | | | | Next | Vol- | Vol+ | Play |
59 * `---------------------------------------------------------------------------------------------------------------'
60 */
61[_LOWER] = LAYOUT_ss_6x12(
62KC_KP_EQUAL, KC_7, KC_8, KC_TILDE, KC_9, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
63KC_KP_MINUS, KC_4, KC_5, KC_DEL, KC_6, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
64KC_KP_PLUS, KC_1, KC_2, _______, KC_3, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______,
65KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, _______, KC_0, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
66),
67
68/* Raise
69 * ,---------------------------------------------------------------------------------------------------------------.
70 * | = | 7 | 8 | 9 | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
71 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
72 * | - | 4 | 5 | 6 | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
73 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
74 * | + | 1 | 2 | 3 | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | PGUP| PGDN| |
75 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
76 * | / | * | . | 0 | | | | | | | | Next | Vol- | Vol+ | Play |
77 * `---------------------------------------------------------------------------------------------------------------'
78 */
79[_RAISE] = LAYOUT_ss_6x12(
80 KC_KP_EQUAL, KC_7, KC_8, KC_9, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
81 KC_KP_MINUS, KC_4, KC_5, KC_6, KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
82 KC_KP_PLUS, KC_1, KC_2, KC_3, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______,
83 KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
84),
85
86/* FN (Lower + Raise)
87 * ,---------------------------------------------------------------------------------------------------------------.
88 * | = | 7 | 8 | 9 | Reset| | Debug| | | | | | | | | Del |
89 * |------+------+------+------+------+------+------+------+------+-------------+------+------+------+------+------|
90 * | - | 4 | 5 | 6 | | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
91 * |------+------+------+------+------+------+------+------+------+------|------+------+------+------+------+------|
92 * | + | 1 | 2 | 3 | |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | |
93 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------+------+------|
94 * | / | * | . | 0 | | | | | | | | | | | |
95 * `---------------------------------------------------------------------------------------------------------------'
96 */
97[_FN] = LAYOUT_ss_6x12(
98KC_KP_EQUAL, KC_7, KC_8, KC_9, RESET , RGB_TOG, RGB_MOD, RGB_HUI, RGB_VAI, RGB_VAD, RGB_SAI, RGB_SAD, _______, _______, _______, KC_DEL,
99KC_KP_MINUS, KC_4, KC_5, KC_6, _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______,
100KC_KP_PLUS, KC_1, KC_2, KC_3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
101KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
102)
103};
diff --git a/keyboards/nckiibs/vaneelaex/keymaps/via/rules.mk b/keyboards/nckiibs/vaneelaex/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/nckiibs/vaneelaex/readme.md b/keyboards/nckiibs/vaneelaex/readme.md
new file mode 100644
index 000000000..9417ae812
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/readme.md
@@ -0,0 +1,20 @@
1# Vaneela Ex
2
3![vaneelEx](https://i.imgur.com/5QmJLbjl.jpg)
4
5Vaneela Ex is a custom keyboard made by a hobbist. It has a semi-staggered layout with an optional 4x4 keys on the left or right.
6Vaneela Ex supports Pro Micro and its compatible variants, such as elite-C.
7
8* Keyboard Maintainer: [noclew](https://github.com/noclew)
9* Hardware Supported: Vaneela Ex PCB
10* Hardware Availability: Not commercially available, but the board fabricaion file will be uploaded in the near future.
11
12Make example for this keyboard (after setting up your build environment):
13
14 make nckiibs/vaneelaex:default
15
16Flashing example for this keyboard:
17
18 make nckiibs/vaneelaex:default:flash
19
20See 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/nckiibs/vaneelaex/rules.mk b/keyboards/nckiibs/vaneelaex/rules.mk
new file mode 100644
index 000000000..fd76a5247
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = caterina
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # 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 = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/nckiibs/vaneelaex/vaneelaex.c b/keyboards/nckiibs/vaneelaex/vaneelaex.c
new file mode 100644
index 000000000..e82cd5487
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/vaneelaex.c
@@ -0,0 +1,18 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include "vaneelaex.h"
18
diff --git a/keyboards/nckiibs/vaneelaex/vaneelaex.h b/keyboards/nckiibs/vaneelaex/vaneelaex.h
new file mode 100644
index 000000000..9b2d74ece
--- /dev/null
+++ b/keyboards/nckiibs/vaneelaex/vaneelaex.h
@@ -0,0 +1,42 @@
1/* Copyright 2020 noclew
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21/* This is a shortcut to help you visually see your layout.
22 *
23 * The first section contains all of the arguments representing the physical
24 * layout of the board and position of the keys.
25 *
26 * The second converts the arguments into a two-dimensional array which
27 * represents the switch matrix.
28 */
29#define LAYOUT_ss_6x12( \
30 k62, k63, k64, k65, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, \
31 k58, k59, k60, k61, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, \
32 k54, k55, k56, k57, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36, \
33 k50, k51, k52, k53, k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48 \
34) \
35{ \
36 { k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12 }, \
37 { k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24 }, \
38 { k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, k36 }, \
39 { k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47, k48 }, \
40 { k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k60, k61 }, \
41 { k62, k63, k64, k65, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO } \
42}