Allow broader send_string layout customizability via compile flag
Refactor new-ish JIS_KEYCODE send_string implementation with existing send_string Reshuffle JIS in line with other alternative keycodes for sendstring, and make them all accessible via compile-time options Add a separate function to allow sending a string with a delay.
This commit is contained in:
parent
c41d40c422
commit
fdc2e8058b
3 changed files with 101 additions and 148 deletions
|
@ -96,6 +96,7 @@ extern uint32_t default_layer_state;
|
|||
|
||||
#define SEND_STRING(str) send_string(PSTR(str))
|
||||
void send_string(const char *str);
|
||||
void send_string_with_delay(const char *str, uint8_t interval);
|
||||
|
||||
// For tri-layer
|
||||
void update_tri_layer(uint8_t layer1, uint8_t layer2, uint8_t layer3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue