Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "rev1.h"
|
@@ -1,3 +0,0 @@
|
||||
|
||||
#pragma once
|
||||
#include QMK_KEYBOARD_H
|
@@ -1,4 +1,4 @@
|
||||
#include "rev2.h"
|
||||
#include "quantum.h"
|
||||
|
||||
bool is_keyboard_left(void) {
|
||||
#if defined(MASTER_LEFT)
|
||||
|
@@ -1,2 +0,0 @@
|
||||
#pragma once
|
||||
#include QMK_KEYBOARD_H
|
@@ -1,4 +1,4 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "vitamins_included.h"
|
||||
|
||||
#ifdef SWAP_HANDS_ENABLE
|
||||
__attribute__ ((weak))
|
||||
|
@@ -2,12 +2,6 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_vitamins_included_rev1
|
||||
#include "rev1.h"
|
||||
#else
|
||||
#include "rev2.h"
|
||||
#endif
|
||||
|
||||
#define LAYOUT( \
|
||||
L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
|
||||
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
|
||||
|
Reference in New Issue
Block a user