diff options
Diffstat (limited to 'keyboards/handwired/pill60')
-rw-r--r-- | keyboards/handwired/pill60/blackpill_f401/chconf.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/pill60/blackpill_f411/chconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/pill60/blackpill_f401/chconf.h b/keyboards/handwired/pill60/blackpill_f401/chconf.h index 97772fe4b3..600a0a9235 100644 --- a/keyboards/handwired/pill60/blackpill_f401/chconf.h +++ b/keyboards/handwired/pill60/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/pill60/blackpill_f411/chconf.h b/keyboards/handwired/pill60/blackpill_f411/chconf.h index e23e9214b7..8fc9c3b8ca 100644 --- a/keyboards/handwired/pill60/blackpill_f411/chconf.h +++ b/keyboards/handwired/pill60/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 |