From 72e99391439c1d8abd0aed112b06982b94be03c6 Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Tue, 15 Aug 2017 15:37:01 -0400 Subject: Clone Nyquist keyboard for Viterbi --- keyboards/viterbi/config.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 keyboards/viterbi/config.h (limited to 'keyboards/viterbi/config.h') diff --git a/keyboards/viterbi/config.h b/keyboards/viterbi/config.h new file mode 100644 index 000000000..55500df79 --- /dev/null +++ b/keyboards/viterbi/config.h @@ -0,0 +1,27 @@ +/* +Copyright 2017 Danny Nguyen + +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 . +*/ + +#ifndef CONFIG_H +#define CONFIG_H + +#include "config_common.h" + +#ifdef SUBPROJECT_rev1 + #include "rev1/config.h" +#endif + +#endif // CONFIG_H -- cgit v1.2.3