diff options
Diffstat (limited to 'keyboards/quark')
-rw-r--r-- | keyboards/quark/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/quark/rules.mk b/keyboards/quark/rules.mk index 41e815be5f..2fd5d44f99 100644 --- a/keyboards/quark/rules.mk +++ b/keyboards/quark/rules.mk @@ -23,3 +23,7 @@ AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode LAYOUTS = ortho_4x12 planck_mit + +# Disable unsupported hardware +AUDIO_SUPPORTED = no +BACKLIGHT_SUPPORTED = no |