* update modtap to holdtap * Update links * Revert "Update links" This reverts commit 8d0cda7c5a43c84dd18b927cb73672158e4f8abc. * updated docs links update links in docs * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * rename modtap.md to holdtap.md * Update Getting_Started.md * Update main.py * Update modtap.py * Update modtap.py and add notice * Update docs/en/porting_to_kmk.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/handwiring.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/contributing.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/contributing.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/ble_hid.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/Getting_Started.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Update docs/en/kmkpython_vs_circuitpython.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> * Rename modtap.md to holdtap.md * fixup --------- Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# Microdox
|
|
|
|

|
|
|
|
The Microdox is is a feature-packed 30% split columnar staggered keyboard. Even
|
|
though the Microdox is an extremely small keyboard it offers tons of features
|
|
from larger boards while maintaining a tiny footprint.
|
|
|
|
Retailers (USA)
|
|
[Boardsource](https://boardsource.xyz/store/5f2e7e4a2902de7151494f92)
|
|
|
|
Extensions enabled by default
|
|
- [Layers](/docs/en/layers.md) Need more keys than switches? Use layers.
|
|
- [BLE_Split](/docs/en/split_keyboards.md) Connects halves without wires
|
|
- [HoldTap](/docs/en/holdtap.md) Allows mod keys to act as different keys when tapped.
|
|
|
|
Common Extensions
|
|
- [Split](/docs/en/split_keyboards.md) Connects halves using a wire
|
|
- [Power](/docs/enpower.md) Powersaving features for battery life
|
|
|
|
## Microcontroller support
|
|
|
|
Update this line in `kb.py` to any supported microcontroller in `kmk/quickpin/pro_micro`:
|
|
|
|
```python
|
|
from kmk.quickpin.pro_micro.boardsource_blok import pinout as pins
|
|
```
|