diff options
Diffstat (limited to 'quantum/process_keycode/process_oneshot.h')
| -rw-r--r-- | quantum/process_keycode/process_oneshot.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_oneshot.h b/quantum/process_keycode/process_oneshot.h new file mode 100644 index 0000000000..11445b9b38 --- /dev/null +++ b/quantum/process_keycode/process_oneshot.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | // Copyright 2025 QMK | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <stdint.h> | ||
| 7 | #include <stdbool.h> | ||
| 8 | #include "action.h" | ||
| 9 | |||
| 10 | bool process_oneshot(uint16_t keycode, keyrecord_t *record); | ||
