summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/equals/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boardsource/equals/config.h')
-rw-r--r--keyboards/boardsource/equals/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/boardsource/equals/config.h b/keyboards/boardsource/equals/config.h
new file mode 100644
index 0000000000..7897e178b3
--- /dev/null
+++ b/keyboards/boardsource/equals/config.h
@@ -0,0 +1,25 @@
+// Copyright 2023 Cole Smith (@boardsource)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U
+
+#define RGB_MATRIX_LED_COUNT 70
+#define WS2812_DI_PIN GP21
+
+#define AUDIO_PIN GP29
+#define AUDIO_PWM_DRIVER PWMD6
+#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B
+
+#define AUDIO_INIT_DELAY
+#define STARTUP_SONG SONG(STARTUP_SOUND)
+
+// SPI Configuration
+#define SPI_DRIVER SPID1
+#define SPI_SCK_PIN GP26
+#define SPI_MOSI_PIN GP27
+
+// Display Configuration
+#define OLED_CS_PIN GP25
+#define OLED_DC_PIN GP20
+#define OLED_RST_PIN GP28