summaryrefslogtreecommitdiff
path: root/keybs/sweep.kbd
diff options
context:
space:
mode:
Diffstat (limited to 'keybs/sweep.kbd')
-rw-r--r--keybs/sweep.kbd28
1 files changed, 0 insertions, 28 deletions
diff --git a/keybs/sweep.kbd b/keybs/sweep.kbd
deleted file mode 100644
index e8e02c7..0000000
--- a/keybs/sweep.kbd
+++ /dev/null
@@ -1,28 +0,0 @@
-(defcfg
- linux-dev-names-exclude (
- "AT Translated Set 2 keyboard"
- "TPPS/2 Elan TrackPoint"
- )
-)
-
-(defalias
- mau (movemouse-accel-up 5 1000 1 5)
- mal (movemouse-accel-left 5 1000 1 5)
- mad (movemouse-accel-down 5 1000 1 5)
- mar (movemouse-accel-right 5 1000 1 5)
-
- mwu (mwheel-up 1 1)
- mwl (mwheel-left 1 1)
- mwd (mwheel-down 1 1)
- mwr (mwheel-right 1 1)
-)
-
-(defsrc
- f17 f18 f19 f20
- f21 f22 f23 f24
-)
-
-(deflayer mouse
- @mwl @mwd @mwu @mwr
- @mal @mad @mau @mar
-)