forked from mirrors/qmk_userspace
process_keycode: remove direct quantum.h
includes (#21486)
This commit is contained in:
parent
39a97d2ee4
commit
eee0384167
46 changed files with 257 additions and 155 deletions
|
@ -13,6 +13,10 @@
|
|||
// limitations under the License.
|
||||
|
||||
#include "process_repeat_key.h"
|
||||
#include "repeat_key.h"
|
||||
#include "keycodes.h"
|
||||
#include "quantum_keycodes.h"
|
||||
#include "action_util.h"
|
||||
|
||||
// Default implementation of remember_last_key_user().
|
||||
__attribute__((weak)) bool remember_last_key_user(uint16_t keycode, keyrecord_t* record, uint8_t* remembered_mods) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue