forked from forks/qmk_firmware
1249594cf0
* Initial refactor of minidox to split_common * post rebase fixes
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# MiniDox
|
|
|
|
![MiniDox](http://i.imgur.com/iWb3yO0.jpg)
|
|
|
|
A compact version of the ErgoDox
|
|
|
|
* Keyboard Maintainer: That-Canadian
|
|
* Hardware Supported: MiniDox PCB rev1 Pro Micro
|
|
|
|
Make example for this keyboard (after setting up your build environment):
|
|
|
|
make minidox/rev1:default
|
|
|
|
Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):
|
|
|
|
make minidox/rev1:default:flash
|
|
|
|
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
|
|
|
|
## Build Guide
|
|
|
|
A build guide for putting together the MiniDox v1 can be found here: [MiniDox Build Log / Guide](http://imgur.com/a/vImo6)
|
|
|
|
|
|
## Choosing which board to plug the USB cable into (choosing Master)
|
|
|
|
Because the two boards are identical, the firmware has logic to differentiate the left and right board. It uses two strategies to figure things out, [EE_HANDS](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) or [by define](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-define). See [setting-handedness](https://docs.qmk.fm/#/config_options?id=setting-handedness) for more information.
|