diff options
| author | Ryan <fauxpark@gmail.com> | 2023-10-14 22:21:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-14 13:21:20 +0200 |
| commit | 1bff37781bda1d0c285aa5aa7102d6941ad64e7d (patch) | |
| tree | 6348d64c7d7bba987e8bb386768fde33f33ace18 /keyboards/sawnsprojects | |
| parent | 1da7c8c8d0c70c9f614ce898ee3380db0f04fa27 (diff) | |
Prep work for NKRO report separation (#22268)
* Clean up some keyboard/userspace code
* Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS`
* Add some missing includes
* Use `PACKED` define for report types
* Fix incorrect function signatures for FlexRAM EEPROM driver
Diffstat (limited to 'keyboards/sawnsprojects')
| -rw-r--r-- | keyboards/sawnsprojects/okayu/stm32f072/config.h | 2 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/okayu/stm32f103/config.h | 2 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/okayu/stm32f303/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/sawnsprojects/okayu/stm32f072/config.h b/keyboards/sawnsprojects/okayu/stm32f072/config.h index c47f1928c8..41bb0d1fdb 100644 --- a/keyboards/sawnsprojects/okayu/stm32f072/config.h +++ b/keyboards/sawnsprojects/okayu/stm32f072/config.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | #define WS2812_SPI SPID1 | 5 | #define WS2812_SPI_DRIVER SPID1 |
| 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 | 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 |
| 7 | #define WS2812_SPI_SCK_PIN B13 | 7 | #define WS2812_SPI_SCK_PIN B13 |
| 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file | 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file |
diff --git a/keyboards/sawnsprojects/okayu/stm32f103/config.h b/keyboards/sawnsprojects/okayu/stm32f103/config.h index eff3605470..9024616477 100644 --- a/keyboards/sawnsprojects/okayu/stm32f103/config.h +++ b/keyboards/sawnsprojects/okayu/stm32f103/config.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | #define WS2812_SPI SPID2 | 5 | #define WS2812_SPI_DRIVER SPID2 |
| 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 | 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 |
| 7 | #define WS2812_SPI_SCK_PIN B13 | 7 | #define WS2812_SPI_SCK_PIN B13 |
| 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file | 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file |
diff --git a/keyboards/sawnsprojects/okayu/stm32f303/config.h b/keyboards/sawnsprojects/okayu/stm32f303/config.h index c47f1928c8..41bb0d1fdb 100644 --- a/keyboards/sawnsprojects/okayu/stm32f303/config.h +++ b/keyboards/sawnsprojects/okayu/stm32f303/config.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | #define WS2812_SPI SPID1 | 5 | #define WS2812_SPI_DRIVER SPID1 |
| 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 | 6 | #define WS2812_SPI_MOSI_PAL_MODE 5 |
| 7 | #define WS2812_SPI_SCK_PIN B13 | 7 | #define WS2812_SPI_SCK_PIN B13 |
| 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file | 8 | #define WS2812_SPI_SCK_PAL_MODE 5 \ No newline at end of file |
