diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 20:06:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 11:06:57 +0100 |
commit | 1c069b13b9c410d30cb3b0126b21b984284c405c (patch) | |
tree | e1c8ed8a6e4a50fb7afb8fe9b017743f0b0b87c9 /keyboards/handwired/uthol/rev3/rules.mk | |
parent | 3ece80f73f781a719ea6665af1d01b99922388e9 (diff) |
rgblight: driver selection cleanups (#21558)
Diffstat (limited to 'keyboards/handwired/uthol/rev3/rules.mk')
-rw-r--r-- | keyboards/handwired/uthol/rev3/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/uthol/rev3/rules.mk b/keyboards/handwired/uthol/rev3/rules.mk index f0f9be4985..1577cf8a77 100644 --- a/keyboards/handwired/uthol/rev3/rules.mk +++ b/keyboards/handwired/uthol/rev3/rules.mk @@ -9,4 +9,3 @@ WPM_ENABLE = yes EXTRAKEY_ENABLE = yes ENCODER_ENABLE = yes RGBLIGHT_ENABLE = yes -RGBLIGHT_DRIVER = WS2812 |