summaryrefslogtreecommitdiffstats
path: root/keyboards/riot_pad/config.h
diff options
context:
space:
mode:
authorShandon Anderson <CheeseL0ver@users.noreply.github.com>2023-09-18 21:00:11 -0400
committerGitHub <noreply@github.com>2023-09-18 18:00:11 -0700
commitef31109ad2e70d0f037d8902eb61496d490eba73 (patch)
tree21ebea2e8937c363df4da98f0dce9f8d4453b4ad /keyboards/riot_pad/config.h
parent16f2a3e2f8235b8325fb3acf77801de088782150 (diff)
[Keyboard] Add riot pad (#22060)
Co-authored-by: ShandonCodes <shandon@shandon.codes>
Diffstat (limited to 'keyboards/riot_pad/config.h')
-rw-r--r--keyboards/riot_pad/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/riot_pad/config.h b/keyboards/riot_pad/config.h
new file mode 100644
index 0000000000..97dcb1de3c
--- /dev/null
+++ b/keyboards/riot_pad/config.h
@@ -0,0 +1,8 @@
+// Copyright 2023 ShandonCodes (@ShandonCodes)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define WS2812_SPI SPID1
+#define WS2812_SPI_MOSI_PAL_MODE 0
+#define WS2812_SPI_SCK_PAL_MODE 0
+#define WS2812_SPI_SCK_PIN A5