flake testing
This commit is contained in:
parent
48a13da8fb
commit
84d7e6f154
6 changed files with 43 additions and 26 deletions
|
@ -3,8 +3,8 @@ let
|
|||
|
||||
k-vars = ''
|
||||
(defvar
|
||||
tap-timeout 100
|
||||
hold-timeout 200)
|
||||
tap-timeout 150
|
||||
hold-timeout 150)
|
||||
'';
|
||||
|
||||
in
|
||||
|
@ -122,9 +122,14 @@ ${k-vars}
|
|||
# '';
|
||||
# }
|
||||
|
||||
razer = {
|
||||
razer = {
|
||||
devices = [ "/dev/input/by-id/usb-Razer_Razer_Blade-event-kbd"
|
||||
"/dev/input/by-id/usb-Razer_Razer_Blade-if01-event-kbd" ];
|
||||
extraDefCfg = ''
|
||||
process-unmapped-keys yes
|
||||
concurrent-tap-hold yes
|
||||
allow-hardware-repeat false
|
||||
'';
|
||||
config = ''
|
||||
(defsrc
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
|
@ -135,6 +140,9 @@ ${k-vars}
|
|||
|
||||
${k-vars}
|
||||
|
||||
(defchordsv2
|
||||
(lctrl lalt h) left 200 all-released ())
|
||||
|
||||
(defalias
|
||||
supesc (tap-hold-press $tap-timeout $hold-timeout esc lmet)
|
||||
sp-lsft (tap-hold-press $tap-timeout $hold-timeout S-9 lsft)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue