diff options
| author | QMK Bot | 2023-06-01 11:26:41 +0200 |
|---|---|---|
| committer | QMK Bot | 2023-06-01 11:26:41 +0200 |
| commit | 857e9b74d6931510a96373fd3fc2227bf82b266d (patch) | |
| tree | 5b01ded5a01f642c7fffb00a51b96e1f503695cf /layouts | |
| parent | 615697278194621fc5046494b43757a9e0599a5e (diff) | |
| parent | c805c106721147df7451a68e80ffcdd3da88109d (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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 |