mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-12 23:14:47 +00:00
6 lines
287 B
Makefile
6 lines
287 B
Makefile
# Don’t do a tricolor flashing-light wave when the computer is shut down in Windows,
|
||
# or when the machine is sleeping in macOS
|
||
SLEEP_LED_ENABLE = no
|
||
|
||
# Don’t pretend to be a mouse (if a a mouse is plugged into a FreeBSD machine, an annoying cursor will pop up)
|
||
MOUSEKEY_ENABLE = no
|