Skip to content

Commit

Permalink
Remove unnecessary weak method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
akaralar committed Jan 22, 2024
1 parent 9982ebc commit 80d7d79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions features/achordion.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,4 @@ __attribute__((weak)) uint16_t achordion_streak_timeout(uint16_t tap_hold_keycod
}
#endif

#ifdef RETRO_TAPPING_PER_KEY
__attribute__((weak)) bool get_retro_tapping(uint16_t keycode, keyrecord_t *record) {
return false;
}
#endif

#endif // version check

0 comments on commit 80d7d79

Please sign in to comment.