From 9e05810cfe80fef8f451051380775f7c1954f7a4 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Thu, 18 Feb 2021 12:31:09 -0800 Subject: Budget96 VIA (#11737) * add budget96 via keymap and adjust vid and pids * update dates * Update keyboards/donutcables/budget96/keymaps/default/keymap.c Co-authored-by: Joshua Diamond Co-authored-by: Joshua Diamond --- keyboards/donutcables/budget96/keymaps/via/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/donutcables/budget96/keymaps/via/config.h (limited to 'keyboards/donutcables/budget96/keymaps/via/config.h') diff --git a/keyboards/donutcables/budget96/keymaps/via/config.h b/keyboards/donutcables/budget96/keymaps/via/config.h new file mode 100644 index 0000000000..0be352dd2a --- /dev/null +++ b/keyboards/donutcables/budget96/keymaps/via/config.h @@ -0,0 +1,20 @@ +/* Copyright 2021 MechMerlin + * + * 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 + +// place overrides here +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 \ No newline at end of file -- cgit v1.2.3