qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 0c9c4a4e5688bb7cd6ca4bfc575c0158cd186641
parent 81bc0925e97a18c206ddf491d9785cf85e7205cd
Author: adiabatic <adiabatic@users.noreply.github.com>
Date:   Thu,  1 Jun 2023 02:25:33 -0700

[Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997)


Diffstat:
Mlayouts/community/ergodox/zweihander-macos/rules.mk | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/community/ergodox/zweihander-macos/rules.mk b/layouts/community/ergodox/zweihander-macos/rules.mk @@ -1,3 +1,6 @@ # 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