1
0
Fork 0

Implemented basic key combination feature

This commit is contained in:
Ofer Plesser 2016-12-10 00:49:11 +02:00
parent d0c667c790
commit eac8fa7999
5 changed files with 103 additions and 0 deletions

View file

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