[Keyboard] Add avalanche (#16407)
* [Keyboard] Add avalanche * PR feedback * Update keyboards/avalanche/v1/config.h * Update keyboards/avalanche/v1/v1.h * Update keyboards/avalanche/v2/config.h * Update keyboards/avalanche/v2/v2.h * Update keyboards/avalanche/v3/config.h * Update keyboards/avalanche/v3/v3.h * Apply suggestions from code review * Remove rules.mk comment and fix other comments. * Shared encoder code, follow conventions in rules.mk files. * Remove config files which do not change defaul behavior.
This commit is contained in:
parent
b9e11253c4
commit
8de4065b09
19 changed files with 473 additions and 0 deletions
27
keyboards/avalanche/readme.md
Normal file
27
keyboards/avalanche/readme.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Avalanche
|
||||
|
||||

|
||||
|
||||
An open source ergonomic split keyboard with removable keys to support 40% and 60% configurations.
|
||||
|
||||
* Keyboard Maintainer: [Vitaly Volkov](https://github.com/vlkv)
|
||||
* Hardware Supported: Avalanche PCB v1, v2, v3, Pro Micro 5V/16MHz and compatible.
|
||||
* Hardware Availability: [Avalanche](https://github.com/vlkv/avalanche).
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make avalanche/v1:default # for v1 PCBs
|
||||
make avalanche/v2:default # for v2 PCBs
|
||||
make avalanche/v3:default # for v3 PCBs
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make avalanche/v1:default:flash # for v1 PCBs
|
||||
make avalanche/v2:default:flash # for v2 PCBs
|
||||
make avalanche/v3:default:flash # for v3 PCBs
|
||||
|
||||
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
|
||||
|
||||
Briefly press the button along the inner edge of the PCB next to the microcontroller.
|
Loading…
Add table
Add a link
Reference in a new issue