diff options
Diffstat (limited to 'users/dhertz')
| -rw-r--r-- | users/dhertz/dhertz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/dhertz/dhertz.c b/users/dhertz/dhertz.c index 9aae0125f..f33981e15 100644 --- a/users/dhertz/dhertz.c +++ b/users/dhertz/dhertz.c | |||
| @@ -91,7 +91,7 @@ void mod_or_mod_with_macro(keyrecord_t *record, uint16_t kc_mod, char* macro) { | |||
| 91 | // Runs state check and changes underglow color and animation | 91 | // Runs state check and changes underglow color and animation |
| 92 | // on layer change, no matter where the change was initiated | 92 | // on layer change, no matter where the change was initiated |
| 93 | // Then runs keymap's layer change check | 93 | // Then runs keymap's layer change check |
| 94 | uint32_t layer_state_set_user (uint32_t state) { | 94 | layer_state_t layer_state_set_user (layer_state_t state) { |
| 95 | return layer_state_set_keymap (state); | 95 | return layer_state_set_keymap (state); |
| 96 | } | 96 | } |
| 97 | 97 | ||
