mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-12 20:06:00 -04:00
stub out secure as its own feature
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright 2022 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "action.h"
|
||||
|
||||
bool process_secure(uint16_t keycode, keyrecord_t *record);
|
||||
Reference in New Issue
Block a user