diff options
author | Ryan <fauxpark@gmail.com> | 2020-07-02 13:12:34 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 8a4a0c25fdb2c4d0ac3ac8fd5f6ba14b56f4cd28 (patch) | |
tree | a7bd17453814e37839531484a147fb03773e6215 /keyboards/handwired/promethium/config.h | |
parent | 60e5733c487cc0435e7d3b913f31ce4acc405d4a (diff) | |
download | firmware-8a4a0c25fdb2c4d0ac3ac8fd5f6ba14b56f4cd28.tar.gz firmware-8a4a0c25fdb2c4d0ac3ac8fd5f6ba14b56f4cd28.tar.bz2 firmware-8a4a0c25fdb2c4d0ac3ac8fd5f6ba14b56f4cd28.zip |
Change analogRead calls to analogReadPin (#9023)
* Change analogRead calls to analogReadPin
* Add ChangeLog
* Update docs, remove mention of `analogRead()`
* Retarget changelog for next round
Diffstat (limited to 'keyboards/handwired/promethium/config.h')
-rw-r--r-- | keyboards/handwired/promethium/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h index f9560206b..20c5e6a85 100644 --- a/keyboards/handwired/promethium/config.h +++ b/keyboards/handwired/promethium/config.h @@ -150,7 +150,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_FUNCTION #define PS2_MOUSE_INIT_DELAY 2000 -#define BATTERY_PIN 9 #define BATTERY_POLL 30000 #define MAX_VOLTAGE 4.2 #define MIN_VOLTAGE 3.2 |