Implement battery level indicator

This commit is contained in:
Priyadi Iman Nurcahyo
2017-02-10 21:28:46 +07:00
parent 07879bf66b
commit 5944ab246a
6 changed files with 97 additions and 11 deletions
+2 -1
View File
@@ -72,4 +72,5 @@ API_SYSEX_ENABLE ?= no
SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
SRC += $(QUANTUM_DIR)/light_ws2812.c
SRC += rgbsps.c
SRC += rgbsps.c
SRC += $(QUANTUM_DIR)/analog.c