Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "ble.h"
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "usb_usb.h"
|
@@ -1 +0,0 @@
|
||||
#include "hasu.h"
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "usb_usb.h"
|
@@ -1 +0,0 @@
|
||||
#include "pro_micro.h"
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "usb_usb.h"
|
@@ -1 +0,0 @@
|
||||
#include "usb_usb.h"
|
@@ -19,14 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#if defined(KEYBOARD_converter_usb_usb_ble)
|
||||
# include "ble.h"
|
||||
#elif defined(KEYBOARD_converter_usb_usb_hasu)
|
||||
# include "hasu.h"
|
||||
#elif defined(KEYBOARD_converter_usb_usb_pro_micro)
|
||||
# include "pro_micro.h"
|
||||
#endif
|
||||
|
||||
#define XXX KC_NO
|
||||
|
||||
#define ______ KC_TRNS
|
||||
|
Reference in New Issue
Block a user