diff options
Diffstat (limited to 'quantum/quantum.mk')
-rw-r--r-- | quantum/quantum.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum.mk b/quantum/quantum.mk index e7ccfd659..c099d6793 100644 --- a/quantum/quantum.mk +++ b/quantum/quantum.mk | |||
@@ -34,10 +34,6 @@ ifeq ($(strip $(AUDIO_ENABLE)), yes) | |||
34 | SRC += $(QUANTUM_DIR)/audio/luts.c | 34 | SRC += $(QUANTUM_DIR)/audio/luts.c |
35 | endif | 35 | endif |
36 | 36 | ||
37 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | ||
38 | SRC += $(QUANTUM_DIR)/keymap_unicode.c | ||
39 | endif | ||
40 | |||
41 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | 37 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) |
42 | SRC += $(QUANTUM_DIR)/light_ws2812.c | 38 | SRC += $(QUANTUM_DIR)/light_ws2812.c |
43 | SRC += $(QUANTUM_DIR)/rgblight.c | 39 | SRC += $(QUANTUM_DIR)/rgblight.c |