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:
parent
169f363763
commit
57937cb5f3
4 changed files with 23 additions and 21 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue