Feature-ify Send String (#17275)

This commit is contained in:
Ryan
2022-07-02 22:10:08 +10:00
committed by GitHub
parent 7e41eb0277
commit 3ecb0a80af
12 changed files with 892 additions and 623 deletions

View File

@@ -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"