summaryrefslogtreecommitdiff
path: root/platforms/chibios/QMK_PROTON_C/configs/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/QMK_PROTON_C/configs/chconf.h')
-rw-r--r--platforms/chibios/QMK_PROTON_C/configs/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/QMK_PROTON_C/configs/chconf.h b/platforms/chibios/QMK_PROTON_C/configs/chconf.h
index 9445765292..a1cbf68086 100644
--- a/platforms/chibios/QMK_PROTON_C/configs/chconf.h
+++ b/platforms/chibios/QMK_PROTON_C/configs/chconf.h
@@ -453,7 +453,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_CFG_USE_FACTORY)
-#define CH_CFG_USE_FACTORY TRUE
+#define CH_CFG_USE_FACTORY FALSE
#endif
/**