quantum/debounce: rename debouncing algorithms according to Issue 8763
authorPurdea Andrei <andrei@purdea.ro>
Sat, 2 May 2020 16:01:53 +0000 (19:01 +0300)
committerPurdea Andrei <andrei@purdea.ro>
Sat, 7 Nov 2020 13:34:46 +0000 (15:34 +0200)
commitd32edf80d06330ea58f531af3c50300d6494f068
treeb66c2eddde8641d64d1ccaba84407d3f66b75237
parent54b558780a8a4db15be035ec0507373de8dd2401
quantum/debounce: rename debouncing algorithms according to Issue 8763

This is the second attempt at implementation, with no ts_ and cy_ prefixes, since those will be implemented with macros.
common_features.mk
docs/feature_debounce_type.md
quantum/debounce/readme.md
quantum/debounce/sym_defer_g.c [moved from quantum/debounce/sym_g.c with 100% similarity]
quantum/debounce/sym_defer_pk.c [moved from quantum/debounce/sym_pk.c with 100% similarity]
quantum/debounce/sym_eager_pk.c [moved from quantum/debounce/eager_pk.c with 100% similarity]
quantum/debounce/sym_eager_pr.c [moved from quantum/debounce/eager_pr.c with 100% similarity]