diff options
| author | Joel Challis <git@zvecr.com> | 2021-02-28 15:52:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 15:52:58 +0000 |
| commit | 5ba4391cf29ce624f17593417212b3dbca1609ad (patch) | |
| tree | 61580567d52c26c482e57083eb85a19991a7d601 /tmk_core/common/chibios | |
| parent | 415a8bc249d5c366487f69b3547198d17044a5de (diff) | |
| download | qmk_firmware-5ba4391cf29ce624f17593417212b3dbca1609ad.tar.gz qmk_firmware-5ba4391cf29ce624f17593417212b3dbca1609ad.zip | |
Refactor of USB code within split_common (#11890)
* Initial refactor of usb code within split_common
* Add headers
* Correct disable condition
* Format
* Align func name
Diffstat (limited to 'tmk_core/common/chibios')
| -rw-r--r-- | tmk_core/common/chibios/chibios_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/chibios/chibios_config.h b/tmk_core/common/chibios/chibios_config.h index b4d96465d..bebf026de 100644 --- a/tmk_core/common/chibios/chibios_config.h +++ b/tmk_core/common/chibios/chibios_config.h | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | */ | 15 | */ |
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | #define SPLIT_USB_DETECT // Force this on for now | ||
| 19 | |||
| 18 | #if defined(STM32F1XX) | 20 | #if defined(STM32F1XX) |
| 19 | # define USE_GPIOV1 | 21 | # define USE_GPIOV1 |
| 20 | #endif | 22 | #endif |
