Simple extended space cadet (#5277)
* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys * PR Review feedback * Reverting back to keycodes
This commit is contained in:
parent
7d4ae3e66e
commit
c745d9b82e
10 changed files with 252 additions and 190 deletions
|
@ -131,6 +131,10 @@ extern uint32_t default_layer_state;
|
|||
#include "process_terminal_nop.h"
|
||||
#endif
|
||||
|
||||
#ifdef SPACE_CADET_ENABLE
|
||||
#include "process_space_cadet.h"
|
||||
#endif
|
||||
|
||||
#ifdef HD44780_ENABLE
|
||||
#include "hd44780.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue