diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2022-09-16 12:37:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 18:37:39 +0100 |
commit | 799046fd9de389f15651d121d64f5be373e7dffe (patch) | |
tree | 58253e46fe9ed9dcd5f6c81e5d5785a8525ccac0 /keyboards/checkerboards/quark/rules.mk | |
parent | 1ec8ae8a49f02ae732cc5315d75bf2a6505fe00d (diff) |
Quark revision - rotary encoder and 7u support (#17664)
by npspears
Diffstat (limited to 'keyboards/checkerboards/quark/rules.mk')
-rw-r--r-- | keyboards/checkerboards/quark/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/checkerboards/quark/rules.mk b/keyboards/checkerboards/quark/rules.mk index f56c1ed29e..a161eb06d3 100644 --- a/keyboards/checkerboards/quark/rules.mk +++ b/keyboards/checkerboards/quark/rules.mk @@ -17,9 +17,11 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode +ENCODER_ENABLE = yes # Enable Rotary Encoders -LAYOUTS = ortho_4x12 planck_mit # Disable unsupported hardware AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no + +LAYOUTS = ortho_4x12 planck_mit |