summaryrefslogtreecommitdiffstats
path: root/keyboards/checkerboards/quark_squared/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/checkerboards/quark_squared/config.h')
-rw-r--r--keyboards/checkerboards/quark_squared/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/checkerboards/quark_squared/config.h b/keyboards/checkerboards/quark_squared/config.h
index 32546097f1..7331f6803d 100644
--- a/keyboards/checkerboards/quark_squared/config.h
+++ b/keyboards/checkerboards/quark_squared/config.h
@@ -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}