summaryrefslogtreecommitdiffstats
path: root/keyboards/viterbi/config.h
diff options
context:
space:
mode:
authorDanny Nguyen <danny@keeb.io>2017-08-15 21:37:01 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-21 15:40:13 +0200
commit72e99391439c1d8abd0aed112b06982b94be03c6 (patch)
tree312cf0cae0e97a84cc65d64def7902f3bf880934 /keyboards/viterbi/config.h
parent4c75285816f4b128950d90cf0a45a4f1cb5018d8 (diff)
downloadqmk_firmware-72e99391439c1d8abd0aed112b06982b94be03c6.tar.gz
qmk_firmware-72e99391439c1d8abd0aed112b06982b94be03c6.tar.xz
Clone Nyquist keyboard for Viterbi
Diffstat (limited to 'keyboards/viterbi/config.h')
-rw-r--r--keyboards/viterbi/config.h27
1 files changed, 27 insertions, 0 deletions
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 <danny@hexwire.com>
+
+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/>.
+*/
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#include "config_common.h"
+
+#ifdef SUBPROJECT_rev1
+ #include "rev1/config.h"
+#endif
+
+#endif // CONFIG_H