aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardsource
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r--keyboards/boardsource/4x12/rules.mk5
-rw-r--r--keyboards/boardsource/5x12/rules.mk5
2 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/boardsource/4x12/rules.mk b/keyboards/boardsource/4x12/rules.mk
index 0999b9d62..dea0aa2a9 100644
--- a/keyboards/boardsource/4x12/rules.mk
+++ b/keyboards/boardsource/4x12/rules.mk
@@ -30,3 +30,8 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32LAYOUTS = ortho_4x12 32LAYOUTS = ortho_4x12
33
34# Disable unsupported hardware
35RGBLIGHT_SUPPORTED = no
36AUDIO_SUPPORTED = no
37BACKLIGHT_SUPPORTED = no
diff --git a/keyboards/boardsource/5x12/rules.mk b/keyboards/boardsource/5x12/rules.mk
index f26c7fa80..de6f7bd3c 100644
--- a/keyboards/boardsource/5x12/rules.mk
+++ b/keyboards/boardsource/5x12/rules.mk
@@ -31,3 +31,8 @@ AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32 32
33LAYOUTS = ortho_5x12 33LAYOUTS = ortho_5x12
34
35# Disable unsupported hardware
36RGBLIGHT_SUPPORTED = no
37AUDIO_SUPPORTED = no
38BACKLIGHT_SUPPORTED = no