diff options
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 e75cf4dde..a6dd43b85 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 | |||
| 65 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 65 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 66 | PS2_MOUSE_ENABLE ?= yes | 66 | PS2_MOUSE_ENABLE ?= yes |
| 67 | PS2_USE_INT ?= yes | 67 | PS2_USE_INT ?= yes |
| 68 | ADAFRUIT_BLE_ENABLE ?= yes | ||
| 69 | API_SYSEX_ENABLE ?= no | 68 | API_SYSEX_ENABLE ?= no |
| 69 | CUSTOM_MATRIX ?= yes | ||
| 70 | BLUETOOTH ?= AdafruitBLE | ||
| 70 | 71 | ||
| 71 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 72 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |
| 73 | 74 | ||
| 74 | SRC += $(QUANTUM_DIR)/light_ws2812.c | 75 | SRC += $(QUANTUM_DIR)/light_ws2812.c |
| 75 | SRC += rgbsps.c | 76 | SRC += rgbsps.c |
| 76 | SRC += $(QUANTUM_DIR)/analog.c \ No newline at end of file | 77 | SRC += $(QUANTUM_DIR)/analog.c |
| 78 | SRC += matrix.c | ||
