Merge remote-tracking branch 'qmk/master' into merge-2023-12-16
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
#include "suspend.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef DEFERRED_EXEC_ENABLE
|
||||
# include "deferred_exec.h"
|
||||
@@ -209,6 +211,10 @@ extern layer_state_t layer_state;
|
||||
# include "pointing_device.h"
|
||||
#endif
|
||||
|
||||
#ifdef MOUSEKEY_ENABLE
|
||||
# include "mousekey.h"
|
||||
#endif
|
||||
|
||||
#ifdef CAPS_WORD_ENABLE
|
||||
# include "caps_word.h"
|
||||
# include "process_caps_word.h"
|
||||
@@ -250,8 +256,8 @@ bool process_record_quantum_helper(uint16_t keycode, keyrecord_t *record);
|
||||
void reset_keyboard(void);
|
||||
void soft_reset_keyboard(void);
|
||||
|
||||
void startup_user(void);
|
||||
void shutdown_user(void);
|
||||
bool shutdown_kb(bool jump_to_bootloader);
|
||||
bool shutdown_user(bool jump_to_bootloader);
|
||||
|
||||
void register_code16(uint16_t code);
|
||||
void unregister_code16(uint16_t code);
|
||||
|
||||
Reference in New Issue
Block a user