Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "ergo42.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef SWAP_HANDS_ENABLE
|
||||
__attribute__ ((weak))
|
||||
|
@@ -1,7 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_biacco42_ergo42_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
@@ -1 +0,0 @@
|
||||
#include "ergo42.h"
|
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "ergo42.h"
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifndef FLIP_HALF
|
||||
|
Reference in New Issue
Block a user