diff options
| author | aedanmills | 2025-10-27 02:19:06 +0100 |
|---|---|---|
| committer | GitHub | 2025-10-27 02:19:06 +0100 |
| commit | f4123acc725346caadeb49eb873a3ca93c263a25 (patch) | |
| tree | 1afff6c90bab2b395c35be88311bc5014c4fe305 /keyboards/whirlwind_fx_element/mcuconf.h | |
| parent | 98e65cf3e1fb4bf61367d469a62d3cce0a9fac20 (diff) | |
[Keyboard] Add WhirlwindFX ElementV2 (#25356)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/whirlwind_fx_element/mcuconf.h')
| -rw-r--r-- | keyboards/whirlwind_fx_element/mcuconf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/whirlwind_fx_element/mcuconf.h b/keyboards/whirlwind_fx_element/mcuconf.h new file mode 100644 index 0000000000..c89f7275d4 --- /dev/null +++ b/keyboards/whirlwind_fx_element/mcuconf.h @@ -0,0 +1,10 @@ +// Copyright 2023 WhirlwindFX +// Copyright 2023 aedanmills +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include_next <mcuconf.h> + +#undef STM32_I2C_USE_I2C1 +#define STM32_I2C_USE_I2C1 TRUE |