diff options
author | Moritz Plattner <moritz.plattner@gmx.net> | 2023-04-02 20:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 12:02:20 -0600 |
commit | 5687fc76468803db27dd9f04a72766f80141c6cd (patch) | |
tree | d91bf941b810ba958085efd81bca55a26325912c /keyboards/geistmaschine/macropod/readme.md | |
parent | ebe36ea83c860fc26e4e8344a133eb0355b411f0 (diff) |
Add support for Geistmaschine Macropod (#20116)
Co-authored-by: Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com>
Diffstat (limited to 'keyboards/geistmaschine/macropod/readme.md')
-rw-r--r-- | keyboards/geistmaschine/macropod/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/geistmaschine/macropod/readme.md b/keyboards/geistmaschine/macropod/readme.md new file mode 100644 index 0000000000..5d074437cb --- /dev/null +++ b/keyboards/geistmaschine/macropod/readme.md @@ -0,0 +1,25 @@ +# Geistmaschine Macropod + +![macropod](https://i.imgur.com/lAsCslA.png) + +Macropod is a modular macropad, designed around a central big encoder with a magnetic connector for modularity. The default module uses three MX style keys. +* Keyboard Maintainer: [ebastler](https://github.com/ebastler) +* Hardware Supported: Macropod rev1 +* Hardware Availability: [geistmaschine.io](https://geistmaschine.io/) + +Make example for this keyboard (after setting up your build environment): + + qmk compile -kb geistmaschine/macropod -km default + +Flashing example for this keyboard: + + qmk flash -kb geistmaschine/macropod -km default + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +## Bootloader + +Enter the bootloader in 2 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the knob on the main module) and plug in the keyboard +* **Physical reset button**: Briefly tap the button marked "RST" on the back of the main module PCB |