]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Enable Adafruit BLE support
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Sat, 10 Dec 2016 12:39:27 +0000 (19:39 +0700)
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Tue, 13 Dec 2016 23:03:27 +0000 (06:03 +0700)
keyboards/handwired/promethium/config.h
keyboards/handwired/promethium/rules.mk

index 097920a548de24bbcc50ed3a462e5243ac03d8b8..23fbfd0b9a56c626bcbe26e47d7ec2b403ff4457 100644 (file)
@@ -32,7 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DEVICE_VER      0x0001
 #define MANUFACTURER    Priyadi
 #define PRODUCT         Promethium Keyboard
-#define DESCRIPTION     Promethium Keyboard
+#define DESCRIPTION
 
 /* key matrix size */
 #define MATRIX_ROWS 8
index 891f523c22a27dd83e50ce669885d599be709364..f305c07e8ea8d2da97f1e5b543965507acd2bb25 100644 (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