Skip to content

Commit

Permalink
Merge pull request #209 from artogahr/SK61_config
Browse files Browse the repository at this point in the history
Add SK61 Config
  • Loading branch information
pixeltris authored Apr 7, 2024
2 parents 33edf27 + 6bd2af5 commit 5c278ce
Showing 1 changed file with 48 additions and 0 deletions.
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)

0 comments on commit 5c278ce

Please sign in to comment.