Remove FAUXCLICKY feature (deprecated) (#11829)
This commit is contained in:
parent
738bd263c1
commit
7161d65070
483 changed files with 48 additions and 750 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue