diff options
Diffstat (limited to 'users/drashna/callbacks.c')
-rw-r--r-- | users/drashna/callbacks.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/users/drashna/callbacks.c b/users/drashna/callbacks.c index ffc777692..f01aab433 100644 --- a/users/drashna/callbacks.c +++ b/users/drashna/callbacks.c | |||
@@ -105,16 +105,9 @@ void matrix_scan_user(void) { | |||
105 | run_diablo_macro_check(); | 105 | run_diablo_macro_check(); |
106 | #endif // TAP_DANCE_ENABLE | 106 | #endif // TAP_DANCE_ENABLE |
107 | 107 | ||
108 | #if defined(RGBLIGHT_ENABLE) | ||
109 | matrix_scan_rgb_light(); | ||
110 | #endif // RGBLIGHT_ENABLE | ||
111 | #if defined(RGB_MATRIX_ENABLE) | 108 | #if defined(RGB_MATRIX_ENABLE) |
112 | matrix_scan_rgb_matrix(); | 109 | matrix_scan_rgb_matrix(); |
113 | #endif | 110 | #endif |
114 | #if defined(POINTING_DEVICE_ENABLE) | ||
115 | matrix_scan_pointing(); | ||
116 | #endif | ||
117 | |||
118 | matrix_scan_secret(); | 111 | matrix_scan_secret(); |
119 | 112 | ||
120 | matrix_scan_keymap(); | 113 | matrix_scan_keymap(); |