Merge remote-tracking branch 'origin/develop_fingerpunch'

This commit is contained in:
Sadek Baroudi 2026-04-19 10:38:24 -07:00
commit 9756df8b16
1 changed files with 3 additions and 1 deletions

View File

@ -508,7 +508,9 @@ bool fp_process_record_pointing(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case FP_ACCEL_TOG:
# ifdef FP_POINTING_ACCELERATION_ENABLE
acceleration_enabled = !acceleration_enabled;
if (record->event.pressed) {
acceleration_enabled = !acceleration_enabled;
}
# endif
break;
case FP_SCROLL_MOMENT: