summaryrefslogtreecommitdiff
path: root/keyboards/sergiopoverony/creator_lite/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sergiopoverony/creator_lite/config.h')
-rw-r--r--keyboards/sergiopoverony/creator_lite/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sergiopoverony/creator_lite/config.h b/keyboards/sergiopoverony/creator_lite/config.h
index bb680a318d..4ab4fa2363 100644
--- a/keyboards/sergiopoverony/creator_lite/config.h
+++ b/keyboards/sergiopoverony/creator_lite/config.h
@@ -24,8 +24,8 @@
#define UNUSED_PINS
/* encoder */
-#define ENCODERS_PAD_A { D3 }
-#define ENCODERS_PAD_B { D2 }
+#define ENCODER_A_PINS { D3 }
+#define ENCODER_B_PINS { D2 }
#define ENCODER_RESOLUTION 1
#define USB_POLLING_INTERVAL_MS 1