diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-21 16:21:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-21 16:21:48 +0000 |
commit | bced45e3021148219a1a85f1044ba8a00155b53c (patch) | |
tree | 1be3b059b41e465a9a3bd1b1a47d6d29bebfb5c7 /keyboards | |
parent | e3c010e17978ced8677f822ae0453d8dc1ae3bf3 (diff) | |
parent | be3259b793a1fe4f42c20707e187371dd917a18f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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" |