diff options
| -rw-r--r-- | keyboards/ebastler/isometria_75/rev1/chconf.h | 3 | ||||
| -rw-r--r-- | keyboards/ebastler/isometria_75/rev1/halconf.h | 5 | ||||
| -rw-r--r-- | 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 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 |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | BOARD = QMK_PROTON_C | ||
| 3 | 4 | ||
| 4 | # Bootloader selection | 5 | # Bootloader selection |
| 5 | BOOTLOADER = atmel-dfu | 6 | BOOTLOADER = atmel-dfu |
