add support for encoders to core
This commit is contained in:
parent
e22c399245
commit
85688e5b52
11 changed files with 166 additions and 29 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#define encoder_update(clockwise) encoder_update_user(uint8_t index, clockwise)
|
||||
|
||||
#ifdef __AVR__
|
||||
#define LAYOUT_planck_mit( \
|
||||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue