[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:
parent
e56ea60058
commit
4ec3e239ba
10 changed files with 659 additions and 0 deletions
20
keyboards/qck75/v1/config.h
Normal file
20
keyboards/qck75/v1/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue