diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-03 02:56:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-03 02:56:16 +0000 |
commit | e8c46fab961059dc6506945f9f0a306596a2ea25 (patch) | |
tree | 6908e51d402f6762677c8abd3b8832b48070d35f /users/drashna/callbacks.h | |
parent | 03909b8a3f6a9065e49d4303561df0e55cb8656f (diff) | |
parent | 1c43410e266429c97786c9f9217ab9708bb2754d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/drashna/callbacks.h')
-rw-r--r-- | users/drashna/callbacks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/callbacks.h b/users/drashna/callbacks.h index f6ac6b88de..15f8997619 100644 --- a/users/drashna/callbacks.h +++ b/users/drashna/callbacks.h @@ -16,6 +16,7 @@ layer_state_t layer_state_set_keymap(layer_state_t state); layer_state_t default_layer_state_set_keymap(layer_state_t state); void led_set_keymap(uint8_t usb_led); void eeconfig_init_keymap(void); +void housekeeping_task_keymap(void); #ifdef CUSTOM_UNICODE_ENABLE void matrix_init_unicode(void); |