Skip to content

Instantly share code, notes, and snippets.

@SequentialDesign
Created March 12, 2023 04:08
Show Gist options
  • Select an option

  • Save SequentialDesign/3b010544f3e2f6e020c0399c9701e680 to your computer and use it in GitHub Desktop.

Select an option

Save SequentialDesign/3b010544f3e2f6e020c0399c9701e680 to your computer and use it in GitHub Desktop.
(defcfg)
(defsrc
spc
h
i
e
a
t
n
c
w
)
(defalias
mac (layer-toggle Macro)
sm (tap-hold 1000 1000 spc @mac)
hhh (macro x x x)
iii (macro y y y)
eee (macro o o o)
aaa (macro u u u)
ttt (macro d d d)
nnn (macro m m m)
ccc (macro p p p)
www (macro k k k)
)
(deflayer base
@sm
h
i
e
a
t
n
c
w
)
(deflayer Macro
-
@hhh
@iii
@eee
@aaa
@ttt
@nnn
@ccc
@www
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment