Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WarpspeedSCP authored Sep 22, 2023
1 parent b8c3560 commit 358442a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions README.md
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 │
│ │ │
└───────────┴───────────┘
```

0 comments on commit 358442a

Please sign in to comment.