diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-10 23:06:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-10 23:06:51 +0000 |
commit | f10285d800564ff9d1bbbcbe087ab36cd9a27306 (patch) | |
tree | ba95e96517df7f1b7811ece3cedd0fb00092bcee /keyboards/aves60/readme.md | |
parent | aafbe043f91a9d33afb516fda0afba069f88113c (diff) | |
parent | 53359ab2eecbf14ccd0c8dc3ccf156086b3e5432 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/aves60/readme.md')
-rw-r--r-- | keyboards/aves60/readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/aves60/readme.md b/keyboards/aves60/readme.md new file mode 100644 index 0000000000..5a96d2b2eb --- /dev/null +++ b/keyboards/aves60/readme.md @@ -0,0 +1,27 @@ +# aves60 + +![Aves60](https://i.imgur.com/U5UpFAVl.jpg) + +A universally compatible 60% PCB. + +* Keyboard Maintainer: [Evelien Dekkers](https://github.com/evyd13) +* Hardware Supported: Aves60 PCB +* Hardware Availability: [I/O Keyboards](https://iokeyboards.eu/) + +Make example for this keyboard (after setting up your build environment): + + make aves60:default + +Flashing example for this keyboard: + + make aves60: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 space bar and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB +* **Keycode in layout**: Press the key mapped to `RESET` if it is available |