summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/proton_c/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/proton_c/config.h')
-rw-r--r--keyboards/handwired/onekey/proton_c/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/handwired/onekey/proton_c/config.h b/keyboards/handwired/onekey/proton_c/config.h
index fe34f94add..3ba4ba6499 100644
--- a/keyboards/handwired/onekey/proton_c/config.h
+++ b/keyboards/handwired/onekey/proton_c/config.h
@@ -18,8 +18,8 @@
#include "config_common.h"
-#define MATRIX_COL_PINS { A3 }
-#define MATRIX_ROW_PINS { A2 }
+#define MATRIX_COL_PINS { A2 }
+#define MATRIX_ROW_PINS { A1 }
#define UNUSED_PINS
#define BACKLIGHT_PIN B8
@@ -27,4 +27,6 @@
#define BACKLIGHT_PWM_CHANNEL 3
#define BACKLIGHT_PAL_MODE 2
-#define RGB_DI_PIN A1
+#define RGB_DI_PIN A0
+
+#define ADC_PIN A0