1
0
Fork 0

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:
Ryan 2020-03-24 14:32:23 +11:00 committed by GitHub
parent 8f69983c58
commit 297aad6ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 39 additions and 10 deletions

View file

@ -2,10 +2,6 @@
#include "analog.h"
#include <stdio.h>
#ifndef ADC_PIN
# define ADC_PIN A0
#endif
enum custom_keycodes {
ADC_SAMPLE = SAFE_RANGE,
};