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 /keyboards/crkbd/rev1/rev1.h | |
parent | c1a3060431cd8bf96ed182680c46f1e0d3314ab0 (diff) |
[Keyboard] Remove redundant legacy and common headers for crkbd (#13023)
Was causing compiler errors on some systems.
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/crkbd/rev1/rev1.h')
-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 f7a0af3b26..126c4b8998 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/>. #pragma once #include "crkbd.h" -#if defined(KEYBOARD_crkbd_rev1_legacy) -# include "legacy.h" -#elif defined(KEYBOARD_crkbd_rev1_common) -# include "common.h" -#endif - #include "quantum.h" // clang-format off |