Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
72da3ee63e
commit
9dbee3e23d
768 changed files with 194 additions and 6991 deletions
|
@ -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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue