Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
// Copyright 2022 xerootg
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "proton_c.h"
|
@@ -1,6 +0,0 @@
|
||||
// Copyright 2022 xerootg
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "rev1.h"
|
@@ -1 +0,0 @@
|
||||
#include "redox.h"
|
@@ -1,11 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "redox.h"
|
||||
|
||||
#if defined(KEYBOARD_redox_rev1_proton_c)
|
||||
# include "proton_c.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
|
Reference in New Issue
Block a user