diff options
author | Drashna Jaelre <drashna@live.com> | 2022-01-30 13:20:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 13:20:33 -0800 |
commit | 941b1d35b8e40a9c93301a1131ef3f3336fee0b5 (patch) | |
tree | 54c8d1ec131d5c8a6e0dd89364a9840b3925fcdd /users/drashna/callbacks.c | |
parent | 3555ee0555c8a9ff8aea2a101ae02a72b0e76076 (diff) | |
download | qmk_firmware-941b1d35b8e40a9c93301a1131ef3f3336fee0b5.tar.gz qmk_firmware-941b1d35b8e40a9c93301a1131ef3f3336fee0b5.zip |
[Keymap] Add oled improvements and cnano keymap for drashna (#16133)
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(); |