2024-09-27 11:24:24 -04:00
|
|
|
(defcfg
|
2024-10-01 16:57:09 -04:00
|
|
|
input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-if02")
|
2024-09-27 12:08:18 -04:00
|
|
|
output (uinput-sink "kmonad-quefrency")
|
2024-09-27 11:24:24 -04:00
|
|
|
fallthrough true
|
|
|
|
)
|
|
|
|
|
|
|
|
(defsrc
|
2024-09-30 20:46:21 -04:00
|
|
|
grv 1 2 3 4 5 6 7 8 9 0 - = \ del
|
|
|
|
tab q w e r t y u i o p [ ] bspc
|
2024-09-27 11:24:24 -04:00
|
|
|
caps a s d f g h j k l ; ' ret
|
|
|
|
lsft z x c v b n m , . / rsft
|
2024-10-14 12:27:12 -04:00
|
|
|
lctl nlck lmet lalt spc ralt rmet)
|
2024-09-27 11:24:24 -04:00
|
|
|
|
2024-09-27 14:17:11 -04:00
|
|
|
(defalias
|
2024-10-14 12:34:13 -04:00
|
|
|
supesc (tap-hold-next-release 200 esc lmet)
|
2024-09-27 14:36:57 -04:00
|
|
|
sp-lsft (tap-hold-next-release 200 \( lsft)
|
2024-10-14 12:27:12 -04:00
|
|
|
sp-rsft (tap-hold-next-release 200 \) lsft))
|
2024-09-27 14:17:11 -04:00
|
|
|
|
2024-09-27 11:24:24 -04:00
|
|
|
(deflayer qwerty
|
2024-09-30 20:46:21 -04:00
|
|
|
grv 1 2 3 4 5 6 7 8 9 0 - = \ del
|
|
|
|
tab q w e r t y u i o p [ ] bspc
|
2024-10-14 22:09:34 -04:00
|
|
|
@supesc a s d f g h j k l ; ' ret
|
2024-09-27 14:17:11 -04:00
|
|
|
@sp-lsft z x c v b n m , . / @sp-rsft
|
2024-10-14 12:27:12 -04:00
|
|
|
lctl lctl lalt lmet spc rmet ralt)
|