diff options
Diffstat (limited to 'app/src/behaviors/behavior_sticky_key.c')
-rw-r--r-- | app/src/behaviors/behavior_sticky_key.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/behaviors/behavior_sticky_key.c b/app/src/behaviors/behavior_sticky_key.c index 4695c7a..643ae48 100644 --- a/app/src/behaviors/behavior_sticky_key.c +++ b/app/src/behaviors/behavior_sticky_key.c @@ -13,10 +13,10 @@ #include <zmk/matrix.h> #include <zmk/endpoints.h> -#include <zmk/event-manager.h> -#include <zmk/events/position-state-changed.h> -#include <zmk/events/keycode-state-changed.h> -#include <zmk/events/modifiers-state-changed.h> +#include <zmk/event_manager.h> +#include <zmk/events/position_state_changed.h> +#include <zmk/events/keycode_state_changed.h> +#include <zmk/events/modifiers_state_changed.h> #include <zmk/hid.h> LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); |