From 52ec786b8f77bcfa4a5c1e5f6c521d81ead0f5e1 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Mon, 18 Jan 2021 10:31:36 +1100 Subject: [PATCH] Fixup builds on develop branch. --- 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 18a96571091d..58a9736f1272 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 5487e544008c..463f9accbfd2 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 22eb0fcd93b2..96ad29a6f23c 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