Added Auto Shift, tap key = normal, hold key = shifted state.
This commit is contained in:
parent
87021371e6
commit
abba393f57
8 changed files with 375 additions and 0 deletions
|
@ -95,6 +95,10 @@ extern uint32_t default_layer_state;
|
|||
#include "process_printer.h"
|
||||
#endif
|
||||
|
||||
#ifdef AUTO_SHIFT_ENABLE
|
||||
#include "process_auto_shift.h"
|
||||
#endif
|
||||
|
||||
#ifdef COMBO_ENABLE
|
||||
#include "process_combo.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue