summaryrefslogtreecommitdiff
path: root/keyboards/fearherbs1/blue_team_pad/config.h
diff options
context:
space:
mode:
authorThomas <fearherbs1@gmail.com>2023-02-12 15:09:43 -0500
committerGitHub <noreply@github.com>2023-02-12 12:09:43 -0800
commit9a654e5728bb80016d02d1365561bcc8badd8770 (patch)
treedeee87b8c4cc2fbc4fcbb65cae6d860f2ddd83f3 /keyboards/fearherbs1/blue_team_pad/config.h
parent3f45fd4924ad13d76049d02611f63b2337e52bf2 (diff)
[Keyboard] Add Blue Team Pad (#19807)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fearherbs1/blue_team_pad/config.h')
-rw-r--r--keyboards/fearherbs1/blue_team_pad/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fearherbs1/blue_team_pad/config.h b/keyboards/fearherbs1/blue_team_pad/config.h
new file mode 100644
index 0000000000..9e0b1c387a
--- /dev/null
+++ b/keyboards/fearherbs1/blue_team_pad/config.h
@@ -0,0 +1,14 @@
+// Copyright 2022-2023 Thomas Autiello Jr (@fearherbs1)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "config_common.h"
+
+#ifdef OLED_ENABLE
+#define I2C1_SCL_PIN GP27
+#define I2C1_SDA_PIN GP26
+#define I2C_DRIVER I2CD2
+#define OLED_DISPLAY_128X32
+#define OLED_BRIGHTNESS 128
+#endif