diff options
Diffstat (limited to 'keyboards/dc01/right/rules.mk')
-rw-r--r-- | keyboards/dc01/right/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dc01/right/rules.mk b/keyboards/dc01/right/rules.mk index 9cf1c65d5..61153f4bc 100644 --- a/keyboards/dc01/right/rules.mk +++ b/keyboards/dc01/right/rules.mk | |||
@@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | AUDIO_ENABLE = no # Audio output on port C6 | 21 | AUDIO_ENABLE = no # Audio output |
22 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in | 22 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in |
23 | CUSTOM_MATRIX = yes # Use custom matrix | 23 | CUSTOM_MATRIX = yes # Use custom matrix |
24 | SRC += matrix.c \ | 24 | SRC += matrix.c \ |