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
This commit is contained in:
parent
8f69983c58
commit
297aad6ebd
11 changed files with 39 additions and 10 deletions
|
@ -28,3 +28,5 @@
|
|||
#define BACKLIGHT_PAL_MODE 0
|
||||
|
||||
#define RGB_DI_PIN B15
|
||||
|
||||
#define ADC_PIN A0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue