forked from mirrors/qmk_userspace
[Feature] Key Overrides (#11422)
This commit is contained in:
parent
1ae4d52013
commit
52cfc9259b
14 changed files with 984 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue