From 06f8cb1b8a1f891d7d3b00a41a73ff2293115479 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Sun, 25 Apr 2021 03:00:56 +0200 Subject: Add VIA support for Filco Majestouch 2 /w The Tiger Lily (#12401) --- keyboards/bpiphany/tiger_lily/keymaps/via/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/bpiphany/tiger_lily/keymaps/via/config.h (limited to 'keyboards/bpiphany/tiger_lily/keymaps/via/config.h') 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 . + */ +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 \ No newline at end of file -- cgit v1.2.1