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 SK61 Config #209

Merged
merged 1 commit into from
Apr 7, 2024
Merged
Changes from all commits
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
48 changes: 48 additions & 0 deletions Build/UserData/Sample_SK61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Config file for an SK61 board, to be used with GK6X
# Designed to be used with Layer 1 (FN+W, Not the base layer)
# CapsLock acts as a temp layer switch to access shortcuts

[Macro(LeftDesktop,0,RepeatXTimes,1)]
Press:RCtrl+RWin+Left
[Macro(RightDesktop,0,RepeatXTimes,1)]
Press:RCtrl+RWin+Right
[Macro(CtrlAltDel,0,RepeatXTimes,1)]
Press:LCtrl+LAlt+Delete
[Macro(ShiftDelete,0,RepeatXTimes,1)]
Press:RCtrl+Left

# Use CapsLock as layer switch for shortcuts
[Layer1]
CapsLock:TempSwitchLayer2

[Layer2]
# Switch virtual desktops
I:Macro(RightDesktop)
U:Macro(LeftDesktop)
# One word right or left
CloseSquareBrace:LCtrl+Right
OpenSquareBrace:LCtrl+Left
Backspace:Delete
P:PrintScreen
Period:End
Comma:Home

# Vim Navigation
H:Left
J:Down
K:Up
L:Right

# Media
D:MediaNext
A:MediaPrevious
M:VolumeMute
S:VolumeDown
W:VolumeUp
Subtract:VolumeDown
Add:VolumeUp
Space:MediaPlayPause

# CapsLock + Fn
[FnLayer2]
Backspace:Macro(CtrlAltDel)