diff options
| author | James Young | 2024-04-13 07:33:49 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-13 07:33:49 +0200 |
| commit | 8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (patch) | |
| tree | 161e97f48783e4e210449e42ae00f06612759096 /keyboards/dc01/arrow/rules.mk | |
| parent | 43a122e050647057dbaa16bc50417b9306e00bcc (diff) | |
Data-Driven Keyboard Conversions: D (#23461)
Diffstat (limited to 'keyboards/dc01/arrow/rules.mk')
| -rw-r--r-- | keyboards/dc01/arrow/rules.mk | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/dc01/arrow/rules.mk b/keyboards/dc01/arrow/rules.mk index b2c66861ea..d4c0eb2672 100644 --- a/keyboards/dc01/arrow/rules.mk +++ b/keyboards/dc01/arrow/rules.mk @@ -1,15 +1,3 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in -CUSTOM_MATRIX = yes # Use custom matrix +CUSTOM_MATRIX = yes SRC += matrix.c \ i2c_slave.c |