diff options
| author | Ryan <fauxpark@gmail.com> | 2023-03-16 20:18:33 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 20:18:33 +1100 |
| commit | 9dbee3e23d28e5f61384bbb5650505a572022341 (patch) | |
| tree | bfa5fae549305e780fb81ce7275ced1f808a7e36 /keyboards/deltasplit75 | |
| parent | 72da3ee63e110392bebaa64dd7d862fb99097505 (diff) | |
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/deltasplit75')
| -rw-r--r-- | keyboards/deltasplit75/deltasplit75.c | 1 | ||||
| -rw-r--r-- | keyboards/deltasplit75/deltasplit75.h | 7 | ||||
| -rw-r--r-- | keyboards/deltasplit75/v2/v2.c | 1 | ||||
| -rw-r--r-- | keyboards/deltasplit75/v2/v2.h | 2 |
4 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/deltasplit75/deltasplit75.c b/keyboards/deltasplit75/deltasplit75.c deleted file mode 100644 index 6a73db4cd6..0000000000 --- a/keyboards/deltasplit75/deltasplit75.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "deltasplit75.h" \ No newline at end of file | ||
diff --git a/keyboards/deltasplit75/deltasplit75.h b/keyboards/deltasplit75/deltasplit75.h deleted file mode 100644 index b78d857344..0000000000 --- a/keyboards/deltasplit75/deltasplit75.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | #ifdef KEYBOARD_deltasplit75_v2 | ||
| 6 | # include "v2.h" | ||
| 7 | #endif | ||
diff --git a/keyboards/deltasplit75/v2/v2.c b/keyboards/deltasplit75/v2/v2.c deleted file mode 100644 index caf7c6f0f2..0000000000 --- a/keyboards/deltasplit75/v2/v2.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "v2.h" | ||
diff --git a/keyboards/deltasplit75/v2/v2.h b/keyboards/deltasplit75/v2/v2.h index bab6a47cd9..0373a6fe02 100644 --- a/keyboards/deltasplit75/v2/v2.h +++ b/keyboards/deltasplit75/v2/v2.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "deltasplit75.h" | ||
| 4 | |||
| 5 | #include "quantum.h" | 3 | #include "quantum.h" |
| 6 | 4 | ||
| 7 | //matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps | 5 | //matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps |
