mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-29 18:22:10 +01:00
[Feature] Key Overrides (#11422)
This commit is contained in:
@@ -118,6 +118,10 @@ extern layer_state_t layer_state;
|
||||
# include "process_unicodemap.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEY_OVERRIDE_ENABLE
|
||||
# include "process_key_override.h"
|
||||
#endif
|
||||
|
||||
#ifdef TAP_DANCE_ENABLE
|
||||
# include "process_tap_dance.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user