diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-22 02:21:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 17:21:10 +0100 |
commit | be3259b793a1fe4f42c20707e187371dd917a18f (patch) | |
tree | 920f42467754e98e62487192de1425f946d7f74c /keyboards/bioi | |
parent | 19e33b685fe6ca05bc1c986a272c790ea0cdba45 (diff) | |
download | qmk_firmware-be3259b793a1fe4f42c20707e187371dd917a18f.tar.gz qmk_firmware-be3259b793a1fe4f42c20707e187371dd917a18f.zip |
Remove outputselect.h include from BIOI code (#14543)
Diffstat (limited to 'keyboards/bioi')
-rw-r--r-- | keyboards/bioi/ble.c | 1 | ||||
-rw-r--r-- | keyboards/bioi/main.c | 1 |
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" |