`RaiseKeyScanner::pressedKeyswitchCount` and `::previousPressedKeyswitchCount()` used `__builtin_popcountl` to count the bits set in the left and right hand states, but that only looks at 32 bits out of the 64 we have in each half. We should be using `__builtin_popcountll` instead. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/782/head
parent
47c1e23fed
commit
6f56cb9b2b
Loading…
Reference in new issue