Skip to content

Commit

Permalink
[Keyboard] Remove redundant legacy and common headers for crkbd (#13023)
Browse files Browse the repository at this point in the history
Was causing compiler errors on some systems.

Co-authored-by: filterpaper <filterpaper@localhost>
  • Loading branch information
filterpaper and filterpaper committed May 28, 2021
1 parent c1a3060 commit 5386c4c
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 5386c4c

Please sign in to comment.