aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/keyboard.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-02-09 09:49:05 -0800
committerGitHub <noreply@github.com>2021-02-09 09:49:05 -0800
commit7161d650705afb86b0874d95d72d15cf134f4148 (patch)
treefeddeedd645c41bebcd1b8ab3972ee634bebe697 /tmk_core/common/keyboard.c
parent738bd263c18de8f78cc98311b40c79a84ae3be33 (diff)
downloadqmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.tar.gz
qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.zip
Remove FAUXCLICKY feature (deprecated) (#11829)
Diffstat (limited to 'tmk_core/common/keyboard.c')
-rw-r--r--tmk_core/common/keyboard.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c
index 40989ca4c..a6bde9df8 100644
--- a/tmk_core/common/keyboard.c
+++ b/tmk_core/common/keyboard.c
@@ -60,9 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
60#ifdef STENO_ENABLE 60#ifdef STENO_ENABLE
61# include "process_steno.h" 61# include "process_steno.h"
62#endif 62#endif
63#ifdef FAUXCLICKY_ENABLE
64# include "fauxclicky.h"
65#endif
66#ifdef SERIAL_LINK_ENABLE 63#ifdef SERIAL_LINK_ENABLE
67# include "serial_link/system/serial_link.h" 64# include "serial_link/system/serial_link.h"
68#endif 65#endif
@@ -312,9 +309,6 @@ void keyboard_init(void) {
312#ifdef STENO_ENABLE 309#ifdef STENO_ENABLE
313 steno_init(); 310 steno_init();
314#endif 311#endif
315#ifdef FAUXCLICKY_ENABLE
316 fauxclicky_init();
317#endif
318#ifdef POINTING_DEVICE_ENABLE 312#ifdef POINTING_DEVICE_ENABLE
319 pointing_device_init(); 313 pointing_device_init();
320#endif 314#endif