Update keyboards/handwired/wwa/soyuzxl_encoder/keymaps/default/keymap.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
spacehangover 2024-10-10 23:33:12 -03:00 committed by GitHub
parent a9d7240b2c
commit 9f2d393074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
};
#endif
void matrix_scan_user(void) {
void housekeeping_task_user(void) {
slider();
}