summaryrefslogtreecommitdiff
path: root/app/include/zmk/events/position-state-changed.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/events/position-state-changed.h')
-rw-r--r--app/include/zmk/events/position-state-changed.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/include/zmk/events/position-state-changed.h b/app/include/zmk/events/position-state-changed.h
deleted file mode 100644
index 7058276..0000000
--- a/app/include/zmk/events/position-state-changed.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (c) 2020 The ZMK Contributors
- *
- * SPDX-License-Identifier: MIT
- */
-
-#pragma once
-
-#include <zephyr.h>
-#include <zmk/event-manager.h>
-
-struct position_state_changed {
- struct zmk_event_header header;
- uint32_t position;
- bool state;
- int64_t timestamp;
-};
-
-ZMK_EVENT_DECLARE(position_state_changed); \ No newline at end of file