diff options
author | Chris Broekema <broekema-github@fuzzms.nl> | 2022-01-29 08:04:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 23:04:42 -0800 |
commit | 002a1add8b68ca8b1c7c2c21f75dca88df15ad2e (patch) | |
tree | 5125180a12074c46208d887c3997dd0b1c70a4da /keyboards/handwired/misterdeck/readme.md | |
parent | 13e6517460718dbdddd10661d176480a2388c69d (diff) | |
download | qmk_firmware-002a1add8b68ca8b1c7c2c21f75dca88df15ad2e.tar.gz qmk_firmware-002a1add8b68ca8b1c7c2c21f75dca88df15ad2e.zip |
[Keyboard] Add misterdeck 3d-printed handwired stream deck (#15556)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/misterdeck/readme.md')
-rw-r--r-- | keyboards/handwired/misterdeck/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/misterdeck/readme.md b/keyboards/handwired/misterdeck/readme.md new file mode 100644 index 0000000000..b9d472319a --- /dev/null +++ b/keyboards/handwired/misterdeck/readme.md @@ -0,0 +1,21 @@ +# MisterDeck + +![MisteRdeck](https://i.imgur.com/FTPWqkXh.jpeg) + +A 3D-printed streamdeck like keyboard featuring 12 keys and 4 sliders + +* Keyboard Maintainer: [Chris Broekema](https://github.com/broekema) +* Hardware Supported: MisteRdeck by MisteR_ofcl +* Hardware Availability: [Thingiverse](https://www.thingiverse.com/thing:4627779) + +Make example for this keyboard (after setting up your build environment): + + make handwired/misterdeck:default + +Flashing example for this keyboard: + + make handwired/misterdeck:default:flash + +Connect a momentary switch to RST and GND, hit twice in succession to reset the board into bootloader mode. + +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).
\ No newline at end of file |