-
Notifications
You must be signed in to change notification settings - Fork 0
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
b8c3560
commit 358442a
Showing
1 changed file
with
58 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,58 @@ | ||
# micropad | ||
zmk config repo for the micropad, a seeed studio xiao BLE based macro pad with encoder support. | ||
|
||
Here's the current key config (top right key is encoder click, the encoder is set for volume control): | ||
|
||
Base layer: | ||
--- | ||
``` | ||
┌──────────┬───────────┐ | ||
│ │ │ | ||
│ │ play/ │ | ||
│ │ pause │ | ||
│ │ (vol ctl) │ | ||
├──────────┼───────────┤ | ||
│ │ │ | ||
│ page │ page │ | ||
│ up │ down │ | ||
│ │ │ | ||
├──────────┼───────────┤ | ||
│ │ │ | ||
│ browser │ browser │ | ||
│ back │ forward │ | ||
│ │ │ | ||
├──────────┼───────────┤ | ||
│ │ │ | ||
│ escape │ xf86 │ | ||
│ (layer │ screen │ | ||
│ tap 1) │ saver │ | ||
│ │ (KP_LOCK) │ | ||
└──────────┴───────────┘ | ||
``` | ||
|
||
Settings layer: | ||
--- | ||
``` | ||
┌───────────┬───────────┐ | ||
│ │ │ | ||
│ │ boot │ | ||
│ │ loader │ | ||
│ │ │ | ||
├───────────┼───────────┤ | ||
│ │ │ | ||
│ │ │ | ||
│ │ │ | ||
│ │ │ | ||
├───────────┼───────────┤ | ||
│ │ │ | ||
│ bt │ bt │ | ||
│ prev │ next │ | ||
│ dev │ dev │ | ||
├───────────┼───────────┤ | ||
│ │ │ | ||
│ │ │ | ||
│ │ bt │ | ||
│ │ clear │ | ||
│ │ │ | ||
└───────────┴───────────┘ | ||
``` |