Skip to content

Commit

Permalink
[Keyboard] Remove redundant legacy and common headers for crkbd (qmk#…
Browse files Browse the repository at this point in the history
…13023)

Was causing compiler errors on some systems.

Co-authored-by: filterpaper <filterpaper@localhost>
  • Loading branch information
2 people authored and nhongooi committed Dec 5, 2021
1 parent c4a82b8 commit 20a1d71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions keyboards/crkbd/rev1/rev1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a1d71

Please sign in to comment.