diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-28 09:34:50 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-28 10:42:23 -0400 |
commit | 663d3906ecbb008e852137fcfe4412b8b7f37702 (patch) | |
tree | f84a276ce904abddb14fcfba7e3cb92d52c5a0d9 /keyboards/orthodox/rev1 | |
parent | f5f7dfa0647bac09c60cbf0247d46f3fedb43a9c (diff) | |
download | qmk_firmware-663d3906ecbb008e852137fcfe4412b8b7f37702.tar.gz qmk_firmware-663d3906ecbb008e852137fcfe4412b8b7f37702.zip |
cleanup orthodox
Diffstat (limited to 'keyboards/orthodox/rev1')
-rw-r--r-- | keyboards/orthodox/rev1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/orthodox/rev1/config.h b/keyboards/orthodox/rev1/config.h index 46bb994402..1c603145cb 100644 --- a/keyboards/orthodox/rev1/config.h +++ b/keyboards/orthodox/rev1/config.h @@ -15,10 +15,10 @@ 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 +#ifndef REV1_CONFIG_H +#define REV1_CONFIG_H -#include "config_common.h" +#include "../config.h" /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED |