diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2023-06-15 00:08:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 22:08:16 -0600 |
commit | a2c17d5518b9301abe8f40b4ca9e62a6e9e38d64 (patch) | |
tree | 2097d8f23d523fda6f10dc4d95cbeff98e6d1e6c /keyboards/cannonkeys/leviatan/readme.md | |
parent | 92203440cd40e319251560869b23e62335fe8eb6 (diff) |
[Keyboard] Add CannonKeys Leviatan PCB (#21231)
Diffstat (limited to 'keyboards/cannonkeys/leviatan/readme.md')
-rw-r--r-- | keyboards/cannonkeys/leviatan/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/leviatan/readme.md b/keyboards/cannonkeys/leviatan/readme.md new file mode 100644 index 0000000000..70b90e9551 --- /dev/null +++ b/keyboards/cannonkeys/leviatan/readme.md @@ -0,0 +1,25 @@ +# CannonKeys Leviatan for LaminarDesigns + +Leviatan Keyboard + +* Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan) +* Hardware Supported: STM32F072CBT6 (or equivalent) + +Make example for this keyboard (after setting up your build environment): + + make cannonkeys/leviatan:default + + +Flashing example for this keyboard: + + make cannonkeys/leviatan:default:flash + +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 `QK_BOOT` if it is available |