Browse Source

Fixup builds on develop branch. (#11600)

pull/11615/head
Nick Brassel 3 years ago
committed by GitHub
parent
commit
94746b6557
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 7 deletions
  1. +0
    -3
      keyboards/ebastler/isometria_75/rev1/chconf.h
  2. +1
    -4
      keyboards/ebastler/isometria_75/rev1/halconf.h
  3. +1
    -0
      keyboards/hp69/rules.mk

+ 0
- 3
keyboards/ebastler/isometria_75/rev1/chconf.h View File

@ -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>

+ 1
- 4
keyboards/ebastler/isometria_75/rev1/halconf.h View File

@ -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
- 0
keyboards/hp69/rules.mk View File

@ -1,5 +1,6 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = atmel-dfu


Loading…
Cancel
Save