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

Added Skyloong/GK61 pro dual space keyboard. #22988

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Update keyboards/skyloong/gk61/pro_ds/config.h
OK, Thank you.

Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
NaturalZh and zvecr committed Jan 31, 2024
commit 5f4352743e49b512dc7d5bce9dd8a98c6cdbd38a
19 changes: 6 additions & 13 deletions keyboards/skyloong/gk61/pro_ds/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@

#pragma once

#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 64
# define CAPS_LOCK_INDEX 28
# define WIN_MOD_INDEX 16
# define MAC_MOD_INDEX 17
# define SDB A4
#define CAPS_LOCK_INDEX 28
#define WIN_MOD_INDEX 16
#define MAC_MOD_INDEX 17
#define SDB A4
NaturalZh marked this conversation as resolved.
Show resolved Hide resolved

# define RGB_DISABLE_WHEN_USB_SUSPENDED
# define RGB_MATRIX_KEYPRESSES
# define RGB_MATRIX_FRAMEBUFFER_EFFECTS

# define AW20216S_CS_PIN_1 B12
# define AW20216S_EN_PIN_1 SDB
#endif // RGB_MATRIX_ENABLE
#define AW20216S_CS_PIN_1 B12
#define AW20216S_EN_PIN_1 SDB
Loading