aboutsummaryrefslogtreecommitdiff
path: root/keyboards/whitefox
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/whitefox')
-rw-r--r--keyboards/whitefox/chconf.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/keyboards/whitefox/chconf.h b/keyboards/whitefox/chconf.h
index 26938852f..43e3f13bb 100644
--- a/keyboards/whitefox/chconf.h
+++ b/keyboards/whitefox/chconf.h
@@ -25,23 +25,14 @@
25 25
26#define CH_CFG_TIME_QUANTUM 20 26#define CH_CFG_TIME_QUANTUM 20
27 27
28#define CH_CFG_USE_TM FALSE 28#define CH_CFG_USE_REGISTRY TRUE
29 29
30#define CH_CFG_USE_MEMCORE TRUE 30#define CH_CFG_USE_WAITEXIT TRUE
31
32#define CH_CFG_USE_FACTORY TRUE
33
34#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
35
36#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
37 31
38#define CH_CFG_FACTORY_SEMAPHORES TRUE 32#define CH_CFG_USE_MEMCORE TRUE
39
40#define CH_CFG_FACTORY_MAILBOXES TRUE
41 33
42#define CH_CFG_FACTORY_OBJ_FIFOS TRUE 34#define CH_CFG_USE_HEAP TRUE
43 35
44#define CH_CFG_FACTORY_PIPES TRUE 36#define CH_CFG_USE_DYNAMIC TRUE
45 37
46#include_next <chconf.h> 38#include_next <chconf.h>
47