summaryrefslogtreecommitdiff
path: root/keyboards/emi20/readme.md
diff options
context:
space:
mode:
authorAquaCylinder <56627792+AquaCylinder@users.noreply.github.com>2021-08-19 17:41:05 +0200
committerGitHub <noreply@github.com>2021-08-19 16:41:05 +0100
commit468661280ba2a57e8c834d5ef1df98bc6cb8354a (patch)
tree881b49ff7fbad7526eccc0b8d1501b8e2e7bdad2 /keyboards/emi20/readme.md
parent068ab2800cd4eccc30b312f25d2959e23f31e9fb (diff)
emi20 update (#14013)
* Update keymap & readme -Keymap.c: Key combinations removed for resetting and added a new way to reset. Also removed unused timer code. -config.h & rules.mk: Removed on kemap level (these were there for the key combo's) -Readme.md: Changed the preview image and changed the description to reset the keyboard. Also added what connector type is used. * Update readme.md Better wording on how to get the keyboard in bootloader mode * Update keymap.c Switched + and - around, same with / and *.
Diffstat (limited to 'keyboards/emi20/readme.md')
-rw-r--r--keyboards/emi20/readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/emi20/readme.md b/keyboards/emi20/readme.md
index 8395036350..54c27aa6a3 100644
--- a/keyboards/emi20/readme.md
+++ b/keyboards/emi20/readme.md
@@ -1,17 +1,18 @@
# Emi20
-![Emi20](https://i.imgur.com/Tt9ogmWl.jpg)
+![Emi20](https://i.imgur.com/Mc84fLGl.jpg)
A compact 4x5 ortholinear keyboard made by Project Aqua and sold by Evil-cables.
* Keyboard Maintainer: [AquaCylinder](https://github.com/AquaCylinder)
* Hardware Supported: PCB, Atmega32u4
+* Connector: USB mini B
Make example for this keyboard (after setting up your build environment):
make emi20:default
-To reset the board into bootloader mode, press the physical reset button on the back of the PCB or use the keycombo (on layer 1) with the bottom left key and the second key from the top right diagonally.
+To reset the board into bootloader mode, press the physical reset button on the back of the PCB or press the bottom most left key to momentarily switch to layer 2 (on layer 1) and then press the key from the top right down one.
The default keymap.c file has comments to help you on your journey,
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).