diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2022-08-10 01:20:36 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 11:20:36 -0700 |
commit | 94b3efe92e192a20fda3cfa4fa0f200011bba924 (patch) | |
tree | 93988163a876610201b01a6c5daf5bcf653ea054 /keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h | |
parent | 336c4904b52ec60b116fe18a1351b38b0a344ab7 (diff) |
change Adelais En Ciel rev. 3 from STM32F303 to APM32F103 MCU (#16964)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h')
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h b/keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h index d001829d03..a97c4bbc21 100644 --- a/keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h +++ b/keyboards/mechlovin/adelais/rgb_led/rev3/halconf.h @@ -18,9 +18,7 @@ #define HAL_USE_I2C TRUE -#define PAL_USE_CALLBACKS FALSE - -#define PAL_USE_WAIT FALSE +#define HAL_USE_SPI TRUE #include_next <halconf.h> |