]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/promethium/promethium.h
Add regular space to B+N on GUI layer for repeating space
[qmk_firmware.git] / keyboards / handwired / promethium / promethium.h
index 6d51f81ca6529b72cb49fc808572bb1035729643..da37e5c560130413d1f9718085003188e9b44e5e 100644 (file)
@@ -7,6 +7,8 @@
 #define UNICODE_TYPE_DELAY 0
 #define BATTERY_PIN 9
 #define BATTERY_POLL 30000
+#define MAX_VOLTAGE 4.2
+#define MIN_VOLTAGE 3.2
 
 #define KEYMAP( \
     k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, \
@@ -103,4 +105,4 @@ enum led_sequence {
 
 #endif
 
-void battery_poll(float percentage);
\ No newline at end of file
+void battery_poll(uint8_t level);
\ No newline at end of file