diff options
author | Joel Challis <git@zvecr.com> | 2024-01-18 23:07:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 23:07:54 +0000 |
commit | d7727a54bc9a6ab137422e9e2b418bf9d383a01d (patch) | |
tree | 2ee4df004bbda24d211847c47869d4c1d2c14f82 /keyboards/planck/rev6 | |
parent | 9ddb6a56bd9d4c9c54051e77fc4988a8dad800aa (diff) |
Remove LAYOUTS_HAS_RGB (#22917)
Diffstat (limited to 'keyboards/planck/rev6')
-rw-r--r-- | keyboards/planck/rev6/rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index 048b723c4c..ce96f94079 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk @@ -14,5 +14,3 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. RGB_MATRIX_ENABLE = no ENCODER_ENABLE = yes DIP_SWITCH_ENABLE = yes - -LAYOUTS_HAS_RGB = no |