summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index dc375be962..c4974dd471 100644
--- a/include/config.h
+++ b/include/config.h
@@ -882,6 +882,12 @@
#undef CONFIG_LIGHTBAR_POWER_RAILS
/*
+ * For tap sequence, show the last segment in dim to give a better idea of
+ * battery percentage.
+ */
+#undef CONFIG_LIGHTBAR_TAP_DIM_LAST_SEGMENT
+
+/*
* Low power idle options. These are disabled by default and all boards that
* want to use low power idle must define it. When using the LFIOSC, the low
* frequency clock will be used to conserve even more power when possible.