1
0
Fork 0

adds send_string functionality (string macros)

This commit is contained in:
Jack Humbert 2016-06-01 22:49:55 -04:00
parent f3086b57e6
commit 1c9f33c06a
2 changed files with 56 additions and 0 deletions

View file

@ -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);