generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54af470
commit 6424b1f
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Le Capybara ZMK Config Repo: | ||
|
||
Super experimental [Le Capybara](https://github.com/sporkus/le_capybara_keyboard/) keyboard support for ZMK. | ||
|
||
## Calibration | ||
|
||
After first loading the firmware, you need to run the calibration. Use a terminal, e.g. putty, tio, etc to connect to the virtual console device, e.g. `/dev/ttyACM0`: | ||
|
||
You'll be presented with a prompt like `uart :~$`. At the prompt, type `ec matrix calibration load` and hit enter. As prompted, follow the sequence to press and release each key from top left to bottom right. | ||
|
||
After the calibration completes, type `ec matrix calibration save` to persist the calibration to flash. You can re-run this process later if needed if you've made changes and need to recalibrate things. | ||
|
||
Once calibrated, the saved calibrations should be loaded the next time you plug in or reset the keyboard. |