diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-15 00:03:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 00:03:18 -0500 |
commit | 36dddd45fb8af462f91c56a6e4b246251cc68c35 (patch) | |
tree | 5eccd6fcd7933514cad73d0ef9063d386faf81df /keyboards/handwired/promethium/rules.mk | |
parent | 803040d4ee9d4542a82a2136e90f97c335c27758 (diff) | |
parent | e5b165c2555365b495a29c4f85f8bf53a511304a (diff) |
Merge pull request #949 from priyadi/promethium
Promethium firmware update
Diffstat (limited to 'keyboards/handwired/promethium/rules.mk')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 891f523c22..465ef3359a 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -1,4 +1,3 @@ - # MCU name #MCU = at90usb1287 MCU = atmega32u4 @@ -66,6 +65,8 @@ 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 +API_SYSEX_ENABLE ?= no # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |