Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add scorpio pcb #22732

Merged
merged 22 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme and rules.mk
  • Loading branch information
khchen2004 authored Dec 21, 2023
commit ad1649d39c6c5def0d63d12fb9ce776c1e229b5e
50 changes: 25 additions & 25 deletions keyboards/kwstudio/scorpio/readme.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Scorpio
![Scorpio](https://i.imgur.com/ikAlEQM.jpeg)
* Keyboard Maintainer: [khchen](https://github.com/khchen2004)
* Hardware Supported: Scorpio PCB
* Hardware Availability: Private GB
Make example for this keyboard (after setting up your build environment):
make kwstudio/scorpio:default
Flashing example for this keyboard:
make kwstudio/scorpio: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**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
# Scorpio

![Scorpio](https://i.imgur.com/ikAlEQM.jpeg)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
![Scorpio](https://i.imgur.com/ikAlEQM.jpeg)
![Scorpio](https://i.imgur.com/ikAlEQMh.jpeg)

* Keyboard Maintainer: [khchen](https://github.com/khchen2004)
* Hardware Supported: Scorpio PCB
* Hardware Availability: Private GB

Make example for this keyboard (after setting up your build environment):

make kwstudio/scorpio:default

Flashing example for this keyboard:

make kwstudio/scorpio: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**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
2 changes: 1 addition & 1 deletion keyboards/kwstudio/scorpio/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This file intentionally left blank
# This file intentionally left blank
Loading