Relocate magic keycode processing (#7512)
* Move magic keycode processing to own file * Save some bytes * Update comments * Update define to one thats not already used... * Fix audio
This commit is contained in:
parent
1718dfa658
commit
d598f01cb7
5 changed files with 212 additions and 157 deletions
|
@ -133,6 +133,10 @@ extern layer_state_t layer_state;
|
|||
# include "process_space_cadet.h"
|
||||
#endif
|
||||
|
||||
#ifdef MAGIC_KEYCODE_ENABLE
|
||||
# include "process_magic.h"
|
||||
#endif
|
||||
|
||||
#ifdef HD44780_ENABLE
|
||||
# include "hd44780.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue