From 47c6d201aa595041c2fbbd957ef880db7f2d052d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 23 Jul 2017 16:30:51 -0400 Subject: Add my layout --- keyboards/DeltaSplit75/V2/V2.c | 2 +- keyboards/DeltaSplit75/V2/V2.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboards/DeltaSplit75/V2') diff --git a/keyboards/DeltaSplit75/V2/V2.c b/keyboards/DeltaSplit75/V2/V2.c index 1199257d04..ce260ce7cc 100644 --- a/keyboards/DeltaSplit75/V2/V2.c +++ b/keyboards/DeltaSplit75/V2/V2.c @@ -1,4 +1,4 @@ -#include "DeltaSplit75.h" +#include "deltasplit75.h" #ifdef AUDIO_ENABLE float tone_startup[][2] = SONG(STARTUP_SOUND); diff --git a/keyboards/DeltaSplit75/V2/V2.h b/keyboards/DeltaSplit75/V2/V2.h index 84503e6b4c..97be7eb0e9 100644 --- a/keyboards/DeltaSplit75/V2/V2.h +++ b/keyboards/DeltaSplit75/V2/V2.h @@ -1,7 +1,7 @@ -#ifndef V2_H -#define V2_H +#ifndef v2_H +#define v2_H -#include "../DeltaSplit75.h" +#include "../deltasplit75.h" //void promicro_bootloader_jmp(bool program); #include "quantum.h" -- cgit v1.2.3