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 /users | |
| parent | b72b487b4dcfff01ebdd1c7ad697af20e7180354 (diff) | |
Remove `RGB_DI_PIN` ifdefs (#20218)
Diffstat (limited to 'users')
| -rw-r--r-- | users/miles2go/keymaps/handwired/ms_sculpt_mobile/keymap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/miles2go/keymaps/handwired/ms_sculpt_mobile/keymap.c b/users/miles2go/keymaps/handwired/ms_sculpt_mobile/keymap.c index 17122f4a63..12547ec508 100644 --- a/users/miles2go/keymaps/handwired/ms_sculpt_mobile/keymap.c +++ b/users/miles2go/keymaps/handwired/ms_sculpt_mobile/keymap.c | |||
| @@ -248,9 +248,7 @@ void keyboard_post_init_user(void) { | |||
| 248 | 248 | ||
| 249 | void matrix_init_user(void) { | 249 | void matrix_init_user(void) { |
| 250 | #ifdef RGBLIGHT_ENABLE | 250 | #ifdef RGBLIGHT_ENABLE |
| 251 | #ifdef RGB_DI_PIN | ||
| 252 | rgblight_setrgb(RGB_GREEN); | 251 | rgblight_setrgb(RGB_GREEN); |
| 253 | #endif | ||
| 254 | #endif //RGB_matrix | 252 | #endif //RGB_matrix |
| 255 | } | 253 | } |
| 256 | 254 | ||
