1
0
Fork 0

[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>
This commit is contained in:
Poring 2023-09-21 10:45:29 +07:00 committed by GitHub
parent e56ea60058
commit 4ec3e239ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 659 additions and 0 deletions

View file

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