Skip to content

Commit

Permalink
Fixup build errors on develop branch. (qmk#12723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and nhongooi committed Dec 5, 2021
1 parent 09d9ef5 commit 903b8c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/monarch/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions keyboards/monarch/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#pragma once

#define HAL_USE_GPT TRUE
#define HAL_USE_PWM TRUE

#include_next <halconf.h>
Expand Down
3 changes: 3 additions & 0 deletions keyboards/monarch/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 903b8c8

Please sign in to comment.