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 | |
parent | e3c010e17978ced8677f822ae0453d8dc1ae3bf3 (diff) | |
parent | be3259b793a1fe4f42c20707e187371dd917a18f (diff) | |
download | qmk_firmware-bced45e3021148219a1a85f1044ba8a00155b53c.tar.gz qmk_firmware-bced45e3021148219a1a85f1044ba8a00155b53c.zip |
Merge remote-tracking branch 'origin/master' into develop
-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 6d1c24c3a..d941f7c43 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/>. | |||
31 | #include "lufa.h" | 31 | #include "lufa.h" |
32 | #include "quantum.h" | 32 | #include "quantum.h" |
33 | #include <util/atomic.h> | 33 | #include <util/atomic.h> |
34 | #include "outputselect.h" | ||
35 | 34 | ||
36 | #include "print.h" | 35 | #include "print.h" |
37 | 36 | ||
diff --git a/keyboards/bioi/main.c b/keyboards/bioi/main.c index 14f0f8de7..7c8922c0a 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/>. | |||
33 | #include "lufa.h" | 33 | #include "lufa.h" |
34 | #include "quantum.h" | 34 | #include "quantum.h" |
35 | #include <util/atomic.h> | 35 | #include <util/atomic.h> |
36 | #include "outputselect.h" | ||
37 | 36 | ||
38 | #ifdef NKRO_ENABLE | 37 | #ifdef NKRO_ENABLE |
39 | #include "keycode_config.h" | 38 | #include "keycode_config.h" |