summaryrefslogtreecommitdiff
path: root/keyboards/DeltaSplit75/V2
diff options
context:
space:
mode:
authorunknown2017-07-23 16:30:51 -0400
committerJack Humbert2017-07-28 10:45:34 -0400
commit47c6d201aa595041c2fbbd957ef880db7f2d052d (patch)
tree538eff7e35f807897e49df739b9b768cd5718229 /keyboards/DeltaSplit75/V2
parentf6438e42af7883f62383a18c0fe7086d4fd24235 (diff)
Add my layout
Diffstat (limited to 'keyboards/DeltaSplit75/V2')
-rw-r--r--keyboards/DeltaSplit75/V2/V2.c2
-rw-r--r--keyboards/DeltaSplit75/V2/V2.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/DeltaSplit75/V2/V2.c b/keyboards/DeltaSplit75/V2/V2.c
index 1199257d0..ce260ce7c 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 84503e6b4..97be7eb0e 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"