diff options
Diffstat (limited to 'keyboards/crin/readme.md')
-rw-r--r-- | keyboards/crin/readme.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/crin/readme.md b/keyboards/crin/readme.md index 36a2080c4..1912cee1f 100644 --- a/keyboards/crin/readme.md +++ b/keyboards/crin/readme.md | |||
@@ -8,13 +8,17 @@ Crin is an F-rowless 65%. | |||
8 | 8 | ||
9 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
10 | 10 | ||
11 | make crin:default | ||
12 | |||
13 | Flashing example for this keyboard: | ||
14 | |||
11 | make crin:default:flash | 15 | make crin:default:flash |
12 | 16 | ||
13 | To enter the bootloader either: | 17 | To reset the board into bootloader mode, do one of the following: |
14 | 18 | ||
15 | 0. Hold Esc while plugging the PCB in, if BOOTMAGIC lite is enabled. | 19 | * Hold Esc while plugging the PCB in, if Bootmagic Lite is enabled (also erases persistent settings). |
16 | 0. Press the RESET keycode, if programmed on the keymap. | 20 | * Press the RESET keycode, if programmed on the keymap (Fn+R by default). |
17 | 0. Slide the switch just below the reset button to the left and press the reset button. | 21 | * Slide the switch just below the reset button to the left and press the reset button. |
18 | * Please note that you must slide it back to the right for the PCB to boot QMK again. | 22 | * Please note that you must slide it back to the right for the PCB to boot QMK again. |
19 | 23 | ||
20 | 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). | 24 | 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). |