diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-23 21:38:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 21:38:01 +1100 |
commit | ad625e7c06929092231e8f426cbe972681d91a03 (patch) | |
tree | 700973c7e0b4ffbf7a29e770c825bd6f90889715 /keyboards/pom_keyboards | |
parent | b72b487b4dcfff01ebdd1c7ad697af20e7180354 (diff) |
Remove `RGB_DI_PIN` ifdefs (#20218)
Diffstat (limited to 'keyboards/pom_keyboards')
-rw-r--r-- | keyboards/pom_keyboards/tnln95/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/pom_keyboards/tnln95/config.h b/keyboards/pom_keyboards/tnln95/config.h index 9b560ee1f5..c09fcf6fbf 100644 --- a/keyboards/pom_keyboards/tnln95/config.h +++ b/keyboards/pom_keyboards/tnln95/config.h @@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* RGB Configs */ #define RGB_DI_PIN C7 -#ifdef RGB_DI_PIN #define RGBLED_NUM 14 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD @@ -44,4 +43,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) // #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 225 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 // #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_COLOR // Sets the default mode, if none has been set -#endif |