summaryrefslogtreecommitdiff
path: root/keyboards/qck75/v1/config.h
diff options
context:
space:
mode:
authorPoring <97579443+PoringH@users.noreply.github.com>2023-09-21 10:45:29 +0700
committerGitHub <noreply@github.com>2023-09-20 20:45:29 -0700
commit4ec3e239baf618e7f90e4e2136ab957a483f8d59 (patch)
treed09a9f8658c63c6e17660fd03ea87622cf03f5f5 /keyboards/qck75/v1/config.h
parente56ea60058aded2b5a6cad504051606d5bb1d31b (diff)
[Keyboard] Add QCK-75 (#21180)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/qck75/v1/config.h')
-rw-r--r--keyboards/qck75/v1/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/qck75/v1/config.h b/keyboards/qck75/v1/config.h
new file mode 100644
index 0000000000..01d875e3d4
--- /dev/null
+++ b/keyboards/qck75/v1/config.h
@@ -0,0 +1,20 @@
+// Copyright 2023 Andrian (@PoringH)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define I2C1_SCL_PIN B8
+#define I2C1_SDA_PIN B9
+
+#define I2C1_SCL_PAL_MODE 1
+#define I2C1_SDA_PAL_MODE 1
+
+#define OLED_DISPLAY_128X64
+
+#define OLED_IC OLED_IC_SH1106
+#define OLED_COLUMN_OFFSET 2
+
+#define OLED_TIMEOUT 120000
+#define OLED_BRIGHTNESS 120
+
+#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 21