summaryrefslogtreecommitdiffstats
path: root/keyboards/crin/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-14 00:01:38 +0000
committerQMK Bot <hello@qmk.fm>2021-08-14 00:01:38 +0000
commit1412a785ed012f7c2695632fc48ef080fc440f80 (patch)
treed4936d36912540e254d4d4299c0b2a8b240c35a3 /keyboards/crin/readme.md
parent7ef4d0c8868dae2deb998f5aa29a5f3cb855dc91 (diff)
parent424b9ff7090d8407bd6bc56ff42afff05acecb12 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crin/readme.md')
-rw-r--r--keyboards/crin/readme.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/crin/readme.md b/keyboards/crin/readme.md
index 36a2080c42..1912cee1f7 100644
--- a/keyboards/crin/readme.md
+++ b/keyboards/crin/readme.md
@@ -8,13 +8,17 @@ Crin is an F-rowless 65%.
Make example for this keyboard (after setting up your build environment):
+ make crin:default
+
+Flashing example for this keyboard:
+
make crin:default:flash
-To enter the bootloader either:
+To reset the board into bootloader mode, do one of the following:
-0. Hold Esc while plugging the PCB in, if BOOTMAGIC lite is enabled.
-0. Press the RESET keycode, if programmed on the keymap.
-0. Slide the switch just below the reset button to the left and press the reset button.
+* Hold Esc while plugging the PCB in, if Bootmagic Lite is enabled (also erases persistent settings).
+* Press the RESET keycode, if programmed on the keymap (Fn+R by default).
+* Slide the switch just below the reset button to the left and press the reset button.
* Please note that you must slide it back to the right for the PCB to boot QMK again.
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).