Merge branch 'macos_dual_boot_docs' of https://github.com/tominabox1/zmk into macos_dual_boot_docs
This commit is contained in:
commit
e217522261
1 changed files with 13 additions and 9 deletions
|
@ -3,6 +3,9 @@ title: Troubleshooting
|
|||
sidebar_title: Troubleshooting
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
### Summary
|
||||
|
||||
The following page provides suggestions for common errors that may occur during firmware compilation. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmkfirmware.dev/community/discord/invite).
|
||||
|
@ -79,6 +82,7 @@ For the `nRF52840`, the value `PLUS_8` can be set to any multiple of four betwee
|
|||
If you are utiizing Apple's BootCamp feature or running a hackintosh that allows you to easily dual-boot your system between macOS and Windows, you will find that you can only use your bluetooth devices on one OS or the other without re-pairing. This is because ZMK stores the host address and keys in the profiles only one time. This means that a host can only pair with exactly one ZMK profile.
|
||||
|
||||
The workaround for this limitation is as follows:
|
||||
|
||||
1. First, boot into Windows and pair your device. This creates the registry entry we will need to edit later on.
|
||||
1. Reboot into macOS
|
||||
1. In macOS, clear the profile on your keyboard and pair with your computer.
|
||||
|
|
Loading…
Add table
Reference in a new issue