summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h')
-rw-r--r--keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h b/keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h
new file mode 100644
index 0000000000..4d56fedf05
--- /dev/null
+++ b/keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#define PRODUCT_ID 0xAD02
+
+#define ENCODERS_PAD_A { A6, A4, B7 }
+#define ENCODERS_PAD_B { A5, A3, B6 }
+#define ENCODER_RESOLUTION 4
+
+#define TAP_CODE_DELAY 10 \ No newline at end of file