dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

config2.kbd (331B)


      1 (defcfg
      2     input  (device-file "/dev/input/by-id/usb-RAPOO_Rapoo_2.4G_Wireless_Device-if02-event-kbd")
      3     output (uinput-sink "kmonad-output")
      4 
      5     fallthrough true
      6     allow-cmd false
      7 )
      8 
      9 (defsrc
     10     caps
     11     ;; ' ;; รค on the german keyboard
     12 )
     13 (deflayer base
     14     (tap-hold-next 300 esc lctl)
     15     ;; (tap-hold-next 300 ' lmet)
     16 )