summaryrefslogtreecommitdiff
path: root/keyboards/chimera_ortho_plus/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/chimera_ortho_plus/rules.mk')
-rw-r--r--keyboards/chimera_ortho_plus/rules.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/chimera_ortho_plus/rules.mk b/keyboards/chimera_ortho_plus/rules.mk
index e99e79c327..0a8a31e7dd 100644
--- a/keyboards/chimera_ortho_plus/rules.mk
+++ b/keyboards/chimera_ortho_plus/rules.mk
@@ -17,7 +17,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes
-CUSTOM_MATRIX = yes
+CUSTOM_MATRIX = lite
# project specific files
-SRC += matrix.c serial_uart.c
+SRC += matrix.c
+QUANTUM_LIB_SRC += uart.c