diff options
author | Christian Fehmer <fehmer@users.noreply.github.com> | 2021-04-25 03:00:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 11:00:56 +1000 |
commit | 06f8cb1b8a1f891d7d3b00a41a73ff2293115479 (patch) | |
tree | a1ec8b6480c620a02028766e57622842286dfa12 /keyboards/bpiphany/tiger_lily/keymaps/via/config.h | |
parent | b2b075c12357eab8f286a6e103a588b38c538547 (diff) | |
download | qmk_firmware-06f8cb1b8a1f891d7d3b00a41a73ff2293115479.tar.gz qmk_firmware-06f8cb1b8a1f891d7d3b00a41a73ff2293115479.zip |
Add VIA support for Filco Majestouch 2 /w The Tiger Lily (#12401)
Diffstat (limited to 'keyboards/bpiphany/tiger_lily/keymaps/via/config.h')
-rw-r--r-- | keyboards/bpiphany/tiger_lily/keymaps/via/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/via/config.h b/keyboards/bpiphany/tiger_lily/keymaps/via/config.h new file mode 100644 index 0000000000..356dc9fdb4 --- /dev/null +++ b/keyboards/bpiphany/tiger_lily/keymaps/via/config.h @@ -0,0 +1,18 @@ +/* Copyright 2021 Fehmer + * + * 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/>. + */ +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3
\ No newline at end of file |