diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-23 01:48:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-23 01:48:06 +0000 |
commit | e1eb307d74794abda3a33e409f3363c6a065661b (patch) | |
tree | 5e13aaa1244d6e53d7e2e91e7f3cc2c222f54b65 /keyboards/crin/readme.md | |
parent | b057c93caad363b579e4c19b39a0a33cd3ab8abf (diff) | |
parent | 79c8f035ccfcc7d0eba1aa7bc96ad5e0e78ddcd4 (diff) | |
download | qmk_firmware-e1eb307d74794abda3a33e409f3363c6a065661b.tar.gz qmk_firmware-e1eb307d74794abda3a33e409f3363c6a065661b.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crin/readme.md')
-rw-r--r-- | keyboards/crin/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/crin/readme.md b/keyboards/crin/readme.md new file mode 100644 index 0000000000..36a2080c42 --- /dev/null +++ b/keyboards/crin/readme.md @@ -0,0 +1,20 @@ +# Bachoo Crin + +Crin is an F-rowless 65%. + +* Keyboard Maintainer: [KnoblesseOblige](https://github.com/KnoblesseOblige) +* Hardware Supported: STM32F303CBT +* Hardware Availability: TBD + +Make example for this keyboard (after setting up your build environment): + + make crin:default:flash + +To enter the bootloader either: + +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. + * 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). |