~ruther/qmk_firmware

5386c4c7b293ae6473df3a81e40a072a42b085ad — Albert Y 4 years ago c1a3060
[Keyboard] Remove redundant legacy and common headers for crkbd (#13023)

Was causing compiler errors on some systems.

Co-authored-by: filterpaper <filterpaper@localhost>
1 files changed, 0 insertions(+), 6 deletions(-)

M keyboards/crkbd/rev1/rev1.h
M keyboards/crkbd/rev1/rev1.h => keyboards/crkbd/rev1/rev1.h +0 -6
@@ 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