[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>
This commit is contained in:
Thomas
2023-02-12 15:09:43 -05:00
committed by GitHub
parent 3f45fd4924
commit 9a654e5728
12 changed files with 214 additions and 0 deletions

View File

@@ -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