forked from mirrors/qmk_userspace
add support for encoders to core
This commit is contained in:
parent
e22c399245
commit
85688e5b52
11 changed files with 166 additions and 29 deletions
|
@ -43,6 +43,10 @@
|
|||
* #define UNUSED_PINS
|
||||
*/
|
||||
|
||||
#define NUMBER_OF_ENCODERS 1
|
||||
#define ENCODERS_PAD_A { B12 }
|
||||
#define ENCODERS_PAD_B { B13 }
|
||||
|
||||
#define MUSIC_MAP
|
||||
#undef AUDIO_VOICES
|
||||
#undef C6_AUDIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue