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/maple_computing | |
| parent | 72da3ee63e110392bebaa64dd7d862fb99097505 (diff) | |
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/maple_computing')
| -rw-r--r-- | keyboards/maple_computing/ivy/ivy.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/ivy.h | 7 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/rev1.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/rev1.h | 2 | ||||
| -rw-r--r-- | keyboards/maple_computing/launchpad/launchpad.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/launchpad/launchpad.h | 7 | ||||
| -rw-r--r-- | keyboards/maple_computing/launchpad/rev1/rev1.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/launchpad/rev1/rev1.h | 2 | ||||
| -rw-r--r-- | keyboards/maple_computing/lets_split_eh/eh/eh.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/lets_split_eh/eh/eh.h | 2 | ||||
| -rw-r--r-- | keyboards/maple_computing/lets_split_eh/lets_split_eh.c | 2 | ||||
| -rw-r--r-- | keyboards/maple_computing/lets_split_eh/lets_split_eh.h | 7 | ||||
| -rw-r--r-- | keyboards/maple_computing/minidox/minidox.c | 1 | ||||
| -rw-r--r-- | keyboards/maple_computing/minidox/minidox.h | 7 | ||||
| -rw-r--r-- | keyboards/maple_computing/minidox/rev1/rev1.c | 1 |
15 files changed, 2 insertions, 41 deletions
diff --git a/keyboards/maple_computing/ivy/ivy.c b/keyboards/maple_computing/ivy/ivy.c deleted file mode 100644 index 007ef67253..0000000000 --- a/keyboards/maple_computing/ivy/ivy.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "ivy.h" | ||
diff --git a/keyboards/maple_computing/ivy/ivy.h b/keyboards/maple_computing/ivy/ivy.h deleted file mode 100644 index 645c5e0ef7..0000000000 --- a/keyboards/maple_computing/ivy/ivy.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #ifdef KEYBOARD_maple_computing_ivy_rev1 | ||
| 4 | #include "rev1.h" | ||
| 5 | #endif | ||
| 6 | |||
| 7 | #include "quantum.h" | ||
diff --git a/keyboards/maple_computing/ivy/rev1/rev1.c b/keyboards/maple_computing/ivy/rev1/rev1.c deleted file mode 100644 index 007ef67253..0000000000 --- a/keyboards/maple_computing/ivy/rev1/rev1.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "ivy.h" | ||
diff --git a/keyboards/maple_computing/ivy/rev1/rev1.h b/keyboards/maple_computing/ivy/rev1/rev1.h index ac338368ed..444224d2b6 100644 --- a/keyboards/maple_computing/ivy/rev1/rev1.h +++ b/keyboards/maple_computing/ivy/rev1/rev1.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "ivy.h" | 3 | #include "quantum.h" |
| 4 | 4 | ||
| 5 | #define LAYOUT( \ | 5 | #define LAYOUT( \ |
| 6 | K00, \ | 6 | K00, \ |
diff --git a/keyboards/maple_computing/launchpad/launchpad.c b/keyboards/maple_computing/launchpad/launchpad.c deleted file mode 100644 index cc2812a76c..0000000000 --- a/keyboards/maple_computing/launchpad/launchpad.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "launchpad.h" | ||
diff --git a/keyboards/maple_computing/launchpad/launchpad.h b/keyboards/maple_computing/launchpad/launchpad.h deleted file mode 100644 index f2a1b40588..0000000000 --- a/keyboards/maple_computing/launchpad/launchpad.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #if defined(KEYBOARD_maple_computing_launchpad_rev1) | ||
| 4 | # include "rev1.h" | ||
| 5 | #endif | ||
| 6 | |||
| 7 | #include "quantum.h" | ||
diff --git a/keyboards/maple_computing/launchpad/rev1/rev1.c b/keyboards/maple_computing/launchpad/rev1/rev1.c deleted file mode 100644 index cc2812a76c..0000000000 --- a/keyboards/maple_computing/launchpad/rev1/rev1.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "launchpad.h" | ||
diff --git a/keyboards/maple_computing/launchpad/rev1/rev1.h b/keyboards/maple_computing/launchpad/rev1/rev1.h index 2ea6e7e775..54d72d5e54 100644 --- a/keyboards/maple_computing/launchpad/rev1/rev1.h +++ b/keyboards/maple_computing/launchpad/rev1/rev1.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "../launchpad.h" | ||
| 4 | |||
| 5 | #include "quantum.h" | 3 | #include "quantum.h" |
| 6 | 4 | ||
| 7 | #define LAYOUT( \ | 5 | #define LAYOUT( \ |
diff --git a/keyboards/maple_computing/lets_split_eh/eh/eh.c b/keyboards/maple_computing/lets_split_eh/eh/eh.c deleted file mode 100644 index d5a312085d..0000000000 --- a/keyboards/maple_computing/lets_split_eh/eh/eh.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "lets_split_eh.h" | ||
diff --git a/keyboards/maple_computing/lets_split_eh/eh/eh.h b/keyboards/maple_computing/lets_split_eh/eh/eh.h index ff37229787..4b97256c1e 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/eh.h +++ b/keyboards/maple_computing/lets_split_eh/eh/eh.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "lets_split_eh.h" | ||
| 4 | |||
| 5 | #include "quantum.h" | 3 | #include "quantum.h" |
| 6 | 4 | ||
| 7 | #define LAYOUT( \ | 5 | #define LAYOUT( \ |
diff --git a/keyboards/maple_computing/lets_split_eh/lets_split_eh.c b/keyboards/maple_computing/lets_split_eh/lets_split_eh.c index 37075aa67d..37e8b3ab9b 100644 --- a/keyboards/maple_computing/lets_split_eh/lets_split_eh.c +++ b/keyboards/maple_computing/lets_split_eh/lets_split_eh.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "lets_split_eh.h" | 1 | #include "quantum.h" |
| 2 | 2 | ||
| 3 | #ifdef SWAP_HANDS_ENABLE | 3 | #ifdef SWAP_HANDS_ENABLE |
| 4 | __attribute__ ((weak)) | 4 | __attribute__ ((weak)) |
diff --git a/keyboards/maple_computing/lets_split_eh/lets_split_eh.h b/keyboards/maple_computing/lets_split_eh/lets_split_eh.h deleted file mode 100644 index aae072e0b6..0000000000 --- a/keyboards/maple_computing/lets_split_eh/lets_split_eh.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | #ifdef KEYBOARD_maple_computing_lets_split_eh_eh | ||
| 6 | #include "eh.h" | ||
| 7 | #endif | ||
diff --git a/keyboards/maple_computing/minidox/minidox.c b/keyboards/maple_computing/minidox/minidox.c deleted file mode 100644 index b4bffbb3e4..0000000000 --- a/keyboards/maple_computing/minidox/minidox.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "minidox.h" \ No newline at end of file | ||
diff --git a/keyboards/maple_computing/minidox/minidox.h b/keyboards/maple_computing/minidox/minidox.h deleted file mode 100644 index bae36b5560..0000000000 --- a/keyboards/maple_computing/minidox/minidox.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #ifdef KEYBOARD_maple_computing_minidox_rev1 | ||
| 4 | #include "rev1.h" | ||
| 5 | #endif | ||
| 6 | |||
| 7 | #include "quantum.h" | ||
diff --git a/keyboards/maple_computing/minidox/rev1/rev1.c b/keyboards/maple_computing/minidox/rev1/rev1.c deleted file mode 100644 index 72b473933e..0000000000 --- a/keyboards/maple_computing/minidox/rev1/rev1.c +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include "minidox.h" | ||
