diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-11-26 13:46:05 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-11-26 23:48:11 +0700 |
commit | 7f3c9c6a395a921d2914fc5cac1ac8f9441c33eb (patch) | |
tree | 4fcdd59b807368fc8a4497fea60c9c298b4ef14f | |
parent | b5019bef055d3b3a90b8b42268b9ad874600782b (diff) |
protocols.mk is already included in latest QMK
-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 835b13c4f3..0842780cce 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 |