add rotary encoder support for Quark^2 (#17470)
This commit is contained in:
parent
5ac71ef27a
commit
60ab61386e
3 changed files with 17 additions and 1 deletions
|
@ -53,3 +53,7 @@
|
|||
#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
|
||||
#define RGBLIGHT_SAT_STEP 12 // units to step when in/decresing saturation
|
||||
#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
|
||||
|
||||
/* define rotary encoder pins */
|
||||
#define ENCODERS_PAD_A {B0}
|
||||
#define ENCODERS_PAD_B {D1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue