Remove useless "ifdef KEYBOARD_*" (#20078)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan
2023-03-16 20:18:33 +11:00
committed by GitHub
parent 72da3ee63e
commit 9dbee3e23d
768 changed files with 194 additions and 6991 deletions

View File

@@ -1 +0,0 @@
#include "ble.h"

View File

@@ -1,3 +0,0 @@
#pragma once
#include "usb_usb.h"

View File

@@ -1 +0,0 @@
#include "hasu.h"

View File

@@ -1,3 +0,0 @@
#pragma once
#include "usb_usb.h"

View File

@@ -1 +0,0 @@
#include "pro_micro.h"

View File

@@ -1,3 +0,0 @@
#pragma once
#include "usb_usb.h"

View File

@@ -1 +0,0 @@
#include "usb_usb.h"

View File

@@ -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