diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2022-06-07 14:30:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 11:30:35 -0700 |
commit | 1c97a0375ee6fc4d66c08807ea5a5f4b8d8fc51b (patch) | |
tree | 7fd888b2ab9c875a28adb44dcdb2478c9026dd57 /keyboards/cannonkeys/brutalv2_65/readme.md | |
parent | fbe236fa77276acdf69f79f53f4c2c50c0449fc5 (diff) |
[Keyboard] Add BrutalV2 65 Keyboard (#17252)
* Add Brutal65 V2 to QMK
* Update info.json and copyright notices
* Update info.json]
* Update readme and delete chconf
* Update matrix and keymaps to match info json
* Update keyboards/cannonkeys/brutalv2_65/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/cannonkeys/brutalv2_65/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/cannonkeys/brutalv2_65/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/brutalv2_65/readme.md')
-rw-r--r-- | keyboards/cannonkeys/brutalv2_65/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/brutalv2_65/readme.md b/keyboards/cannonkeys/brutalv2_65/readme.md new file mode 100644 index 0000000000..fe09c9ecec --- /dev/null +++ b/keyboards/cannonkeys/brutalv2_65/readme.md @@ -0,0 +1,20 @@ +# CannonKeys BrutalV2 65 + +BrutalV2 65 Keyboard + +* Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan) +* Hardware Supported: STM32F072CBT6 + +Make example for this keyboard (after setting up your build environment): + + make cannonkeys/brutalv2_65:default + +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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Toggle the switch on the back of the pcb to "0" and briefly press the button on the back of the PCB +* **Keycode in layout**: Press the key mapped to `RESET` if it is available |