diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2023-07-03 18:49:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 03:49:43 -0700 |
commit | a6bf2cae22f8be6f15a5b4c80e18c8ecf7b1fcca (patch) | |
tree | 5e2e4dd719912f82176b2965370e0da930e8a125 /keyboards/plywrks/ply8x/mcuconf.h | |
parent | 13f719169e42d2eb514657946ce14b933afec602 (diff) |
[Keyboard] Add Plywrks ply8x (#21263)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/plywrks/ply8x/mcuconf.h')
-rw-r--r-- | keyboards/plywrks/ply8x/mcuconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/plywrks/ply8x/mcuconf.h b/keyboards/plywrks/ply8x/mcuconf.h new file mode 100644 index 0000000000..aceb2e3dfc --- /dev/null +++ b/keyboards/plywrks/ply8x/mcuconf.h @@ -0,0 +1,9 @@ +// Copyright 2023 Ramon Imbao (@ramonimbao) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include_next <mcuconf.h> + +#undef STM32_SPI_USE_SPI2 +#define STM32_SPI_USE_SPI2 TRUE |