From f096e5a3f3af404e6f752185260f183d3ecd503e Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 3 Jun 2025 23:44:46 +0100 Subject: Relocate remaining `process_record_quantum` keycodes (#25328) --- quantum/process_keycode/process_oneshot.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 quantum/process_keycode/process_oneshot.h (limited to 'quantum/process_keycode/process_oneshot.h') 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 @@ +// Copyright 2025 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include +#include +#include "action.h" + +bool process_oneshot(uint16_t keycode, keyrecord_t *record); -- cgit v1.2.3