From 94746b6557bfcc530d4519a48de30bdd5eff5587 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 19 Jan 2021 12:18:57 +1100 Subject: [PATCH] Fixup builds on develop branch. (#11600) --- keyboards/ebastler/isometria_75/rev1/chconf.h | 3 --- keyboards/ebastler/isometria_75/rev1/halconf.h | 5 +---- keyboards/hp69/rules.mk | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/keyboards/ebastler/isometria_75/rev1/chconf.h b/keyboards/ebastler/isometria_75/rev1/chconf.h index 18a96571091d658d84f60c92e553a74258e1faea..58a9736f1272eca5d9d6753b03fe3f71372984b1 100644 --- a/keyboards/ebastler/isometria_75/rev1/chconf.h +++ b/keyboards/ebastler/isometria_75/rev1/chconf.h @@ -19,7 +19,4 @@ #define CH_CFG_ST_RESOLUTION 16 #define CH_CFG_INTERVALS_SIZE 16 -/* no clue, wouldn't compile without */ -#define CH_CFG_USE_TM FALSE - #include_next diff --git a/keyboards/ebastler/isometria_75/rev1/halconf.h b/keyboards/ebastler/isometria_75/rev1/halconf.h index 5487e544008c5541cdd49955916c96e1f73a0231..463f9accbfd2d3b83a2bee78d55e2de8b7baacfd 100644 --- a/keyboards/ebastler/isometria_75/rev1/halconf.h +++ b/keyboards/ebastler/isometria_75/rev1/halconf.h @@ -15,9 +15,6 @@ */ #pragma once -/* no clue, wouldn't compile without */ -#define HAL_USE_DAC FALSE -#define HAL_USE_GPT FALSE -#define HAL_USE_I2C FALSE +#define HAL_USE_PWM TRUE #include_next \ No newline at end of file diff --git a/keyboards/hp69/rules.mk b/keyboards/hp69/rules.mk index 22eb0fcd93b29007562bab04ab1642b3a7a7c4b8..96ad29a6f23c9cb5020cdaa0e72ed9e9077862eb 100644 --- a/keyboards/hp69/rules.mk +++ b/keyboards/hp69/rules.mk @@ -1,5 +1,6 @@ # MCU name MCU = STM32F303 +BOARD = QMK_PROTON_C # Bootloader selection BOOTLOADER = atmel-dfu