Enable Adafruit BLE support

This commit is contained in:
Priyadi Iman Nurcahyo
2016-12-10 19:39:27 +07:00
parent 9838ddcead
commit 0b54b32361
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
# MCU name
#MCU = at90usb1287
MCU = atmega32u4
@@ -66,6 +65,7 @@ BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
PS2_MOUSE_ENABLE ?= yes
PS2_USE_INT ?= yes
ADAFRUIT_BLE_ENABLE ?= yes
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend