summaryrefslogtreecommitdiff
path: root/src/macros/1-ff.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/1-ff.py')
-rw-r--r--src/macros/1-ff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/1-ff.py b/src/macros/1-ff.py
index f1d26ce..09ed7f6 100644
--- a/src/macros/1-ff.py
+++ b/src/macros/1-ff.py
@@ -77,7 +77,7 @@ def build_application():
configuration.registerKey(5, ">", key([Keycode.CONTROL, Keycode.PAGE_DOWN]), 0x050505)
configuration.registerKey(12, "", app.rot_cw, None)
configuration.registerKey(13, "", app.rot_ccw,None)
- configuration.registerGroup(app.group)
+ #configuration.registerGroup(app.group)
return configuration
configuration = build_application()