From 259cb021db412471baf1478a6aa619ed0545d997 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 13 Aug 2023 10:46:51 +0200 Subject: Update the macros --- src/macros/1-ff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macros/1-ff.py') 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() -- cgit v1.2.3