diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index e58da6f7a6..5e0783b424 100644 --- a/include/config.h +++ b/include/config.h @@ -465,6 +465,9 @@ /* Compile support for PWM control of cooling fans */ #undef CONFIG_PWM_FAN +/* Name of active high GPIO to control power to the cooling fan */ +#undef CONFIG_PWM_FAN_EN_GPIO + /* Compile support for PWM output to keyboard backlight */ #undef CONFIG_PWM_KBLIGHT |