summaryrefslogtreecommitdiff
path: root/keyboards/tominabox1/le_chiffre/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tominabox1/le_chiffre/post_config.h')
-rw-r--r--keyboards/tominabox1/le_chiffre/post_config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/tominabox1/le_chiffre/post_config.h b/keyboards/tominabox1/le_chiffre/post_config.h
new file mode 100644
index 0000000000..181004038e
--- /dev/null
+++ b/keyboards/tominabox1/le_chiffre/post_config.h
@@ -0,0 +1,14 @@
+// Copyright 2023 The QMK Community (@qmk)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#if defined(OLED_ENABLE)
+# if !defined(OLED_UPDATE_INTERVAL)
+# define OLED_UPDATE_INTERVAL 5
+# endif
+
+# if !defined(OLED_SECTION_BREAK)
+# define OLED_SECTION_BREAK "-----"
+# endif
+#endif