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 ScottoCMD handwired keyboard #21102

Merged
merged 12 commits into from
Jul 3, 2023
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
joe-scotto committed Jun 2, 2023
commit 9124f3b846ceb43341098bc7e35c2df30e4ac613
12 changes: 7 additions & 5 deletions keyboards/handwired/scottokeebs/scottocmd/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ A 40 key handwired ortholinear keyboard with non-ortho bottom row. Featuring a 1
- Hardware Supported: ATmega32U4
- Hardware Availability: [Amazon](https://amazon.com)

# Compiling

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

make handwired/scottokeebs/scottocmd:default
Expand All @@ -18,8 +16,12 @@ Flashing example for this keyboard:

make handwired/scottokeebs/scottocmd:default:flash

# Bootloader
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

Uses [bootmagic](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_bootmagic.md) allowing you to hold the top left key (1, 0) when plugging the board in to enter bootloader mode.
Enter the bootloader in 3 ways:

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).
* **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