diff options
author | adiabatic <adiabatic@users.noreply.github.com> | 2023-06-01 02:25:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 02:25:33 -0700 |
commit | 0c9c4a4e5688bb7cd6ca4bfc575c0158cd186641 (patch) | |
tree | b4f6b838f4cdc131d71e1b271dc7ee1184efdbb7 /layouts | |
parent | 81bc0925e97a18c206ddf491d9785cf85e7205cd (diff) |
[Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/ergodox/zweihander-macos/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/community/ergodox/zweihander-macos/rules.mk b/layouts/community/ergodox/zweihander-macos/rules.mk index 8011660ced..4a9626356a 100644 --- 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 |