Relocate remaining process_record_quantum keycodes (#25328)
This commit is contained in:
parent
53c6fa5de7
commit
f096e5a3f3
7 changed files with 136 additions and 75 deletions
10
quantum/process_keycode/process_quantum.h
Normal file
10
quantum/process_keycode/process_quantum.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2025 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "action.h"
|
||||
|
||||
bool process_quantum(uint16_t keycode, keyrecord_t *record);
|
||||
Loading…
Add table
Add a link
Reference in a new issue