aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/promethium/promethium.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/promethium/promethium.h')
-rw-r--r--keyboards/handwired/promethium/promethium.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h
index 6d51f81ca..da37e5c56 100644
--- a/keyboards/handwired/promethium/promethium.h
+++ b/keyboards/handwired/promethium/promethium.h
@@ -7,6 +7,8 @@
7#define UNICODE_TYPE_DELAY 0 7#define UNICODE_TYPE_DELAY 0
8#define BATTERY_PIN 9 8#define BATTERY_PIN 9
9#define BATTERY_POLL 30000 9#define BATTERY_POLL 30000
10#define MAX_VOLTAGE 4.2
11#define MIN_VOLTAGE 3.2
10 12
11#define KEYMAP( \ 13#define KEYMAP( \
12 k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, \ 14 k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, \
@@ -103,4 +105,4 @@ enum led_sequence {
103 105
104#endif 106#endif
105 107
106void battery_poll(float percentage); \ No newline at end of file 108void battery_poll(uint8_t level); \ No newline at end of file