diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-08-13 10:46:51 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-08-13 10:46:58 +0200 |
commit | 259cb021db412471baf1478a6aa619ed0545d997 (patch) | |
tree | 279c128c592eb24a15241e42fa003050c2a1c4c8 /src/macros/1-ff.py | |
parent | 6716fbc7a1ec5d14887d54b7d0286a149d15d46a (diff) |
Diffstat (limited to 'src/macros/1-ff.py')
-rw-r--r-- | src/macros/1-ff.py | 2 |
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() |