undoing a mess

This commit is contained in:
Matt Nish-Lapidus 2024-10-14 12:27:12 -04:00
commit 2ce841a440
9 changed files with 41 additions and 113 deletions

View file

@ -1,16 +1,14 @@
(defcfg
input (device-file "/dev/input/by-id/usb-Razer_Razer_Blade-if01-event-kbd")
output (uinput-sink "kmonad-razer")
fallthrough true
)
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
lctl lmet lalt spc ralt rmet
)
lctl lmet lalt spc ralt rmet)
(defalias
ctrlesc (tap-hold-next-release 200 esc lctrl)
@ -20,7 +18,6 @@
(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 [ ] \
@ctrlesc a s d f g h j k l ; ' ret
@supesc a s d f g h j k l ; ' ret
@sp-lsft z x c v b n m , . / @sp-rsft
lmet lalt lctrl spc rctrl ralt
)
lmet lalt lctrl spc rctrl ralt)