Remove FAUXCLICKY feature (deprecated) (#11829)

This commit is contained in:
Drashna Jaelre
2021-02-09 09:49:05 -08:00
committed by GitHub
parent 738bd263c1
commit 7161d65070
483 changed files with 48 additions and 750 deletions

View File

@ -60,9 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef STENO_ENABLE
# include "process_steno.h"
#endif
#ifdef FAUXCLICKY_ENABLE
# include "fauxclicky.h"
#endif
#ifdef SERIAL_LINK_ENABLE
# include "serial_link/system/serial_link.h"
#endif
@ -312,9 +309,6 @@ void keyboard_init(void) {
#ifdef STENO_ENABLE
steno_init();
#endif
#ifdef FAUXCLICKY_ENABLE
fauxclicky_init();
#endif
#ifdef POINTING_DEVICE_ENABLE
pointing_device_init();
#endif