flesh out dip and encoder support

This commit is contained in:
Jack Humbert
2018-04-03 20:57:11 -04:00
parent ddee61c9ba
commit bb71a988c2
4 changed files with 66 additions and 22 deletions
+6 -2
View File
@@ -25,7 +25,7 @@
/* enable basic MIDI features:
- MIDI notes can be sent when in Music mode is on
*/
#define MIDI_BASIC
/* enable advanced MIDI features:
@@ -39,4 +39,8 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2
#endif
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4
#endif