diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-05-28 12:27:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-27 21:27:16 -0700 |
| commit | 5386c4c7b293ae6473df3a81e40a072a42b085ad (patch) | |
| tree | 8c18882adbada217f9e5a1ea23dab1a07fa6fd30 | |
| parent | c1a3060431cd8bf96ed182680c46f1e0d3314ab0 (diff) | |
| download | qmk_firmware-5386c4c7b293ae6473df3a81e40a072a42b085ad.tar.gz qmk_firmware-5386c4c7b293ae6473df3a81e40a072a42b085ad.zip | |
[Keyboard] Remove redundant legacy and common headers for crkbd (#13023)
Was causing compiler errors on some systems.
Co-authored-by: filterpaper <filterpaper@localhost>
| -rw-r--r-- | keyboards/crkbd/rev1/rev1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/crkbd/rev1/rev1.h b/keyboards/crkbd/rev1/rev1.h index f7a0af3b2..126c4b899 100644 --- a/keyboards/crkbd/rev1/rev1.h +++ b/keyboards/crkbd/rev1/rev1.h | |||
| @@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | #pragma once | 19 | #pragma once |
| 20 | 20 | ||
| 21 | #include "crkbd.h" | 21 | #include "crkbd.h" |
| 22 | #if defined(KEYBOARD_crkbd_rev1_legacy) | ||
| 23 | # include "legacy.h" | ||
| 24 | #elif defined(KEYBOARD_crkbd_rev1_common) | ||
| 25 | # include "common.h" | ||
| 26 | #endif | ||
| 27 | |||
| 28 | #include "quantum.h" | 22 | #include "quantum.h" |
| 29 | 23 | ||
| 30 | // clang-format off | 24 | // clang-format off |
