Taking out Auto Mouse

- It works okay when you are just clicking around but clicking on the
keyboard doesn't reset the timeout on the mouse.
- in addition, I don't like the flow breaking pauses to wait for the timeout
- making mouse layer a toggle instead of automatic
This commit is contained in:
Victor 2024-06-25 15:19:21 -05:00
parent 169f363763
commit 57937cb5f3
No known key found for this signature in database
GPG key ID: 51CCF34CF9DF63EF
4 changed files with 23 additions and 21 deletions

View file

@ -64,12 +64,12 @@ endif
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += features/oled.c
endif
endifs
ifeq ($(strip $(AUDIO_ENABLE)), yes)
MUSIC_MODE = no
endif
ifeq ($(strip $(HOST_STATE_AUTO_MOUSE)), yes)
SRC += features/hoststateautomouse.c
endif
#ifeq ($(strip $(HOST_STATE_AUTO_MOUSE)), yes)
# SRC += features/hoststateautomouse.c
#endif