10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
(defcfg
|
|
input (device-file "/dev/input/event4")
|
|
fallthrough true)
|
|
|
|
(deflayer main
|
|
(switchesc capslock escape)
|
|
(switchcaps escape capslock))
|
|
|
|
(defoutput uinput-sink)
|