nixos-config/dotfiles/dot_config/kmonad/quefrency.kbd

36 lines
1.3 KiB
Text
Raw Normal View History

2024-09-27 11:24:24 -04:00
(defcfg
2024-09-27 11:52:38 -04:00
input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd")
2024-09-27 12:08:18 -04:00
output (uinput-sink "kmonad-quefrency")
2024-09-27 11:24:24 -04:00
fallthrough true
)
(defsrc
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
caps a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
2024-09-27 14:17:11 -04:00
lctl nlck lmet lalt spc ralt rmet slck
2024-09-27 11:24:24 -04:00
)
2024-09-27 14:17:11 -04:00
(defalias
2024-09-27 14:36:57 -04:00
ctrlesc (tap-hold-next-release 200 esc lctrl)
sp-lsft (tap-hold-next-release 200 \( lsft)
sp-rsft (tap-hold-next-release 200 \) lsft)
2024-09-27 14:17:11 -04:00
hypr C-A-M-S)
2024-09-27 11:24:24 -04:00
(deflayer qwerty
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
2024-09-27 14:17:11 -04:00
@ctrlesc a s d f g h j k l ; ' ret
@sp-lsft z x c v b n m , . / @sp-rsft
@hypr lctl lalt lmet spc rmet ralt @hypr
)
(deflayer fkeys
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 bspc
- - - - - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - -
2024-09-27 11:24:24 -04:00
)