diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-20 01:50:51 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 14:50:51 +0000 |
commit | 3b1ffd2ede296e17668f8763c7083aa4c9a3ce7d (patch) | |
tree | b3b2a5abf76d77da2ea3538f26efd1992f385160 /keyboards/handwired/onekey | |
parent | a7c45daeb8022097a0dbb3859bfcd56b73d65d14 (diff) |
ChibiOS enable memory allocations (#11620)
Diffstat (limited to 'keyboards/handwired/onekey')
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/handwired/onekey/blackpill_f401/chconf.h b/keyboards/handwired/onekey/blackpill_f401/chconf.h index 1900489e21..8f925a6610 100644 --- a/keyboards/handwired/onekey/blackpill_f401/chconf.h +++ b/keyboards/handwired/onekey/blackpill_f401/chconf.h @@ -25,7 +25,7 @@ #define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_USE_FACTORY TRUE +#define CH_CFG_USE_FACTORY FALSE #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE diff --git a/keyboards/handwired/onekey/blackpill_f411/chconf.h b/keyboards/handwired/onekey/blackpill_f411/chconf.h index fade216de5..e9590e1bb0 100644 --- a/keyboards/handwired/onekey/blackpill_f411/chconf.h +++ b/keyboards/handwired/onekey/blackpill_f411/chconf.h @@ -25,7 +25,7 @@ #define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_USE_FACTORY TRUE +#define CH_CFG_USE_FACTORY FALSE #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE diff --git a/keyboards/handwired/onekey/teensy_32/chconf.h b/keyboards/handwired/onekey/teensy_32/chconf.h index 05beb6439d..3b67dc63f7 100644 --- a/keyboards/handwired/onekey/teensy_32/chconf.h +++ b/keyboards/handwired/onekey/teensy_32/chconf.h @@ -31,7 +31,7 @@ #define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_USE_FACTORY TRUE +#define CH_CFG_USE_FACTORY FALSE #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE diff --git a/keyboards/handwired/onekey/teensy_lc/chconf.h b/keyboards/handwired/onekey/teensy_lc/chconf.h index b888a1fc16..8c53cb794b 100644 --- a/keyboards/handwired/onekey/teensy_lc/chconf.h +++ b/keyboards/handwired/onekey/teensy_lc/chconf.h @@ -31,7 +31,7 @@ #define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_USE_FACTORY TRUE +#define CH_CFG_USE_FACTORY FALSE #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |