diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-11-26 07:46:05 +0100 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-11-26 07:46:05 +0100 |
commit | 6313ec7ef960ad76182020f031cd09803d7a7d51 (patch) | |
tree | 5e512aa596741583e28d4900da51b4c07d7c3edf /keyboards | |
parent | b94e5b2aa6636326b2eaa75a2c562ea074e1535a (diff) | |
download | qmk_firmware-6313ec7ef960ad76182020f031cd09803d7a7d51.tar.gz qmk_firmware-6313ec7ef960ad76182020f031cd09803d7a7d51.tar.xz |
protocols.mk is already included in latest QMK
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 835b13c4f..0842780cc 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -70,6 +70,5 @@ PS2_USE_INT ?= 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 -include $(TMK_DIR)/protocol.mk SRC += $(QUANTUM_DIR)/light_ws2812.c SRC += rgbsps.c
\ No newline at end of file |