summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/QMK_PROTON_C
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-01-20 01:50:51 +1100
committerGitHub <noreply@github.com>2021-01-19 14:50:51 +0000
commit3b1ffd2ede296e17668f8763c7083aa4c9a3ce7d (patch)
treeb3b2a5abf76d77da2ea3538f26efd1992f385160 /platforms/chibios/QMK_PROTON_C
parenta7c45daeb8022097a0dbb3859bfcd56b73d65d14 (diff)
ChibiOS enable memory allocations (#11620)
Diffstat (limited to 'platforms/chibios/QMK_PROTON_C')
-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
/**