summaryrefslogtreecommitdiff
path: root/keyboards/contra/rules.mk
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2023-03-02 01:53:31 +0800
committerGitHub <noreply@github.com>2023-03-01 10:53:31 -0700
commit80c6fbad1cd25071942f44119d76d29adcccd9f3 (patch)
tree7f65f696cb7a527f7860c982b40855ea8d26fb3e /keyboards/contra/rules.mk
parentf6390892e356e68921c462d882d7e3e96ff605e0 (diff)
[Keyboard] Clean up contra & move to data-driven (#19973)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/contra/rules.mk')
-rwxr-xr-xkeyboards/contra/rules.mk19
1 files changed, 1 insertions, 18 deletions
diff --git a/keyboards/contra/rules.mk b/keyboards/contra/rules.mk
index 6beb282431..6e7633bfe0 100755
--- a/keyboards/contra/rules.mk
+++ b/keyboards/contra/rules.mk
@@ -1,18 +1 @@
-# 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
-
-LAYOUTS_HAS_RGB = no
-
-# Disable unsupported hardware
-RGBLIGHT_SUPPORTED = no
-AUDIO_SUPPORTED = no
-BACKLIGHT_SUPPORTED = no
+# This file intentionally left blank