Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "quefrency.h"
|
@@ -1,19 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_keebio_quefrency_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_keebio_quefrency_rev2
|
||||
#include "rev2.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_keebio_quefrency_rev3
|
||||
#include "rev3.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_keebio_quefrency_rev4
|
||||
#include "rev4.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_keebio_quefrency_rev5
|
||||
#include "rev5.h"
|
||||
#endif
|
@@ -1,4 +1,4 @@
|
||||
#include "quefrency.h"
|
||||
#include "rev1.h"
|
||||
|
||||
void eeconfig_init_kb(void) {
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "quefrency.h"
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "quefrency.h"
|
||||
#include "rev2.h"
|
||||
#include "split_util.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_60( \
|
||||
|
@@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "rev3.h"
|
||||
#include "split_util.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_60( \
|
||||
|
@@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "rev4.h"
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
|
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_60( \
|
||||
|
@@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "rev5.h"
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
|
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quefrency.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_60( \
|
||||
|
Reference in New Issue
Block a user