Implemented basic key combination feature
This commit is contained in:
parent
d0c667c790
commit
eac8fa7999
5 changed files with 103 additions and 0 deletions
|
@ -63,6 +63,10 @@ extern uint32_t default_layer_state;
|
|||
#include "process_printer.h"
|
||||
#endif
|
||||
|
||||
#ifdef COMBO_ENABLE
|
||||
#include "process_combo.h"
|
||||
#endif
|
||||
|
||||
#define SEND_STRING(str) send_string(PSTR(str))
|
||||
void send_string(const char *str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue