Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QCK-75 firmware #21180

Merged
merged 39 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c5175c4
QCK-75 firmware
PoringH Jun 9, 2023
8409439
Update keyboards/qck75/v1/config.h
PoringH Jun 9, 2023
ed4f219
Update keyboards/qck75/v1/config.h
PoringH Jun 9, 2023
04e6478
json format
PoringH Jun 9, 2023
b3a9eda
Update keyboards/qck75/v1/readme.md
PoringH Jun 9, 2023
cc9bf84
Update keyboards/qck75/v1/rules.mk
PoringH Jun 9, 2023
f25c2d1
Update readme
PoringH Jun 9, 2023
cc9e5cd
Update readme.md
PoringH Jun 9, 2023
d2be428
Update readme.md
PoringH Jun 9, 2023
b1f4699
Update keyboards/qck75/v1/readme.md
PoringH Jun 9, 2023
2dcf01f
Update keyboards/qck75/v1/rules.mk
PoringH Jun 9, 2023
5dcd5f1
Update keyboards/qck75/v1/info.json
PoringH Jun 9, 2023
7e51fbd
Update keyboards/qck75/v1/info.json
PoringH Jun 9, 2023
d654a97
Update readme.md
PoringH Jun 9, 2023
ca02044
Update keyboards/qck75/v1/info.json
PoringH Jun 9, 2023
ea96259
Update keyboards/qck75/v1/readme.md
PoringH Jun 9, 2023
25c8b60
Update keyboards/qck75/v1/info.json
PoringH Jun 9, 2023
5a0fcd1
Update info.json
PoringH Jun 9, 2023
e57c0a9
Update keyboards/qck75/v1/config.h
PoringH Jun 11, 2023
0536267
Update keyboards/qck75/v1/info.json
PoringH Jun 11, 2023
c93c61b
Update keyboards/qck75/v1/rules.mk
PoringH Jun 11, 2023
a7032a0
Moved oled codes to keyboard level & changed some functions
PoringH Jun 11, 2023
a9f3b53
keymap change
PoringH Jun 11, 2023
2a5fa18
Update keyboards/qck75/v1/config.h
PoringH Jun 11, 2023
4d63dd1
Merge branch 'QCK75' of https://github.com/PoringH/qmk_firmware_Porin…
PoringH Jun 11, 2023
8a9d472
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
ca48210
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
ceaa9ad
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
771b9d9
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
d8c4709
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
a8d8cf7
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
00e3d74
Update keyboards/qck75/v1/v1.c
PoringH Jun 12, 2023
f1ccc1a
Formatted v1.c
PoringH Jun 12, 2023
d04bdb1
Update keyboards/qck75/v1/keymaps/via/keymap.c
PoringH Jun 13, 2023
74648e8
Update keyboards/qck75/v1/readme.md
PoringH Aug 18, 2023
a5e45a9
Keymap Optimize
PoringH Aug 31, 2023
ae70881
Update keyboards/qck75/v1/keymaps/default/keymap.c
PoringH Sep 15, 2023
b9df7bc
Update keyboards/qck75/v1/keymaps/via/keymap.c
PoringH Sep 15, 2023
dfffeee
Update keyboards/qck75/v1/keymaps/via/keymap.c
PoringH Sep 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions keyboards/qck75/v1/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// 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_ADDRESS 0x3C
PoringH marked this conversation as resolved.
Show resolved Hide resolved
#define OLED_DISPLAY_128X64
#define OLED_COM_PINS 0x12
PoringH marked this conversation as resolved.
Show resolved Hide resolved

#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
9 changes: 9 additions & 0 deletions keyboards/qck75/v1/halconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright 2023 Andrian (@PoringH)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define HAL_USE_I2C TRUE

#include_next <halconf.h>

132 changes: 132 additions & 0 deletions keyboards/qck75/v1/info.json

Large diffs are not rendered by default.

Loading