summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-21 16:21:48 +0000
committerQMK Bot <hello@qmk.fm>2021-09-21 16:21:48 +0000
commitbced45e3021148219a1a85f1044ba8a00155b53c (patch)
tree1be3b059b41e465a9a3bd1b1a47d6d29bebfb5c7
parente3c010e17978ced8677f822ae0453d8dc1ae3bf3 (diff)
parentbe3259b793a1fe4f42c20707e187371dd917a18f (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/bioi/ble.c1
-rw-r--r--keyboards/bioi/main.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/bioi/ble.c b/keyboards/bioi/ble.c
index 6d1c24c3a1..d941f7c43d 100644
--- a/keyboards/bioi/ble.c
+++ b/keyboards/bioi/ble.c
@@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "lufa.h"
#include "quantum.h"
#include <util/atomic.h>
-#include "outputselect.h"
#include "print.h"
diff --git a/keyboards/bioi/main.c b/keyboards/bioi/main.c
index 14f0f8de7a..7c8922c0a0 100644
--- a/keyboards/bioi/main.c
+++ b/keyboards/bioi/main.c
@@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "lufa.h"
#include "quantum.h"
#include <util/atomic.h>
-#include "outputselect.h"
#ifdef NKRO_ENABLE
#include "keycode_config.h"