diff options
Diffstat (limited to 'keyboards/matrix/noah/rules.mk')
-rw-r--r-- | keyboards/matrix/noah/rules.mk | 10 |
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 |