diff options
author | Ofer Plesser <plesserofer@gmail.com> | 2016-12-16 21:52:51 +0200 |
---|---|---|
committer | Ofer Plesser <plesserofer@gmail.com> | 2016-12-16 21:52:51 +0200 |
commit | 6a462c818cc35ad5a51576bee96077d9614b1a8d (patch) | |
tree | cda535a4e64bd0183b800b6abe87005c3f98a74f /keyboards/handwired/promethium/rules.mk | |
parent | 6e7cfa83b9424061914793b02757fa4ec75b356b (diff) | |
parent | b8e13167c813b59ebd6f4484dccae37bde2bfdba (diff) |
Merge branch 'master' into feature/combos
Diffstat (limited to 'keyboards/handwired/promethium/rules.mk')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 0842780cce..465ef3359a 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -1,4 +1,3 @@ - # MCU name #MCU = at90usb1287 MCU = atmega32u4 @@ -61,11 +60,13 @@ BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality MIDI_ENABLE ?= no # MIDI controls AUDIO_ENABLE ?= no # Audio output on port C6 UNICODE_ENABLE ?= no # Unicode -UNICODEMAP_ENABLE = yes +UNICODEMAP_ENABLE ?= yes 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 |