| 1234567891011 |
- // Copyright 2022 QMK
- // SPDX-License-Identifier: GPL-2.0-or-later
- #pragma once
- #include <stdbool.h>
- #include "action.h"
- bool preprocess_secure(uint16_t keycode, keyrecord_t *record);
- bool process_secure(uint16_t keycode, keyrecord_t *record);
|