Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alabastard-64 committed Oct 14, 2023
1 parent 9cbd38f commit ac90e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/pointing_device/pointing_device_modes.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static void pointing_tap_keycodes_raw(uint16_t* pm_keycodes) {
break;
}
// skip if KC_TRNS or KC_NO (but allow for axes update above)
//if (pm_keycodes[dir] < 2) return;
// if (pm_keycodes[dir] < 2) return;

// tap codes
uint8_t taps = clamp_uint_16_to_8((uint16_t)abs(count));
Expand Down Expand Up @@ -573,7 +573,7 @@ static report_mouse_t process_pointing_mode(pointing_mode_t pointing_mode, repor

# ifdef POINTING_MODE_MAP_ENABLE
default:
if(pointing_mode.id > POINTING_MODE_MAP_START) {
if (pointing_mode.id > POINTING_MODE_MAP_START) {
pointing_exec_mapping(pointing_mode.id - POINTING_MODE_MAP_START);
}
# endif
Expand Down

0 comments on commit ac90e3f

Please sign in to comment.