diff options
Diffstat (limited to 'keyboards/phentech/rpk_001/mcuconf.h')
-rw-r--r-- | keyboards/phentech/rpk_001/mcuconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/phentech/rpk_001/mcuconf.h b/keyboards/phentech/rpk_001/mcuconf.h new file mode 100644 index 0000000000..ca0e017ebd --- /dev/null +++ b/keyboards/phentech/rpk_001/mcuconf.h @@ -0,0 +1,9 @@ +// Copyright 2023 JoyLee (@itarze) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include_next <mcuconf.h> + +#undef WB32_SPI_USE_QSPI +#define WB32_SPI_USE_QSPI TRUE |