qmk/qmk_firmware

[Bug] TT(layer) cannot toggle

Open

#20.206 geöffnet am 21. März 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (43.867 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (20.368 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 9h) (27 gemergte PRs in 30 T)

Beschreibung

Describe the Bug

Setting TT(1) and TT(2). Momentary working fine. Toggle not functioning at all.

Relevant lines from config.h:

#define TAPPING_TOGGLE 2
#define TAPPING_TERM 200

I am on Arch Linux with avr-gcc 12.2.0-1 - I believe that might be relevant because of this closed issue. When I change OPT >= s to OPT >= 2 in qmk_firmware/builddefs/common_rules.mk, this issue is fixed but split keyboard functionality stops working.

Tagging @jypma and @kevinstadler who appear to have unresolved problems from the other, closed issue.

Any suggestions would be hugely appreciated!

Keyboard Used

redox

Link to product page (if applicable)

No response

Operating System

Arch Linux

qmk doctor Output

No response

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

No response

Additional Context

No response

Contributor Guide