diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2022-07-02 18:17:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 23:17:53 +0100 |
commit | 2011aec06f17fd9c80aba740cca82ec5b85759cc (patch) | |
tree | bbbd89cdb7820566e89d04cc42123ba00d445a69 /keyboards/cannonkeys/gentoo/readme.md | |
parent | bb1edf6676c969f2cb641924fd8c777a7378e2ad (diff) |
Add Gentoo Solderable PCB to QMK (#17527)
Diffstat (limited to 'keyboards/cannonkeys/gentoo/readme.md')
-rw-r--r-- | keyboards/cannonkeys/gentoo/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/gentoo/readme.md b/keyboards/cannonkeys/gentoo/readme.md new file mode 100644 index 0000000000..1b852a614b --- /dev/null +++ b/keyboards/cannonkeys/gentoo/readme.md @@ -0,0 +1,20 @@ +# Gentoo + +Gentoo 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/gentoo: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 |