summaryrefslogtreecommitdiff
path: root/keyboards/sawnsprojects/okayu/stm32f072/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-10-13 07:53:54 +0000
committerQMK Bot <hello@qmk.fm>2023-10-13 07:53:54 +0000
commit527a4ee846e7cd1e64b40f1ee63488ae93b8774c (patch)
tree70a02ea6b7790d1c46cbce26695391573840ca6f /keyboards/sawnsprojects/okayu/stm32f072/config.h
parent0943d0a2a0fdd236bbee06fe0db6f872562c25c3 (diff)
parent62ff02a101d0f69214754d4edeb583dddf14dd20 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sawnsprojects/okayu/stm32f072/config.h')
-rw-r--r--keyboards/sawnsprojects/okayu/stm32f072/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/sawnsprojects/okayu/stm32f072/config.h b/keyboards/sawnsprojects/okayu/stm32f072/config.h
new file mode 100644
index 0000000000..c47f1928c8
--- /dev/null
+++ b/keyboards/sawnsprojects/okayu/stm32f072/config.h
@@ -0,0 +1,8 @@
+// Copyright 2023 MaiTheSan
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define WS2812_SPI SPID1
+#define WS2812_SPI_MOSI_PAL_MODE 5
+#define WS2812_SPI_SCK_PIN B13
+#define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file