inital encoder implementation
This commit is contained in:
parent
018a0142d2
commit
ff4a1ae5d2
11 changed files with 135 additions and 34 deletions
|
|
@ -121,6 +121,10 @@ extern uint32_t default_layer_state;
|
|||
#include "process_terminal_nop.h"
|
||||
#endif
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
#include "encoder.h"
|
||||
#endif
|
||||
|
||||
#ifndef MIN
|
||||
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue