1
0
Fork 0

Added Auto Shift, tap key = normal, hold key = shifted state.

This commit is contained in:
Jeremy Cowgar 2017-09-17 01:33:28 -04:00 committed by Jack Humbert
parent 87021371e6
commit abba393f57
8 changed files with 375 additions and 0 deletions

View file

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