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/dichotomy/rules.mk | |
| parent | 43a122e050647057dbaa16bc50417b9306e00bcc (diff) | |
Data-Driven Keyboard Conversions: D (#23461)
Diffstat (limited to 'keyboards/dichotomy/rules.mk')
| -rwxr-xr-x | keyboards/dichotomy/rules.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/dichotomy/rules.mk b/keyboards/dichotomy/rules.mk index bfa5252a03..fd5fa4db1a 100755 --- a/keyboards/dichotomy/rules.mk +++ b/keyboards/dichotomy/rules.mk @@ -1,16 +1,5 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -#MOUSEKEY_ENABLE = yes # Mouse keys -POINTING_DEVICE_ENABLE = yes # Generic Pointer, not as big as mouse keys hopefully. POINTING_DEVICE_DRIVER = custom -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge -NKRO_ENABLE = yes # Enable N-Key Rollover -# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality # # project specific files SRC += matrix.c |