Feature-ify Send String (#17275)
This commit is contained in:
parent
7e41eb0277
commit
3ecb0a80af
12 changed files with 892 additions and 623 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "action_util.h"
|
||||
#include "action_tapping.h"
|
||||
#include "print.h"
|
||||
#include "send_string.h"
|
||||
#include "suspend.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -169,6 +168,10 @@ extern layer_state_t layer_state;
|
|||
# include "hd44780.h"
|
||||
#endif
|
||||
|
||||
#ifdef SEND_STRING_ENABLE
|
||||
# include "send_string.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAPTIC_ENABLE
|
||||
# include "haptic.h"
|
||||
# include "process_haptic.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue