summaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/rules.mk
diff options
context:
space:
mode:
authoryulei <yuleiz@gmail.com>2020-03-07 21:19:06 +0800
committerGitHub <noreply@github.com>2020-03-07 13:19:06 +0000
commite0d15e6182a331ed27535f81539f2d7243d02bc0 (patch)
treea56d2c479654151aaf3bedd253db705a81c54b9b /keyboards/matrix/noah/rules.mk
parent3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1 (diff)
fixed #8259 (#8333)
Diffstat (limited to 'keyboards/matrix/noah/rules.mk')
-rw-r--r--keyboards/matrix/noah/rules.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk
index c24cfd9069..80854e67e1 100644
--- a/keyboards/matrix/noah/rules.mk
+++ b/keyboards/matrix/noah/rules.mk
@@ -37,20 +37,18 @@ OPT_DEFS =
# comment out to disable the options.
#
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
-MOUSEKEY_ENABLE = no # Mouse keys
+MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # USB Nkey Rollover
-NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
+NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
-CUSTOM_MATRIX = yes
RGB_MATRIX_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGBLIGHT_CUSTOM_DRIVER = yes
+CUSTOM_MATRIX = yes
# project specific files
-SRC += \
- matrix.c \
- ws2812.c
+SRC += ws2812.c matrix.c