diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-15 08:35:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-15 08:35:53 +0000 |
commit | 1335d205f4186523bdffecac6d0fb145ffc4e671 (patch) | |
tree | 07e2c0a08be3ba319cbd8524fb5158ce0ab6701e /keyboards/io_mini1800/readme.md | |
parent | 037c5b5496ffb3b99fc6e4607de12011bce564e7 (diff) | |
parent | e94c2df3f3908295c824e20c0593e718c45a0f56 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/io_mini1800/readme.md')
-rw-r--r-- | keyboards/io_mini1800/readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/io_mini1800/readme.md b/keyboards/io_mini1800/readme.md new file mode 100644 index 0000000000..c6139203bb --- /dev/null +++ b/keyboards/io_mini1800/readme.md @@ -0,0 +1,24 @@ +# io_mini1800 + +This keyboard is a mini 1800 with a minimal navigation cluster, which also offers a rotary encoder option. + +* Keyboard Maintainer: [s8erdude](https://github.com/jpuerto96) +* Hardware Supported: IO-Mini 1800 +* Hardware Availability: [P3D Store](https://p3dstore.com/) + +Make example for this keyboard (after setting up your build environment): + + make io_mini1800:default + +Flashing example for this keyboard: + + make io_mini1800:default:flash + +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 + +To reset the board into bootloader, do one of the following: + +* **Hardware reset**: short the pad labeled RESET on the back, near the microcontroller +* **Bootmagic reset**: hold down the top left key (usually programmed as Escape) while plugging in the keyboard (also resets persistent storage) |