diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2021-04-16 19:56:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 16:26:19 +0200 |
commit | 09a392433a34dfcc3416c58d7f01563504abef2f (patch) | |
tree | 408e4cf34097df1e9dff9494aa1552292fed5b20 /keyboards/ergodone/keymaps/via/config.h | |
parent | 3975c712f0c850156a3e3ec24452077e5f973309 (diff) | |
download | qmk_firmware-09a392433a34dfcc3416c58d7f01563504abef2f.tar.gz qmk_firmware-09a392433a34dfcc3416c58d7f01563504abef2f.zip |
Ergodone via support (#11618)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/ergodone/keymaps/via/config.h')
-rw-r--r-- | keyboards/ergodone/keymaps/via/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ergodone/keymaps/via/config.h b/keyboards/ergodone/keymaps/via/config.h new file mode 100644 index 0000000000..fc7744c763 --- /dev/null +++ b/keyboards/ergodone/keymaps/via/config.h @@ -0,0 +1,18 @@ + /* Copyright HarshitGoel96 2021 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + //Keymap specific config.h +#pragma once +#define DYNAMIC_KEYMAP_LAYER_COUNT 4
\ No newline at end of file |