aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/chavdai40/chconf.h18
-rw-r--r--keyboards/ergodox_infinity/chconf.h19
-rw-r--r--keyboards/infinity60/chconf.h18
-rw-r--r--keyboards/k_type/chconf.h18
-rw-r--r--keyboards/keebwerk/mega/chconf.h45
-rw-r--r--keyboards/peiorisboards/ixora/chconf.h18
-rw-r--r--keyboards/phoenix/chconf.h16
-rw-r--r--keyboards/polilla/chconf.h20
-rw-r--r--keyboards/tkw/stoutgat/v2/f411/chconf.h16
-rw-r--r--keyboards/vinta/chconf.h18
-rw-r--r--keyboards/whitefox/chconf.h19
-rw-r--r--keyboards/zvecr/zv48/f401/chconf.h41
-rw-r--r--keyboards/zvecr/zv48/f411/chconf.h41
-rw-r--r--platforms/chibios/common/configs/chconf.h22
14 files changed, 22 insertions, 307 deletions
diff --git a/keyboards/chavdai40/chconf.h b/keyboards/chavdai40/chconf.h
index 2919eae74..bd6fd35ed 100644
--- a/keyboards/chavdai40/chconf.h
+++ b/keyboards/chavdai40/chconf.h
@@ -23,23 +23,5 @@
23 23
24#define CH_CFG_ST_FREQUENCY 10000 24#define CH_CFG_ST_FREQUENCY 10000
25 25
26#define CH_CFG_USE_TM FALSE
27
28#define CH_CFG_USE_MEMCORE TRUE
29
30#define CH_CFG_USE_FACTORY TRUE
31
32#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
33
34#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
35
36#define CH_CFG_FACTORY_SEMAPHORES TRUE
37
38#define CH_CFG_FACTORY_MAILBOXES TRUE
39
40#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
41
42#define CH_CFG_FACTORY_PIPES TRUE
43
44#include_next <chconf.h> 26#include_next <chconf.h>
45 27
diff --git a/keyboards/ergodox_infinity/chconf.h b/keyboards/ergodox_infinity/chconf.h
index 05d0ba530..d04f3dcf6 100644
--- a/keyboards/ergodox_infinity/chconf.h
+++ b/keyboards/ergodox_infinity/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
diff --git a/keyboards/infinity60/chconf.h b/keyboards/infinity60/chconf.h
index baefb4605..41a4253b2 100644
--- a/keyboards/infinity60/chconf.h
+++ b/keyboards/infinity60/chconf.h
@@ -25,23 +25,7 @@
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_MAILBOXES TRUE
29
30#define CH_CFG_USE_MEMCORE 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
38#define CH_CFG_FACTORY_SEMAPHORES TRUE
39
40#define CH_CFG_FACTORY_MAILBOXES TRUE
41
42#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
43
44#define CH_CFG_FACTORY_PIPES TRUE
45 29
46#include_next <chconf.h> 30#include_next <chconf.h>
47 31
diff --git a/keyboards/k_type/chconf.h b/keyboards/k_type/chconf.h
index 9caeb446d..ffa338fe0 100644
--- a/keyboards/k_type/chconf.h
+++ b/keyboards/k_type/chconf.h
@@ -25,23 +25,5 @@
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
29
30#define CH_CFG_USE_MEMCORE 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
38#define CH_CFG_FACTORY_SEMAPHORES TRUE
39
40#define CH_CFG_FACTORY_MAILBOXES TRUE
41
42#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
43
44#define CH_CFG_FACTORY_PIPES TRUE
45
46#include_next <chconf.h> 28#include_next <chconf.h>
47 29
diff --git a/keyboards/keebwerk/mega/chconf.h b/keyboards/keebwerk/mega/chconf.h
deleted file mode 100644
index ab7734fb0..000000000
--- a/keyboards/keebwerk/mega/chconf.h
+++ /dev/null
@@ -1,45 +0,0 @@
1/* Copyright 2020 QMK
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17/*
18 * This file was auto-generated by:
19 * `qmk chibios-confupdate -i keyboards/keebwerk/mega/chconf.h -r platforms/chibios/common/configs/chconf.h`
20 */
21
22#pragma once
23
24#define CH_CFG_USE_MESSAGES_PRIORITY TRUE
25
26#define CH_CFG_USE_MEMCORE TRUE
27
28#define CH_CFG_USE_FACTORY TRUE
29
30#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
31
32#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
33
34#define CH_CFG_FACTORY_SEMAPHORES TRUE
35
36#define CH_CFG_FACTORY_MAILBOXES TRUE
37
38#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
39
40#define CH_CFG_FACTORY_PIPES TRUE
41
42#define CH_DBG_ENABLE_STACK_CHECK TRUE
43
44#include_next <chconf.h>
45
diff --git a/keyboards/peiorisboards/ixora/chconf.h b/keyboards/peiorisboards/ixora/chconf.h
index 34c7bf784..e4664d2c6 100644
--- a/keyboards/peiorisboards/ixora/chconf.h
+++ b/keyboards/peiorisboards/ixora/chconf.h
@@ -23,23 +23,5 @@
23 23
24#define CH_CFG_ST_FREQUENCY 10000 24#define CH_CFG_ST_FREQUENCY 10000
25 25
26#define CH_CFG_USE_TM FALSE
27
28#define CH_CFG_USE_MEMCORE TRUE
29
30#define CH_CFG_USE_FACTORY TRUE
31
32#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
33
34#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
35
36#define CH_CFG_FACTORY_SEMAPHORES TRUE
37
38#define CH_CFG_FACTORY_MAILBOXES TRUE
39
40#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
41
42#define CH_CFG_FACTORY_PIPES TRUE
43
44#include_next <chconf.h> 26#include_next <chconf.h>
45 27
diff --git a/keyboards/phoenix/chconf.h b/keyboards/phoenix/chconf.h
index 052587223..c6791a55f 100644
--- a/keyboards/phoenix/chconf.h
+++ b/keyboards/phoenix/chconf.h
@@ -23,21 +23,5 @@
23 23
24#define CH_CFG_ST_FREQUENCY 10000 24#define CH_CFG_ST_FREQUENCY 10000
25 25
26#define CH_CFG_USE_MEMCORE TRUE
27
28#define CH_CFG_USE_FACTORY TRUE
29
30#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
31
32#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
33
34#define CH_CFG_FACTORY_SEMAPHORES TRUE
35
36#define CH_CFG_FACTORY_MAILBOXES TRUE
37
38#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
39
40#define CH_CFG_FACTORY_PIPES TRUE
41
42#include_next <chconf.h> 26#include_next <chconf.h>
43 27
diff --git a/keyboards/polilla/chconf.h b/keyboards/polilla/chconf.h
index 0b8104494..252acdd41 100644
--- a/keyboards/polilla/chconf.h
+++ b/keyboards/polilla/chconf.h
@@ -23,25 +23,5 @@
23 23
24#define CH_CFG_ST_FREQUENCY 10000 24#define CH_CFG_ST_FREQUENCY 10000
25 25
26#define CH_CFG_USE_TM FALSE
27
28#define CH_CFG_USE_MEMCORE TRUE
29
30#define CH_CFG_USE_DYNAMIC FALSE
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
38#define CH_CFG_FACTORY_SEMAPHORES TRUE
39
40#define CH_CFG_FACTORY_MAILBOXES TRUE
41
42#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
43
44#define CH_CFG_FACTORY_PIPES TRUE
45
46#include_next <chconf.h> 26#include_next <chconf.h>
47 27
diff --git a/keyboards/tkw/stoutgat/v2/f411/chconf.h b/keyboards/tkw/stoutgat/v2/f411/chconf.h
index 57781f247..531b724ef 100644
--- a/keyboards/tkw/stoutgat/v2/f411/chconf.h
+++ b/keyboards/tkw/stoutgat/v2/f411/chconf.h
@@ -21,21 +21,5 @@
21 21
22#pragma once 22#pragma once
23 23
24#define CH_CFG_USE_MEMCORE TRUE
25
26#define CH_CFG_USE_FACTORY TRUE
27
28#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
29
30#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
31
32#define CH_CFG_FACTORY_SEMAPHORES TRUE
33
34#define CH_CFG_FACTORY_MAILBOXES TRUE
35
36#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
37
38#define CH_CFG_FACTORY_PIPES TRUE
39
40#include_next <chconf.h> 24#include_next <chconf.h>
41 25
diff --git a/keyboards/vinta/chconf.h b/keyboards/vinta/chconf.h
index 0b499f870..62469b176 100644
--- a/keyboards/vinta/chconf.h
+++ b/keyboards/vinta/chconf.h
@@ -23,23 +23,5 @@
23 23
24#define CH_CFG_ST_FREQUENCY 10000 24#define CH_CFG_ST_FREQUENCY 10000
25 25
26#define CH_CFG_USE_TM FALSE
27
28#define CH_CFG_USE_MEMCORE TRUE
29
30#define CH_CFG_USE_FACTORY TRUE
31
32#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
33
34#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
35
36#define CH_CFG_FACTORY_SEMAPHORES TRUE
37
38#define CH_CFG_FACTORY_MAILBOXES TRUE
39
40#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
41
42#define CH_CFG_FACTORY_PIPES TRUE
43
44#include_next <chconf.h> 26#include_next <chconf.h>
45 27
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
diff --git a/keyboards/zvecr/zv48/f401/chconf.h b/keyboards/zvecr/zv48/f401/chconf.h
deleted file mode 100644
index e036ca893..000000000
--- a/keyboards/zvecr/zv48/f401/chconf.h
+++ /dev/null
@@ -1,41 +0,0 @@
1/* Copyright 2020 QMK
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17/*
18 * This file was auto-generated by:
19 * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f401/chconf.h -r platforms/chibios/common/configs/chconf.h`
20 */
21
22#pragma once
23
24#define CH_CFG_USE_MEMCORE TRUE
25
26#define CH_CFG_USE_FACTORY TRUE
27
28#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
29
30#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
31
32#define CH_CFG_FACTORY_SEMAPHORES TRUE
33
34#define CH_CFG_FACTORY_MAILBOXES TRUE
35
36#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
37
38#define CH_CFG_FACTORY_PIPES TRUE
39
40#include_next <chconf.h>
41
diff --git a/keyboards/zvecr/zv48/f411/chconf.h b/keyboards/zvecr/zv48/f411/chconf.h
deleted file mode 100644
index 30fb0a1e5..000000000
--- a/keyboards/zvecr/zv48/f411/chconf.h
+++ /dev/null
@@ -1,41 +0,0 @@
1/* Copyright 2020 QMK
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17/*
18 * This file was auto-generated by:
19 * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f411/chconf.h -r platforms/chibios/common/configs/chconf.h`
20 */
21
22#pragma once
23
24#define CH_CFG_USE_MEMCORE TRUE
25
26#define CH_CFG_USE_FACTORY TRUE
27
28#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
29
30#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
31
32#define CH_CFG_FACTORY_SEMAPHORES TRUE
33
34#define CH_CFG_FACTORY_MAILBOXES TRUE
35
36#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
37
38#define CH_CFG_FACTORY_PIPES TRUE
39
40#include_next <chconf.h>
41
diff --git a/platforms/chibios/common/configs/chconf.h b/platforms/chibios/common/configs/chconf.h
index 2fad3f769..51ec2fb5b 100644
--- a/platforms/chibios/common/configs/chconf.h
+++ b/platforms/chibios/common/configs/chconf.h
@@ -172,7 +172,7 @@
172 * @note The default is @p TRUE. 172 * @note The default is @p TRUE.
173 */ 173 */
174#if !defined(CH_CFG_USE_TM) 174#if !defined(CH_CFG_USE_TM)
175#define CH_CFG_USE_TM TRUE 175#define CH_CFG_USE_TM FALSE
176#endif 176#endif
177 177
178/** 178/**
@@ -182,7 +182,7 @@
182 * @note The default is @p TRUE. 182 * @note The default is @p TRUE.
183 */ 183 */
184#if !defined(CH_CFG_USE_REGISTRY) 184#if !defined(CH_CFG_USE_REGISTRY)
185#define CH_CFG_USE_REGISTRY TRUE 185#define CH_CFG_USE_REGISTRY FALSE
186#endif 186#endif
187 187
188/** 188/**
@@ -193,7 +193,7 @@
193 * @note The default is @p TRUE. 193 * @note The default is @p TRUE.
194 */ 194 */
195#if !defined(CH_CFG_USE_WAITEXIT) 195#if !defined(CH_CFG_USE_WAITEXIT)
196#define CH_CFG_USE_WAITEXIT TRUE 196#define CH_CFG_USE_WAITEXIT FALSE
197#endif 197#endif
198 198
199/** 199/**
@@ -250,7 +250,7 @@
250 * @note Requires @p CH_CFG_USE_MUTEXES. 250 * @note Requires @p CH_CFG_USE_MUTEXES.
251 */ 251 */
252#if !defined(CH_CFG_USE_CONDVARS) 252#if !defined(CH_CFG_USE_CONDVARS)
253#define CH_CFG_USE_CONDVARS TRUE 253#define CH_CFG_USE_CONDVARS FALSE
254#endif 254#endif
255 255
256/** 256/**
@@ -295,7 +295,7 @@
295 * @note The default is @p TRUE. 295 * @note The default is @p TRUE.
296 */ 296 */
297#if !defined(CH_CFG_USE_MESSAGES) 297#if !defined(CH_CFG_USE_MESSAGES)
298#define CH_CFG_USE_MESSAGES TRUE 298#define CH_CFG_USE_MESSAGES FALSE
299#endif 299#endif
300 300
301/** 301/**
@@ -320,7 +320,7 @@
320 * @note Requires @p CH_CFG_USE_SEMAPHORES. 320 * @note Requires @p CH_CFG_USE_SEMAPHORES.
321 */ 321 */
322#if !defined(CH_CFG_USE_MAILBOXES) 322#if !defined(CH_CFG_USE_MAILBOXES)
323#define CH_CFG_USE_MAILBOXES TRUE 323#define CH_CFG_USE_MAILBOXES FALSE
324#endif 324#endif
325 325
326/** 326/**
@@ -345,7 +345,7 @@
345 * @note Mutexes are recommended. 345 * @note Mutexes are recommended.
346 */ 346 */
347#if !defined(CH_CFG_USE_HEAP) 347#if !defined(CH_CFG_USE_HEAP)
348#define CH_CFG_USE_HEAP TRUE 348#define CH_CFG_USE_HEAP FALSE
349#endif 349#endif
350 350
351/** 351/**
@@ -356,7 +356,7 @@
356 * @note The default is @p TRUE. 356 * @note The default is @p TRUE.
357 */ 357 */
358#if !defined(CH_CFG_USE_MEMPOOLS) 358#if !defined(CH_CFG_USE_MEMPOOLS)
359#define CH_CFG_USE_MEMPOOLS TRUE 359#define CH_CFG_USE_MEMPOOLS FALSE
360#endif 360#endif
361 361
362/** 362/**
@@ -367,7 +367,7 @@
367 * @note The default is @p TRUE. 367 * @note The default is @p TRUE.
368 */ 368 */
369#if !defined(CH_CFG_USE_OBJ_FIFOS) 369#if !defined(CH_CFG_USE_OBJ_FIFOS)
370#define CH_CFG_USE_OBJ_FIFOS TRUE 370#define CH_CFG_USE_OBJ_FIFOS FALSE
371#endif 371#endif
372 372
373/** 373/**
@@ -378,7 +378,7 @@
378 * @note The default is @p TRUE. 378 * @note The default is @p TRUE.
379 */ 379 */
380#if !defined(CH_CFG_USE_PIPES) 380#if !defined(CH_CFG_USE_PIPES)
381#define CH_CFG_USE_PIPES TRUE 381#define CH_CFG_USE_PIPES FALSE
382#endif 382#endif
383 383
384/** 384/**
@@ -391,7 +391,7 @@
391 * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. 391 * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
392 */ 392 */
393#if !defined(CH_CFG_USE_DYNAMIC) 393#if !defined(CH_CFG_USE_DYNAMIC)
394#define CH_CFG_USE_DYNAMIC TRUE 394#define CH_CFG_USE_DYNAMIC FALSE
395#endif 395#endif
396 396
397/** @} */ 397/** @} */