Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup builds on develop branch. #11600

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions keyboards/ebastler/isometria_75/rev1/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chconf.h>
5 changes: 1 addition & 4 deletions keyboards/ebastler/isometria_75/rev1/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <halconf.h>
1 change: 1 addition & 0 deletions keyboards/hp69/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C

# Bootloader selection
BOOTLOADER = atmel-dfu
Expand Down