aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/elite_c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-24 14:32:23 +1100
committerGitHub <noreply@github.com>2020-03-24 03:32:23 +0000
commit297aad6ebd8577e826ea738cde25207a61337dc0 (patch)
treefe9250a52c968dbf685758e507ef6a92546d89a2 /keyboards/handwired/onekey/elite_c
parent8f69983c58e7c8025d55ccdb31bcf570158f5433 (diff)
downloadfirmware-297aad6ebd8577e826ea738cde25207a61337dc0.tar.gz
firmware-297aad6ebd8577e826ea738cde25207a61337dc0.tar.bz2
firmware-297aad6ebd8577e826ea738cde25207a61337dc0.zip
Set backlight and RGB pins for AVR onekeys (#8533)
* Set backlight and RGB pins for AVR onekeys * Set pin for ADC as well * Define ADC_PIN for F4 blackpills * Use A0 for F4 ADCs * Set ADC pins for F0 and F1
Diffstat (limited to 'keyboards/handwired/onekey/elite_c')
-rw-r--r--keyboards/handwired/onekey/elite_c/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/elite_c/config.h b/keyboards/handwired/onekey/elite_c/config.h
index fbcd630d7..167373cd3 100644
--- a/keyboards/handwired/onekey/elite_c/config.h
+++ b/keyboards/handwired/onekey/elite_c/config.h
@@ -21,3 +21,9 @@
#define MATRIX_COL_PINS { F4 }
#define MATRIX_ROW_PINS { F5 }
#define UNUSED_PINS
+
+#define BACKLIGHT_PIN B6
+
+#define RGB_DI_PIN F6
+
+#define ADC_PIN F6