Feature-ify Send String (#17275)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user