aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-01-19 12:18:57 +1100
committerGitHub <noreply@github.com>2021-01-19 12:18:57 +1100
commit94746b6557bfcc530d4519a48de30bdd5eff5587 (patch)
treea9c25b394637d739d414ef214d364e6144d88146
parent814c4cb56d3b0cad4f21f956839a134b4f0e72c9 (diff)
downloadqmk_firmware-94746b6557bfcc530d4519a48de30bdd5eff5587.tar.gz
qmk_firmware-94746b6557bfcc530d4519a48de30bdd5eff5587.zip
Fixup builds on develop branch. (#11600)
-rw-r--r--keyboards/ebastler/isometria_75/rev1/chconf.h3
-rw-r--r--keyboards/ebastler/isometria_75/rev1/halconf.h5
-rw-r--r--keyboards/hp69/rules.mk1
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 18a965710..58a9736f1 100644
--- a/keyboards/ebastler/isometria_75/rev1/chconf.h
+++ b/keyboards/ebastler/isometria_75/rev1/chconf.h
@@ -19,7 +19,4 @@
19#define CH_CFG_ST_RESOLUTION 16 19#define CH_CFG_ST_RESOLUTION 16
20#define CH_CFG_INTERVALS_SIZE 16 20#define CH_CFG_INTERVALS_SIZE 16
21 21
22/* no clue, wouldn't compile without */
23#define CH_CFG_USE_TM FALSE
24
25#include_next <chconf.h> 22#include_next <chconf.h>
diff --git a/keyboards/ebastler/isometria_75/rev1/halconf.h b/keyboards/ebastler/isometria_75/rev1/halconf.h
index 5487e5440..463f9accb 100644
--- a/keyboards/ebastler/isometria_75/rev1/halconf.h
+++ b/keyboards/ebastler/isometria_75/rev1/halconf.h
@@ -15,9 +15,6 @@
15 */ 15 */
16#pragma once 16#pragma once
17 17
18/* no clue, wouldn't compile without */ 18#define HAL_USE_PWM TRUE
19#define HAL_USE_DAC FALSE
20#define HAL_USE_GPT FALSE
21#define HAL_USE_I2C FALSE
22 19
23#include_next <halconf.h> \ No newline at end of file 20#include_next <halconf.h> \ No newline at end of file
diff --git a/keyboards/hp69/rules.mk b/keyboards/hp69/rules.mk
index 22eb0fcd9..96ad29a6f 100644
--- a/keyboards/hp69/rules.mk
+++ b/keyboards/hp69/rules.mk
@@ -1,5 +1,6 @@
1# MCU name 1# MCU name
2MCU = STM32F303 2MCU = STM32F303
3BOARD = QMK_PROTON_C
3 4
4# Bootloader selection 5# Bootloader selection
5BOOTLOADER = atmel-dfu 6BOOTLOADER = atmel-dfu