summaryrefslogtreecommitdiff
path: root/keyboards/dasky/reverb/config.h
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2023-12-15 14:30:35 +0000
committerGitHub <noreply@github.com>2023-12-15 14:30:35 +0000
commit4b3f9b8b3a41c96f788564b9931535b120216ea3 (patch)
tree7ea78bafd89e9e60acc4cc9873478f4cad9e822b /keyboards/dasky/reverb/config.h
parent00593938686044761b46fca396a2bb4129f1522b (diff)
Add Reverb keyboard. (#22387)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/dasky/reverb/config.h')
-rw-r--r--keyboards/dasky/reverb/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dasky/reverb/config.h b/keyboards/dasky/reverb/config.h
new file mode 100644
index 0000000000..29cc0b04c7
--- /dev/null
+++ b/keyboards/dasky/reverb/config.h
@@ -0,0 +1,17 @@
+// Copyright 2023 Dasky (@daskygit)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define DEBUG_MATRIX_SCAN_RATE // only want api
+
+#define SPI_DRIVER SPID0
+#define SPI_SCK_PIN GP18
+#define SPI_MOSI_PIN GP19
+#define SPI_MISO_PIN GP16
+
+#define DISPLAY_RST GP15
+#define DISPLAY_CS GP21
+#define DISPLAY_DC GP20
+
+#define QUANTUM_PAINTER_SUPPORTS_256_PALETTE true