]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol/lufa/adafruit_ble.h
Refactor Bluetooth Handling
[qmk_firmware.git] / tmk_core / protocol / lufa / adafruit_ble.h
index 351fd55ae92e664c7a3dd7018ed8f9d333a580a2..b3bab3ca0997b6ebc8d8957bb331f6202218c8f5 100644 (file)
@@ -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