diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/akegata_denki/device_one/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/ergodox_stm32/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/blackpill_f401/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/blackpill_f411/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/teensy_32/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/teensy_lc/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/pill60/blackpill_f401/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/pill60/blackpill_f411/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/riblee_f401/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/riblee_f411/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/twadlee/tp69/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/jm60/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/matrix/m20add/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/matrix/noah/chconf.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/akegata_denki/device_one/chconf.h b/keyboards/akegata_denki/device_one/chconf.h index 75a582ab6..23eb194e3 100644 --- a/keyboards/akegata_denki/device_one/chconf.h +++ b/keyboards/akegata_denki/device_one/chconf.h | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | 45 | ||
| 46 | #define CH_CFG_USE_DYNAMIC TRUE | 46 | #define CH_CFG_USE_DYNAMIC TRUE |
| 47 | 47 | ||
| 48 | #define CH_CFG_USE_FACTORY TRUE | 48 | #define CH_CFG_USE_FACTORY FALSE |
| 49 | 49 | ||
| 50 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 50 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 51 | 51 | ||
diff --git a/keyboards/ergodox_stm32/chconf.h b/keyboards/ergodox_stm32/chconf.h index 2f43ed7b0..c4748a078 100644 --- a/keyboards/ergodox_stm32/chconf.h +++ b/keyboards/ergodox_stm32/chconf.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | #define CH_CFG_USE_DYNAMIC TRUE | 48 | #define CH_CFG_USE_DYNAMIC TRUE |
| 49 | 49 | ||
| 50 | #define CH_CFG_USE_FACTORY TRUE | 50 | #define CH_CFG_USE_FACTORY FALSE |
| 51 | 51 | ||
| 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 53 | 53 | ||
diff --git a/keyboards/handwired/onekey/blackpill_f401/chconf.h b/keyboards/handwired/onekey/blackpill_f401/chconf.h index 1900489e2..8f925a661 100644 --- a/keyboards/handwired/onekey/blackpill_f401/chconf.h +++ b/keyboards/handwired/onekey/blackpill_f401/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/onekey/blackpill_f411/chconf.h b/keyboards/handwired/onekey/blackpill_f411/chconf.h index fade216de..e9590e1bb 100644 --- a/keyboards/handwired/onekey/blackpill_f411/chconf.h +++ b/keyboards/handwired/onekey/blackpill_f411/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/onekey/teensy_32/chconf.h b/keyboards/handwired/onekey/teensy_32/chconf.h index 05beb6439..3b67dc63f 100644 --- a/keyboards/handwired/onekey/teensy_32/chconf.h +++ b/keyboards/handwired/onekey/teensy_32/chconf.h | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | #define CH_CFG_USE_MEMCORE TRUE | 32 | #define CH_CFG_USE_MEMCORE TRUE |
| 33 | 33 | ||
| 34 | #define CH_CFG_USE_FACTORY TRUE | 34 | #define CH_CFG_USE_FACTORY FALSE |
| 35 | 35 | ||
| 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 37 | 37 | ||
diff --git a/keyboards/handwired/onekey/teensy_lc/chconf.h b/keyboards/handwired/onekey/teensy_lc/chconf.h index b888a1fc1..8c53cb794 100644 --- a/keyboards/handwired/onekey/teensy_lc/chconf.h +++ b/keyboards/handwired/onekey/teensy_lc/chconf.h | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | #define CH_CFG_USE_MEMCORE TRUE | 32 | #define CH_CFG_USE_MEMCORE TRUE |
| 33 | 33 | ||
| 34 | #define CH_CFG_USE_FACTORY TRUE | 34 | #define CH_CFG_USE_FACTORY FALSE |
| 35 | 35 | ||
| 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 37 | 37 | ||
diff --git a/keyboards/handwired/pill60/blackpill_f401/chconf.h b/keyboards/handwired/pill60/blackpill_f401/chconf.h index 97772fe4b..600a0a923 100644 --- a/keyboards/handwired/pill60/blackpill_f401/chconf.h +++ b/keyboards/handwired/pill60/blackpill_f401/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/pill60/blackpill_f411/chconf.h b/keyboards/handwired/pill60/blackpill_f411/chconf.h index e23e9214b..8fc9c3b8c 100644 --- a/keyboards/handwired/pill60/blackpill_f411/chconf.h +++ b/keyboards/handwired/pill60/blackpill_f411/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/riblee_f401/chconf.h b/keyboards/handwired/riblee_f401/chconf.h index 1a51b391a..f868c9521 100644 --- a/keyboards/handwired/riblee_f401/chconf.h +++ b/keyboards/handwired/riblee_f401/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/riblee_f411/chconf.h b/keyboards/handwired/riblee_f411/chconf.h index 6b93caf1d..649324a93 100644 --- a/keyboards/handwired/riblee_f411/chconf.h +++ b/keyboards/handwired/riblee_f411/chconf.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | 26 | #define CH_CFG_USE_MEMCORE TRUE |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_FACTORY TRUE | 28 | #define CH_CFG_USE_FACTORY FALSE |
| 29 | 29 | ||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 31 | 31 | ||
diff --git a/keyboards/handwired/twadlee/tp69/chconf.h b/keyboards/handwired/twadlee/tp69/chconf.h index 92eafd251..d099106f6 100644 --- a/keyboards/handwired/twadlee/tp69/chconf.h +++ b/keyboards/handwired/twadlee/tp69/chconf.h | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | #define CH_CFG_USE_MEMCORE TRUE | 32 | #define CH_CFG_USE_MEMCORE TRUE |
| 33 | 33 | ||
| 34 | #define CH_CFG_USE_FACTORY TRUE | 34 | #define CH_CFG_USE_FACTORY FALSE |
| 35 | 35 | ||
| 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 36 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 37 | 37 | ||
diff --git a/keyboards/jm60/chconf.h b/keyboards/jm60/chconf.h index e3c3407fd..94a6d69d1 100644 --- a/keyboards/jm60/chconf.h +++ b/keyboards/jm60/chconf.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | #define CH_CFG_USE_DYNAMIC TRUE | 48 | #define CH_CFG_USE_DYNAMIC TRUE |
| 49 | 49 | ||
| 50 | #define CH_CFG_USE_FACTORY TRUE | 50 | #define CH_CFG_USE_FACTORY FALSE |
| 51 | 51 | ||
| 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 53 | 53 | ||
diff --git a/keyboards/matrix/m20add/chconf.h b/keyboards/matrix/m20add/chconf.h index c2cda2245..60dac2fa9 100644 --- a/keyboards/matrix/m20add/chconf.h +++ b/keyboards/matrix/m20add/chconf.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | #define CH_CFG_USE_DYNAMIC TRUE | 48 | #define CH_CFG_USE_DYNAMIC TRUE |
| 49 | 49 | ||
| 50 | #define CH_CFG_USE_FACTORY TRUE | 50 | #define CH_CFG_USE_FACTORY FALSE |
| 51 | 51 | ||
| 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 53 | 53 | ||
diff --git a/keyboards/matrix/noah/chconf.h b/keyboards/matrix/noah/chconf.h index 08f35b697..44fff871d 100644 --- a/keyboards/matrix/noah/chconf.h +++ b/keyboards/matrix/noah/chconf.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | #define CH_CFG_USE_DYNAMIC TRUE | 48 | #define CH_CFG_USE_DYNAMIC TRUE |
| 49 | 49 | ||
| 50 | #define CH_CFG_USE_FACTORY TRUE | 50 | #define CH_CFG_USE_FACTORY FALSE |
| 51 | 51 | ||
| 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | 52 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE |
| 53 | 53 | ||
