summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/adafruit_ble.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-03-28 15:08:10 +0200
committerGitHub <noreply@github.com>2017-03-28 15:08:10 +0200
commitee6fbaaad8ccb9500698bacd529624eec219f941 (patch)
treea23a7f02ebccf3b145a741dd927ab77f09a32b2f /tmk_core/protocol/lufa/adafruit_ble.h
parent7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff)
parent43eee52cba8db46e9f305a56ca6623428e28cc2e (diff)
downloadqmk_firmware-ee6fbaaad8ccb9500698bacd529624eec219f941.tar.gz
qmk_firmware-ee6fbaaad8ccb9500698bacd529624eec219f941.tar.xz
Merge pull request #1177 from exiva/bluetooth_refactor
Refactor Bluetooth Handling
Diffstat (limited to 'tmk_core/protocol/lufa/adafruit_ble.h')
-rw-r--r--tmk_core/protocol/lufa/adafruit_ble.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/adafruit_ble.h b/tmk_core/protocol/lufa/adafruit_ble.h
index 351fd55ae..b3bab3ca0 100644
--- a/tmk_core/protocol/lufa/adafruit_ble.h
+++ b/tmk_core/protocol/lufa/adafruit_ble.h
@@ -3,7 +3,7 @@
* Supports the Adafruit BLE board built around the nRF51822 chip.
*/
#pragma once
-#ifdef ADAFRUIT_BLE_ENABLE
+#ifdef MODULE_ADAFRUIT_BLE
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
@@ -57,4 +57,4 @@ extern bool adafruit_ble_set_power_level(int8_t level);
}
#endif
-#endif // ADAFRUIT_BLE_ENABLE
+#endif // MODULE_ADAFRUIT_BLE