diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-16 17:38:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-16 17:38:10 +0000 |
commit | 7598ea9be94e01b0303e21508568bce822c750c6 (patch) | |
tree | 2f98a14222e92543993a24fc19b67117c89d5270 /keyboards/checkerboards/quark/config.h | |
parent | 3ceaf7f72c2b04c5bd570cc2ab8de884ec74c629 (diff) | |
parent | 799046fd9de389f15651d121d64f5be373e7dffe (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/checkerboards/quark/config.h')
-rw-r--r-- | keyboards/checkerboards/quark/config.h | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/keyboards/checkerboards/quark/config.h b/keyboards/checkerboards/quark/config.h index dda0f9f189..295629f885 100644 --- a/keyboards/checkerboards/quark/config.h +++ b/keyboards/checkerboards/quark/config.h @@ -38,22 +38,6 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT - // ws2812 options #define RGB_DI_PIN D0 // pin the DI on the ws2812 is hooked-up to #define RGBLIGHT_ANIMATIONS // run RGB animations @@ -61,3 +45,8 @@ #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) + +// rotary encoder parameters +#define ENCODERS_PAD_A { B0 } +#define ENCODERS_PAD_B { D1 } +#define ENCODER_RESOLUTION 4 |