mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-22 15:42:04 +00:00
Update keyboards/annepro2/chconf.h
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
ae60484d16
commit
d36ed0c251
@ -27,44 +27,5 @@
|
||||
|
||||
#define CH_CFG_TIME_QUANTUM 20
|
||||
|
||||
#define CH_CFG_USE_REGISTRY TRUE
|
||||
|
||||
#define CH_CFG_USE_WAITEXIT TRUE
|
||||
|
||||
#define CH_CFG_USE_CONDVARS TRUE
|
||||
|
||||
#define CH_CFG_USE_MESSAGES TRUE
|
||||
|
||||
#define CH_CFG_USE_MAILBOXES TRUE
|
||||
|
||||
#define CH_CFG_USE_HEAP TRUE
|
||||
|
||||
#define CH_CFG_USE_MEMPOOLS TRUE
|
||||
|
||||
#define CH_CFG_USE_OBJ_FIFOS TRUE
|
||||
|
||||
#define CH_CFG_USE_PIPES TRUE
|
||||
|
||||
#define CH_CFG_USE_DYNAMIC TRUE
|
||||
|
||||
#define CH_CFG_USE_FACTORY TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_SEMAPHORES TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_MAILBOXES TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
|
||||
|
||||
#define CH_CFG_FACTORY_PIPES TRUE
|
||||
|
||||
#define CH_DBG_SYSTEM_STATE_CHECK FALSE // adds about 1K code
|
||||
|
||||
#define CH_DBG_ENABLE_CHECKS FALSE // adds < 1K code
|
||||
|
||||
#define CH_DBG_ENABLE_ASSERTS FALSE // adds about 3K code
|
||||
|
||||
#include_next <chconf.h>
|
Loading…
Reference in New Issue
Block a user