diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:13:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 08:13:41 +1100 |
commit | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch) | |
tree | 412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/work_louder/numpad | |
parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/work_louder/numpad')
-rw-r--r-- | keyboards/work_louder/numpad/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/work_louder/numpad/config.h b/keyboards/work_louder/numpad/config.h index 79ce6df6cf..f6a70b90b0 100644 --- a/keyboards/work_louder/numpad/config.h +++ b/keyboards/work_louder/numpad/config.h @@ -19,8 +19,6 @@ //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -// #define RGB_DI_PIN D1 #define RGB_MATRIX_LED_COUNT 16 #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 #define RGB_MATRIX_DISABLE_KEYCODES |