diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
commit | 48a89ad8649ffe5fa054eccf1b0498f8a0a49b32 (patch) | |
tree | 507acee914061af992dd8d657b2374da544c47ae /quantum/process_keycode/process_key_lock.h | |
parent | 597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff) | |
parent | a5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff) | |
download | firmware-48a89ad8649ffe5fa054eccf1b0498f8a0a49b32.tar.gz firmware-48a89ad8649ffe5fa054eccf1b0498f8a0a49b32.tar.bz2 firmware-48a89ad8649ffe5fa054eccf1b0498f8a0a49b32.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'quantum/process_keycode/process_key_lock.h')
-rw-r--r-- | quantum/process_keycode/process_key_lock.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_key_lock.h b/quantum/process_keycode/process_key_lock.h new file mode 100644 index 000000000..876db4a32 --- /dev/null +++ b/quantum/process_keycode/process_key_lock.h @@ -0,0 +1,24 @@ +/* Copyright 2017 Fredric Silberberg + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PROCESS_KEY_LOCK_H +#define PROCESS_KEY_LOCK_H + +#include "quantum.h" + +bool process_key_lock(uint16_t *keycode, keyrecord_t *record); + +#endif // PROCESS_KEY_LOCK_H |