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

Add Skyloong/GK75 Q1 keyboard. #21573

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
52733ad
Create GK75 Q1 ansi/iso layout keyboard.
JZ-Skyloong Jul 21, 2023
6b2605e
Update keyboards/skyloong/gk75/q1/mcuconf.h
JZ-Skyloong Jul 22, 2023
cb14bfb
1. split and move key layout from q1/info.json to subfolder info.jso…
JZ-Skyloong Jul 22, 2023
a086256
update all of the keymaps
JZ-Skyloong Jul 22, 2023
db68be9
Some modified key codes are updated to comply with win11 system requi…
JZ-Skyloong Jul 25, 2023
a6a19d3
update q1.c to save power when USB suspend.
JZ-Skyloong Jul 29, 2023
293997b
update q1.c to improve layer indication.
JZ-Skyloong Jul 29, 2023
bbb3c99
selected default layer can be saved when power off.
JZ-Skyloong Aug 22, 2023
1578cb0
update info.json
JZ-Skyloong Sep 8, 2023
6b6d06f
Update RGB animations---delete rainbow_beacon and rainbow_pinwheels
JZ-Skyloong Sep 9, 2023
33b1b66
Cancel force_nkro
JZ-Skyloong Sep 12, 2023
d316e5d
Enabel I2C DMA
JZ-Skyloong Sep 16, 2023
30b0f57
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Sep 16, 2023
7aa4635
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Sep 16, 2023
6036e2e
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Sep 16, 2023
f67b41e
Update keymaps
JZ-Skyloong Sep 19, 2023
cd8bd53
add disable RGB when suspended
JZ-Skyloong Sep 20, 2023
60a6420
add rgb matrix custom effect
JZ-Skyloong Oct 7, 2023
a7c7c35
modified keymaps.
JZ-Skyloong Oct 9, 2023
cb4da1f
correct rgb matrix custom effect function
JZ-Skyloong Oct 10, 2023
a85d4a4
Enable encoder map in default keymap.
JZ-Skyloong Oct 11, 2023
2ae6d66
Modified encoder map keycode;add SIGNALRGB_SUPPORT_ENABLE = yes in ru…
JZ-Skyloong Oct 13, 2023
249b9c7
Correct split space wide
JZ-Skyloong Oct 13, 2023
ef096d0
update info.json for layout name
JZ-Skyloong Oct 17, 2023
a8bd19e
Update keymaps
JZ-Skyloong Oct 20, 2023
31c5357
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Oct 24, 2023
6a634a7
Update keyboards/skyloong/gk75/q1/info.json
JZ-Skyloong Oct 24, 2023
c9b7c55
Update keyboards/skyloong/gk75/q1/ansi_encoder/rules.mk
JZ-Skyloong Oct 24, 2023
ae36ce8
Update keyboards/skyloong/gk75/q1/iso_encoder/rules.mk
JZ-Skyloong Oct 24, 2023
25e699c
Add shut down function and delete LED number define.
JZ-Skyloong Dec 2, 2023
ca89546
Update keyboards/skyloong/gk75/q1 for VAI keycode function.
JZ-Skyloong Dec 14, 2023
0cab969
modified debounce time
JZ-Skyloong Feb 22, 2024
1e0f3e4
update gk75_q1 keyboards because core updated.
JZ-Skyloong Feb 23, 2024
cc59588
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Feb 24, 2024
f22ee10
Update keyboards/skyloong/gk75/q1/q1.c
JZ-Skyloong Feb 24, 2024
9f1cf8e
Update keyboards/skyloong/gk75/q1/q1.c
JZ-Skyloong Feb 24, 2024
e0e71dc
update skyloong/gk75/q1/q1.c
JZ-Skyloong Feb 24, 2024
e345896
Update skyloong/gk75/q1 keyboard to add win lock function
NaturalZh Mar 11, 2024
1764bf0
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Mar 11, 2024
cb85534
Update keyboards/skyloong/gk75/q1/config.h
JZ-Skyloong Mar 11, 2024
30ee4e1
update skyloong/gk75/q1/info.json
NaturalZh Mar 11, 2024
1e48e19
modified the files witch name is info.json to keyboard.json
NaturalZh Jun 19, 2024
46f761a
modified keyboards/skyloong/gk75/q1/info.json
NaturalZh Jun 19, 2024
c64066c
update skyloong/gk75/q1/info.json and rebased to newest develop
NaturalZh Jun 20, 2024
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
Prev Previous commit
Next Next commit
add disable RGB when suspended
  • Loading branch information
JZ-Skyloong authored and NaturalZh committed Jun 19, 2024
commit cd8bd53f4743d4f3a9bab55443e3b15cc15ff627
4 changes: 3 additions & 1 deletion keyboards/skyloong/gk75/q1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#define ENCODER_MAP_KEY_DELAY 20
#define ENCODER_MAP_KEY_DELAY 10

#define DRIVER_ADDR_2 0b0100011
JZ-Skyloong marked this conversation as resolved.
Show resolved Hide resolved
#define DRIVER_COUNT 2
Expand All @@ -22,5 +22,7 @@

#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended

#define WAIT_FOR_USB