adds send_string functionality (string macros)
This commit is contained in:
parent
f3086b57e6
commit
1c9f33c06a
2 changed files with 56 additions and 0 deletions
|
@ -59,6 +59,8 @@ extern uint32_t default_layer_state;
|
|||
#define LEADER_DICTIONARY() if (leading && timer_elapsed(leader_time) > LEADER_TIMEOUT)
|
||||
#endif
|
||||
|
||||
void send_string(char str[]);
|
||||
|
||||
void matrix_init_kb(void);
|
||||
void matrix_scan_kb(void);
|
||||
bool process_action_kb(keyrecord_t *record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue