summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/Config/hpl_slcd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smol Watch Project/My Project/Config/hpl_slcd_config.h')
-rw-r--r--Smol Watch Project/My Project/Config/hpl_slcd_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smol Watch Project/My Project/Config/hpl_slcd_config.h b/Smol Watch Project/My Project/Config/hpl_slcd_config.h
index e3bb1bd5..72213432 100644
--- a/Smol Watch Project/My Project/Config/hpl_slcd_config.h
+++ b/Smol Watch Project/My Project/Config/hpl_slcd_config.h
@@ -169,14 +169,14 @@
// <e> Advanced configuration
// <id> slcd_arch_advanced_settings
#ifndef CONF_SLCD_ADVANCED_SETTINGS
-#define CONF_SLCD_ADVANCED_SETTINGS 0
+#define CONF_SLCD_ADVANCED_SETTINGS 1
#endif
// <q> Run in standby
// <i> Indicates whether the SLCD will continue running in standby sleep mode or not
// <id> slcd_arch_runstdby
#ifndef CONF_SLCD_RUNSTDBY
-#define CONF_SLCD_RUNSTDBY 0
+#define CONF_SLCD_RUNSTDBY 1
#endif
// </e>