diff options
author | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
---|---|---|
committer | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
commit | 49046f621bc8304c8c7ba7a065d2568f45ecc616 (patch) | |
tree | 4a1fc5d37e012502ff4732c801381eec814a2e01 /keyboards/handwired/promethium/rules.mk | |
parent | 9e7448ea89a1a88317f0acb805819af79d0a76e3 (diff) | |
parent | c5cef025ec39e67408f000825747d88c6aaa86eb (diff) |
Merge tag '0.5.43' into coderkun_neo2
Diffstat (limited to 'keyboards/handwired/promethium/rules.mk')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index e75cf4dde4..a6dd43b859 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -65,12 +65,14 @@ 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 +CUSTOM_MATRIX ?= yes +BLUETOOTH ?= AdafruitBLE # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend SRC += $(QUANTUM_DIR)/light_ws2812.c SRC += rgbsps.c -SRC += $(QUANTUM_DIR)/analog.c
\ No newline at end of file +SRC += $(QUANTUM_DIR)/analog.c +SRC += matrix.c |