diff options
author | eason <98533237+EasonQian1@users.noreply.github.com> | 2023-02-07 15:54:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 00:54:10 -0700 |
commit | 4d5abe1e74e8306bbef91bee75989d8efe6812d3 (patch) | |
tree | 90eb89179993a2f4d3a6504b252680bb4363e207 /keyboards/eason/aeroboard/readme.md | |
parent | 3dae56b634e610ce72fdcb9bd3bff2dda330b83e (diff) |
[Keyboard] Add aeroboard (#19087)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/eason/aeroboard/readme.md')
-rw-r--r-- | keyboards/eason/aeroboard/readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/eason/aeroboard/readme.md b/keyboards/eason/aeroboard/readme.md new file mode 100644 index 0000000000..6fe48adfd3 --- /dev/null +++ b/keyboards/eason/aeroboard/readme.md @@ -0,0 +1,22 @@ +# aeroboard + +A customizable hotswap 70% keyboard. + +* Keyboard Maintainer: [EASON](https://github.com/EasonQian1) +* Hardware Supported: ab70lite +* Hardware Availability: [EASON](https://github.com/EasonQian1) + +Make example for this keyboard (after setting up your build environment): + + make eason/aeroboard:default + +Flashing example for this keyboard: + + make eason/aeroboard: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 Enter in the keyboard then replug +* **Physical reset button**: Briefly press the button on the back of the PCB +* **Keycode in layout**: Press the key mapped to `QK_BOOT` |