diff options
| author | Ryan | 2023-04-08 10:08:08 +0200 |
|---|---|---|
| committer | GitHub | 2023-04-08 10:08:08 +0200 |
| commit | 522048725f6b076bdad1251243c65dd2acf6595d (patch) | |
| tree | 413c5356450048e072fc8b2528ea887ee180edc7 /keyboards/matrix/noah/rules.mk | |
| parent | 10fc6c4cd6d7463737801430e8c13b347e1b85c7 (diff) | |
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Diffstat (limited to 'keyboards/matrix/noah/rules.mk')
| -rw-r--r-- | keyboards/matrix/noah/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk index e4ce6d5243..55ea2f42b0 100644 --- a/keyboards/matrix/noah/rules.mk +++ b/keyboards/matrix/noah/rules.mk @@ -25,7 +25,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = IS31FL3731 RGBLIGHT_ENABLE = yes RGBLIGHT_CUSTOM_DRIVER = yes |