mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-01 03:32:10 +01:00
Add mousekey.h include to quantum.h (#21897)
This commit is contained in:
@@ -209,6 +209,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"
|
||||
|
||||
Reference in New Issue
Block a user