aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/config.h')
-rw-r--r--keyboards/orthodox/config.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/orthodox/config.h b/keyboards/orthodox/config.h
deleted file mode 100644
index 821cd7e29..000000000
--- a/keyboards/orthodox/config.h
+++ /dev/null
@@ -1,27 +0,0 @@
1/*
2This is the c configuration file for the keyboard
3
4Copyright 2012 Jun Wako <wakojun@gmail.com>
5Copyright 2017 Jack Humbert
6Copyright 2017 Art Ortenburger
7
8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 2 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program. If not, see <http://www.gnu.org/licenses/>.
20*/
21
22#ifndef CONFIG_H
23#define CONFIG_H
24
25#include "config_common.h"
26
27#endif