diff options
| author | noclew <noclew@users.noreply.github.com> | 2021-05-12 20:19:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-12 17:19:48 -0700 |
| commit | d200e3de8ebba08e374b53063638575e04bff543 (patch) | |
| tree | 66d451fad3c08cf8e9917c5f682364c737fd79c2 /keyboards/delikeeb/vaneelaex | |
| parent | 49bc835aa9046806e4e4374e4ad6518d894e358e (diff) | |
| download | qmk_firmware-d200e3de8ebba08e374b53063638575e04bff543.tar.gz qmk_firmware-d200e3de8ebba08e374b53063638575e04bff543.zip | |
[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)
Diffstat (limited to 'keyboards/delikeeb/vaneelaex')
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/config.h | 162 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/info.json | 326 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c | 108 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/keymaps/default/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/keymaps/via/keymap.c | 103 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/keymaps/via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/readme.md | 20 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/rules.mk | 22 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/vaneelaex.c | 18 | ||||
| -rw-r--r-- | keyboards/delikeeb/vaneelaex/vaneelaex.h | 42 |
10 files changed, 804 insertions, 0 deletions
diff --git a/keyboards/delikeeb/vaneelaex/config.h b/keyboards/delikeeb/vaneelaex/config.h new file mode 100644 index 000000000..0b96918cb --- /dev/null +++ b/keyboards/delikeeb/vaneelaex/config.h | |||
| @@ -0,0 +1,162 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 noclew | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along 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 delikeeb | ||
| 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/delikeeb/vaneelaex/info.json b/keyboards/delikeeb/vaneelaex/info.json new file mode 100644 index 000000000..aa5b81f4d --- /dev/null +++ b/keyboards/delikeeb/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/delikeeb/vaneelaex/keymaps/default/keymap.c b/keyboards/delikeeb/vaneelaex/keymaps/default/keymap.c new file mode 100644 index 000000000..6e98c9b8a --- /dev/null +++ b/keyboards/delikeeb/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 | ||
| 19 | enum 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 | |||
| 30 | const 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( | ||
| 43 | KC_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, | ||
| 44 | KC_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, | ||
| 45 | KC_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, | ||
| 46 | KC_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( | ||
| 61 | KC_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, | ||
| 62 | KC_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, | ||
| 63 | KC_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, _______, | ||
| 64 | KC_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( | ||
| 97 | KC_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, | ||
| 98 | KC_KP_MINUS, KC_4, KC_5, KC_6, _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______, | ||
| 99 | KC_KP_PLUS, KC_1, KC_2, KC_3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 100 | KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 101 | ) | ||
| 102 | |||
| 103 | }; | ||
| 104 | |||
| 105 | layer_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/delikeeb/vaneelaex/keymaps/default/readme.md b/keyboards/delikeeb/vaneelaex/keymaps/default/readme.md new file mode 100644 index 000000000..89c3c8c2a --- /dev/null +++ b/keyboards/delikeeb/vaneelaex/keymaps/default/readme.md | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # The default keymap for vaneela Ex | ||
| 2 | |||
diff --git a/keyboards/delikeeb/vaneelaex/keymaps/via/keymap.c b/keyboards/delikeeb/vaneelaex/keymaps/via/keymap.c new file mode 100644 index 000000000..e23cf96a2 --- /dev/null +++ b/keyboards/delikeeb/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 | ||
| 19 | enum 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 | |||
| 31 | const 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( | ||
| 44 | KC_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, | ||
| 45 | KC_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, | ||
| 46 | KC_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, | ||
| 47 | KC_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( | ||
| 62 | KC_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, | ||
| 63 | KC_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, | ||
| 64 | KC_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, _______, | ||
| 65 | KC_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( | ||
| 98 | KC_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, | ||
| 99 | KC_KP_MINUS, KC_4, KC_5, KC_6, _______, _______, _______, _______, _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______, | ||
| 100 | KC_KP_PLUS, KC_1, KC_2, KC_3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 101 | KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_DOT, KC_0, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 102 | ) | ||
| 103 | }; | ||
diff --git a/keyboards/delikeeb/vaneelaex/keymaps/via/rules.mk b/keyboards/delikeeb/vaneelaex/keymaps/via/rules.mk new file mode 100644 index 000000000..1e5b99807 --- /dev/null +++ b/keyboards/delikeeb/vaneelaex/keymaps/via/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| VIA_ENABLE = yes | |||
diff --git a/keyboards/delikeeb/vaneelaex/readme.md b/keyboards/delikeeb/vaneelaex/readme.md new file mode 100644 index 000000000..9bd39b510 --- /dev/null +++ b/keyboards/delikeeb/vaneelaex/readme.md | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # Vaneela Ex | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | Vaneela 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. | ||
| 6 | Vaneela 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 | |||
| 12 | Make example for this keyboard (after setting up your build environment): | ||
| 13 | |||
| 14 | make delikeeb/vaneelaex:default | ||
| 15 | |||
| 16 | Flashing example for this keyboard: | ||
| 17 | |||
| 18 | make delikeeb/vaneelaex:default:flash | ||
| 19 | |||
| 20 | See 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/delikeeb/vaneelaex/rules.mk b/keyboards/delikeeb/vaneelaex/rules.mk new file mode 100644 index 000000000..fd76a5247 --- /dev/null +++ b/keyboards/delikeeb/vaneelaex/rules.mk | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = no # Console for debug | ||
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_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 | ||
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
diff --git a/keyboards/delikeeb/vaneelaex/vaneelaex.c b/keyboards/delikeeb/vaneelaex/vaneelaex.c new file mode 100644 index 000000000..e82cd5487 --- /dev/null +++ b/keyboards/delikeeb/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/delikeeb/vaneelaex/vaneelaex.h b/keyboards/delikeeb/vaneelaex/vaneelaex.h new file mode 100644 index 000000000..9b2d74ece --- /dev/null +++ b/keyboards/delikeeb/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 | } | ||
