~ruther/qmk_firmware

f41fc6b70c48b7fde36a4af1da99033edf4ffc74 — Nick Brassel 4 years ago 0432bde
Fixup build errors on `develop` branch. (#12723)

3 files changed, 6 insertions(+), 0 deletions(-)

M keyboards/monarch/config.h
M keyboards/monarch/halconf.h
M keyboards/monarch/mcuconf.h
M keyboards/monarch/config.h => keyboards/monarch/config.h +2 -0
@@ 46,6 46,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_BREATHING
#define BREATHING_PERIOD 6

#define SLEEP_LED_GPT_DRIVER GPTD1

/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST


M keyboards/monarch/halconf.h => keyboards/monarch/halconf.h +1 -0
@@ 21,6 21,7 @@

#pragma once

#define HAL_USE_GPT TRUE
#define HAL_USE_PWM TRUE

#include_next <halconf.h>

M keyboards/monarch/mcuconf.h => keyboards/monarch/mcuconf.h +3 -0
@@ 23,6 23,9 @@

#include_next <mcuconf.h>

#undef STM32_GPT_USE_TIM1
#define STM32_GPT_USE_TIM1 TRUE

#undef STM32_PWM_USE_TIM3
#define STM32_PWM_USE_TIM3 TRUE